aboutsummaryrefslogtreecommitdiff
path: root/tools/docker
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-01-13 19:25:01 +0100
committerTom Rini <trini@konsulko.com>2023-02-24 11:54:44 -0500
commit75b031ee4a96db7ff15a03434fe9a60c3bb43555 (patch)
tree31d099dfb59bd6fa4a0f789d30edacebab078c15 /tools/docker
parentb684ec8efe067377afd55c330b83bf533c88ef08 (diff)
downloadu-boot-75b031ee4a96db7ff15a03434fe9a60c3bb43555.zip
u-boot-75b031ee4a96db7ff15a03434fe9a60c3bb43555.tar.gz
u-boot-75b031ee4a96db7ff15a03434fe9a60c3bb43555.tar.bz2
Dockerfile: download binaries for Nokia RX-51
Downloading files for a test may fail if the server is offline. It is preferable to provide the files in our Docker image. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/docker')
-rw-r--r--tools/docker/Dockerfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index 33e2bd2..7520278 100644
--- a/tools/docker/Dockerfile
+++ b/tools/docker/Dockerfile
@@ -229,6 +229,15 @@ RUN mkdir /tmp/trace && \
sudo make install && \
rm -rf /tmp/trace
+# Files to run Nokia RX-51 (aka N900) tests
+RUN mkdir -p /opt/nokia && \
+ cd /opt/nokia && \
+ wget https://raw.githubusercontent.com/pali/u-boot-maemo/master/debian/u-boot-gen-combined && \
+ wget http://repository.maemo.org/qemu-n900/qemu-n900.tar.gz && \
+ wget http://repository.maemo.org/pool/maemo5.0/free/k/kernel/kernel_2.6.28-20103103+0m5_armel.deb && \
+ wget http://repository.maemo.org/pool/maemo5.0/free/g/glibc/libc6_2.5.1-1eglibc27+0m5_armel.deb && \
+ wget http://repository.maemo.org/pool/maemo5.0/free/b/busybox/busybox_1.10.2.legal-1osso30+0m5_armel.deb
+
# Create our user/group
RUN echo uboot ALL=NOPASSWD: ALL > /etc/sudoers.d/uboot
RUN useradd -m -U uboot