Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] module.bbclass: Add INSTALL_FW_PATH for out-of-tree modules
@ 2018-11-14 18:40 Wes Lindauer
  0 siblings, 0 replies; only message in thread
From: Wes Lindauer @ 2018-11-14 18:40 UTC (permalink / raw)
  To: openembedded-core

This same variable was added to the make line in kernel.bbclass in
0decf1cc1c35dd70f3b822e3b4291a810a319ba0. With the addition of the
usrmerge feature, out-of-tree modules could use this same variable.

Signed-off-by: Wes Lindauer <wesley.lindauer@gmail.com>
---
 meta/classes/module.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/module.bbclass b/meta/classes/module.bbclass
index e344960244..c0dfa35061 100644
--- a/meta/classes/module.bbclass
+++ b/meta/classes/module.bbclass
@@ -48,6 +48,7 @@ module_do_compile() {
 module_do_install() {
 	unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
 	oe_runmake DEPMOD=echo MODLIB="${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}" \
+	           INSTALL_FW_PATH="${D}${nonarch_base_libdir}/firmware" \
 	           CC="${KERNEL_CC}" LD="${KERNEL_LD}" \
 	           O=${STAGING_KERNEL_BUILDDIR} \
 	           ${MODULES_INSTALL_TARGET}
-- 
2.14.5



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-11-14 18:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-14 18:40 [PATCH] module.bbclass: Add INSTALL_FW_PATH for out-of-tree modules Wes Lindauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox