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

Gustavo Zacarias gustavo at zacarias.com.ar
Thu Jan 26 12:47:24 UTC 2012


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.
While at it, should we go for a /lib/firmware skeleton?
Regards.



More information about the buildroot mailing list