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

Peter Korsgaard jacmet at sunsite.dk
Thu Jan 26 12:57:56 UTC 2012


>>>>> "Gustavo" == Gustavo Zacarias <gustavo at zacarias.com.ar> writes:

Hi,

 >> 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

 Gustavo> Also LINUX_FIRMWARE_FILES_$(CONFIG_FIRMWARE_XXXX) += file1 file2 could
 Gustavo> be used with $(LINUX_FIRMWARE_FILES_y) to make it even shorter.

Agreed.

 Gustavo> While at it, should we go for a /lib/firmware skeleton?

What is the advantage to adding an empty dir in the default skeleton? We
want this work with custom skeletons where it might not exist.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list