From 0bd28bd3a84d6bbe91663c702ed00ce879d0cdf0 Mon Sep 17 00:00:00 2001 From: Sachi King Date: Tue, 23 Apr 2019 10:25:27 +1000 Subject: [PATCH] Vendor RPi firmware blob licenese As per the license, the license must be provided with the binaries. Signed-off-by: Sachi King --- tools/mkimage-rpi3/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mkimage-rpi3/Dockerfile b/tools/mkimage-rpi3/Dockerfile index 1a14bd3f6..f14f8f178 100644 --- a/tools/mkimage-rpi3/Dockerfile +++ b/tools/mkimage-rpi3/Dockerfile @@ -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 && \