linux: add a comment about CONFIG_EXTRA_FIRMWARE requirement
Explain why the kernel needs firmware packages as build time dependencies. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
9e8e80d1e3
commit
8c4b55053e
@ -70,7 +70,11 @@ LINUX_MAKE_ENV = \
|
||||
BR_BINARIES_DIR=$(BINARIES_DIR)
|
||||
|
||||
LINUX_INSTALL_IMAGES = YES
|
||||
LINUX_DEPENDENCIES = host-kmod \
|
||||
LINUX_DEPENDENCIES = host-kmod
|
||||
|
||||
# The kernel CONFIG_EXTRA_FIRMWARE feature requires firmware files at build
|
||||
# time. Make sure they are available before the kernel builds.
|
||||
LINUX_DEPENDENCIES += \
|
||||
$(if $(BR2_PACKAGE_INTEL_MICROCODE),intel-microcode) \
|
||||
$(if $(BR2_PACKAGE_LINUX_FIRMWARE),linux-firmware) \
|
||||
$(if $(BR2_PACKAGE_WIRELESS_REGDB),wireless-regdb)
|
||||
|
Loading…
Reference in New Issue
Block a user