]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Dockerfile: Add missing "chmod" of u-boot-gen-combined
authorTom Rini <trini@konsulko.com>
Mon, 27 Feb 2023 15:49:54 +0000 (10:49 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 27 Feb 2023 22:18:51 +0000 (17:18 -0500)
I had added this line locally, rebuild the image, but didn't ensure that
I had committed the correct version of the patch as well.

Fixes: 75b031ee4a96 ("Dockerfile: download binaries for Nokia RX-51")
Signed-off-by: Tom Rini <trini@konsulko.com>
tools/docker/Dockerfile

index c367bb482b4d8cd98d89b62ef84ffaaeb74d682e..fdcb0c7f3d29a8ae5e08b022e854c29368eefe56 100644 (file)
@@ -254,6 +254,7 @@ RUN mkdir /tmp/trace && \
 RUN mkdir -p /opt/nokia && \
        cd /opt/nokia && \
        wget https://raw.githubusercontent.com/pali/u-boot-maemo/master/debian/u-boot-gen-combined && \
+       chmod 0755 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 && \