[Buildroot] [git commit] rpi-firmware: New package

Floris Bos bos at je-eigen-domein.nl
Mon Jan 7 23:30:15 UTC 2013


On 01/08/2013 12:06 AM, Maxime Hadjinlian wrote:
> On Mon, Jan 7, 2013 at 11:41 PM, Arnout Vandecappelle <arnout at mind.be> wrote:
>> On 06/01/13 23:01, Peter Korsgaard wrote:
>>> +RPI_FIRMWARE_LICENSE = BSD-3c
>>> +RPI_FIRMWARE_LICENSE_FILE = boot/LICENCE.broadcom
>>
>>   As Thomas pointed out, this is not BSD-3c but "Broadcom proprietary
>> license".
>>
>>   Maybe it should also get
>>
>> RPI_FIRMWARE_REDISTRIBUTE = NO
>>
> So, even the binary are not free from redistributing ? I'm sorry, I
> lack absolute knowledge in license... I should study this.
> I will patch to add this.

Perhaps also copy the boot/LICENCE.broadcom file to the directory 
holding the boot files?
Right now you are leaving it out.

==
+    $(INSTALL) -D -m 0644 $(@D)/boot/bootcode.bin 
$(BINARIES_DIR)/rpi-firmware/bootcode.bin
+    $(INSTALL) -D -m 0644 $(@D)/boot/start.elf 
$(BINARIES_DIR)/rpi-firmware/start.elf
+    $(INSTALL) -D -m 0644 $(@D)/boot/start_cd.elf 
$(BINARIES_DIR)/rpi-firmware/start_cd.elf
+    $(INSTALL) -D -m 0644 $(@D)/boot/fixup.dat 
$(BINARIES_DIR)/rpi-firmware/fixup.dat
+    $(INSTALL) -D -m 0644 $(@D)/boot/fixup_cd.dat 
$(BINARIES_DIR)/rpi-firmware/fixup_cd.dat
==


Yours sincerely,

Floris Bos



More information about the buildroot mailing list