mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
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:
parent
7214e48715
commit
0bd28bd3a8
@ -37,7 +37,7 @@ RUN patch -p 1 < /u-boot.patch && \
|
|||||||
ENV RPI_COMMIT=478d637c476e838ffcfa8535232ff0b86daf5918
|
ENV RPI_COMMIT=478d637c476e838ffcfa8535232ff0b86daf5918
|
||||||
RUN mkdir -p /out/boot && \
|
RUN mkdir -p /out/boot && \
|
||||||
cd /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/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_cd.dat && \
|
||||||
curl -fsSLO https://github.com/raspberrypi/firmware/raw/$RPI_COMMIT/boot/fixup.dat && \
|
curl -fsSLO https://github.com/raspberrypi/firmware/raw/$RPI_COMMIT/boot/fixup.dat && \
|
||||||
|
Loading…
Reference in New Issue
Block a user