Vendor RPi firmware blob licenese

As per the license, the license must be provided with the binaries.

Signed-off-by: Sachi King <nakato@nakato.io>
This commit is contained in:
Sachi King 2019-04-23 10:25:27 +10:00
parent 7214e48715
commit 0bd28bd3a8

View File

@ -37,7 +37,7 @@ RUN patch -p 1 < /u-boot.patch && \
ENV RPI_COMMIT=478d637c476e838ffcfa8535232ff0b86daf5918
RUN mkdir -p /out/boot && \
cd /out/boot && \
curl -fsSLO https://github.com/raspberrypi/firmware/raw/$RPI_COMMIT/boot/bootcode.bin && \
curl -fsSLO https://github.com/raspberrypi/firmware/raw/$RPI_COMMIT/boot/LICENCE.broadcom && \
curl -fsSLO https://github.com/raspberrypi/firmware/raw/$RPI_COMMIT/boot/bootcode.bin && \
curl -fsSLO https://github.com/raspberrypi/firmware/raw/$RPI_COMMIT/boot/fixup_cd.dat && \
curl -fsSLO https://github.com/raspberrypi/firmware/raw/$RPI_COMMIT/boot/fixup.dat && \