summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-09-22 12:08:13 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-25 21:36:43 +0000
commit7cbc3cf64bf68138fbbbb8bcae76ecd22d583c98 (patch)
treede9366f5e5528d9b30f7773d0cc506b266dc4590
parent68c2a559a149f12652073bae7e1659cd5902c70d (diff)
downloadast2050-yocto-poky-7cbc3cf64bf68138fbbbb8bcae76ecd22d583c98.zip
ast2050-yocto-poky-7cbc3cf64bf68138fbbbb8bcae76ecd22d583c98.tar.gz
bitbake.conf: add TUNE_CCARGS[vardepvalue]
* we don't care about expression but value * e.g. tune-xscale and tune-arm926ejs have different expression in TUNE_CCARGS but with the same DEFAULTTUNE the result is the same http://lists.linuxtogo.org/pipermail/openembedded-core/2012-September/030032.html (From OE-Core rev: 03f1e34ea3ce80931e9c3cd2ab22824f28a7233b) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/conf/bitbake.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 450a0ee..81fcf64 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -99,6 +99,7 @@ HOST_EXEEXT = ""
TUNE_ARCH ??= "INVALID"
TUNE_CCARGS ??= ""
+TUNE_CCARGS[vardepvalue] = "${TUNE_CCARGS}"
TUNE_LDARGS ??= ""
TUNE_ASARGS ??= ""
TUNE_FEATURES ??= "${TUNE_FEATURES_tune-${DEFAULTTUNE}}"
OpenPOWER on IntegriCloud