[OE-core] [PATCH 1/1] kernel.bbclass: do_deploy requires depmodwrapper
Robert Yang
liezhi.yang at windriver.com
Thu Feb 16 08:18:59 UTC 2017
Fixed:
run.do_deploy.27809: line 155: depmodwrapper: command not found
Signed-off-by: Robert Yang <liezhi.yang at windriver.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}"
--
2.10.2
More information about the Openembedded-core
mailing list