[bitbake-devel] [PATCH 0/1] [daisy][dizzy] data.py: fixes bad substitution when running devshell

Alejandro Hernandez alejandro.hernandez at linux.intel.com
Thu Apr 9 20:21:48 UTC 2015


The following patch comes from: 0a791e91e55d30b328ddbd90fdb0d5911c388b96

Fixes variables passed incorrectly to shell, affecting tasks such as
devshell, menuconfig, etc.

[YOCTO #7389] affects both daisy and dizzy branches, including this patch fixes the issue.


Signed-off-by: Alejandro Hernandez <alejandro.hernandez at linux.intel.com>


Running bitbake inside make results in the exported environment variable
MAKEOVERRIDES="${-*-command-variables-*-}", which the shell chokes on
when trying to expand it. But of course, it probably shouldn't have been
trying to expand it in the first place -- so just escape the dollar
sign.

(Bitbake rev: 18cd0ce6a55c9065c3f1bf223b47d817b5efcd8f)

Signed-off-by: Richard Tollerton <rich.tollerton at ni.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 bitbake/lib/bb/data.py | 1 +
 1 file changed, 1 insertion(+)




More information about the bitbake-devel mailing list