[oe-commits] [openembedded-core] 04/18: module.bbclass: Add INSTALL_FW_PATH for out-of-tree modules

git at git.openembedded.org git at git.openembedded.org
Fri Nov 16 10:30:23 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 1d24d1ac5b9c772d84104396438e5d1308332785
Author: Wes Lindauer <wesley.lindauer at gmail.com>
AuthorDate: Wed Nov 14 13:40:56 2018 -0500

    module.bbclass: Add INSTALL_FW_PATH for out-of-tree modules
    
    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 at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/module.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/module.bbclass b/meta/classes/module.bbclass
index e344960..c0dfa35 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}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list