[OE-core] [PATCH 1/1] image.bbclass: reactivate do_fetch, do_unpack and do_patch

Richard Purdie richard.purdie at linuxfoundation.org
Tue Jan 3 11:49:04 UTC 2017


On Tue, 2017-01-03 at 12:12 +0100, Geoffrey Levillain wrote:
> 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.

You could make this argument for the other noexec lines too and nothing
does this by default as far as I'm aware. Could you not do something
like:

python () {
    d.delVarFlag("do_fetch", "noexec")
}

in your specific recipes which need this?

Cheers,

Richard



More information about the Openembedded-core mailing list