[oe-commits] [openembedded-core] 11/68: kernel.bbclass: do_deploy requires depmodwrapper

git at git.openembedded.org git at git.openembedded.org
Thu Feb 23 20:50:42 UTC 2017


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

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

commit 96b7eceefb3e99848d1c16d7c5da123056dcdc24
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Thu Feb 16 00:18:59 2017 -0800

    kernel.bbclass: do_deploy requires depmodwrapper
    
    Fixed:
    run.do_deploy.27809: line 155: depmodwrapper: command not found
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/kernel.bbclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index 97cba92..ae8eaed 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -4,6 +4,8 @@ PROVIDES += "virtual/kernel"
 DEPENDS += "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}gcc kmod-native bc-native lzop-native"
 PACKAGE_WRITE_DEPS += "depmodwrapper-cross virtual/update-alternatives-native"
 
+do_deploy[depends] += "depmodwrapper-cross:do_populate_sysroot"
+
 S = "${STAGING_KERNEL_DIR}"
 B = "${WORKDIR}/build"
 KBUILD_OUTPUT = "${B}"

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


More information about the Openembedded-commits mailing list