Skip to content
Snippets Groups Projects
Commit 7a826ded authored by Tom Rini's avatar Tom Rini
Browse files

Dockerfile: Add missing "chmod" of u-boot-gen-combined


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: 75b031ee ("Dockerfile: download binaries for Nokia RX-51")
Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent fffc18d1
No related branches found
No related tags found
No related merge requests found
......@@ -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 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment