The sysroot of wic-tools is needed for wic, but if rm_work is enabled, it will be removed before wic has a chance to use it, hence this fix.
Signed-off-by: Kristian Amlie <kristian.am...@mender.io> --- meta/recipes-core/meta/wic-tools.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta/recipes-core/meta/wic-tools.bb b/meta/recipes-core/meta/wic-tools.bb index 0a53b73..d8988a4 100644 --- a/meta/recipes-core/meta/wic-tools.bb +++ b/meta/recipes-core/meta/wic-tools.bb @@ -9,6 +9,10 @@ DEPENDS_append_x86-64 = " syslinux grub-efi" INHIBIT_DEFAULT_DEPS = "1" inherit nopackages +# The sysroot of wic-tools is needed for wic, but if rm_work is enabled, it will +# be removed before wic has a chance to use it, hence the exclusion below. +RM_WORK_EXCLUDE += "${PN}" + python do_build_sysroot () { bb.build.exec_func("extend_recipe_sysroot", d) -- 2.7.4 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core