The -e option generates the environment and the -b only select the one recipe and suppresses the dependency generation as that is not needed for environment generation.
Signed-off-by: Saul Wold <[email protected]> --- scripts/lib/wic/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/wic/misc.py b/scripts/lib/wic/misc.py index ee888b478cc..de0307844e7 100644 --- a/scripts/lib/wic/misc.py +++ b/scripts/lib/wic/misc.py @@ -222,7 +222,7 @@ class BitbakeVars(defaultdict): return else: # Get bitbake -e output - cmd = "bitbake -e" + cmd = "bitbake -e -b" if image: cmd += " %s" % image -- 2.13.5 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
