[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4706/8267] kernel.bbclass: do_deploy requires depmodwrapper



commit 970b0321cf095e07fdf5bab304f23b1d30606c4a
Author: Robert Yang <liezhi yang windriver com>
Date:   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
    
    (From OE-Core rev: 96b7eceefb3e99848d1c16d7c5da123056dcdc24)
    
    Signed-off-by: Robert Yang <liezhi yang windriver com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/classes/kernel.bbclass |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
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}"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]