From: Robert Yang Date: Thu, 16 Feb 2017 08:18:59 +0000 (-0800) Subject: kernel.bbclass: do_deploy requires depmodwrapper X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~22447 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96b7eceefb3e99848d1c16d7c5da123056dcdc24;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git kernel.bbclass: do_deploy requires depmodwrapper Fixed: run.do_deploy.27809: line 155: depmodwrapper: command not found Signed-off-by: Robert Yang Signed-off-by: Ross Burton --- diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 97cba9255f6..ae8eaed1195 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}"