[Buildroot] [PATCH v3] New package: linux-firmware

Yegor Yefremov yegor_sub1 at visionsystems.de
Thu Jan 26 13:44:10 UTC 2012


Am 26.01.2012 13:47, schrieb Gustavo Zacarias:
> On 2012-01-26 09:43, Peter Korsgaard wrote:
> 
>> Agreed, except you should use a loop and install -D, so subdirs are
>> supported.
>>
>> E.G.
>>
>>         for i in $(LINUX_FIRMWARE_FILES); do \
>>           $i(INSTALL) -m 0644 -D $(@D)/$$i $(TARGET_DIR)/lib/firmware/$$i; \
>>         done
> 
> Also LINUX_FIRMWARE_FILES_$(CONFIG_FIRMWARE_XXXX) += file1 file2 could be used with $(LINUX_FIRMWARE_FILES_y) to make it even shorter.

How can I use it exactly? Can provide an example?

Yegor



More information about the buildroot mailing list