Running fetch/unpack/patch can be used to get some image-specific configurations files to apply with a function in the ROOTFS_POSTPROCESS_COMMAND variable.
Hence delete the "noexec" line corresponding to these tasks so we can run them when needed. Signed-off-by: Geoffrey Levillain <[email protected]> --- meta/classes/image.bbclass | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 04fd5f9961..8b8ea40964 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass @@ -615,9 +615,6 @@ MULTILIBRE_ALLOW_REP =. "${base_bindir}|${base_sbindir}|${bindir}|${sbindir}|${l MULTILIB_CHECK_FILE = "${WORKDIR}/multilib_check.py" MULTILIB_TEMP_ROOTFS = "${WORKDIR}/multilib" -do_fetch[noexec] = "1" -do_unpack[noexec] = "1" -do_patch[noexec] = "1" do_configure[noexec] = "1" do_compile[noexec] = "1" do_install[noexec] = "1" -- 2.11.0 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
