mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-03 16:07:43 +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:
@@ -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 && \
|
||||||
|
Reference in New Issue
Block a user