[oe-commits] Martin Jansa : bitbake.conf: add TUNE_CCARGS[vardepvalue]

git at git.openembedded.org git at git.openembedded.org
Sun Nov 25 21:38:45 UTC 2012


Module: openembedded-core.git
Branch: master-next
Commit: 03f1e34ea3ce80931e9c3cd2ab22824f28a7233b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=03f1e34ea3ce80931e9c3cd2ab22824f28a7233b

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Sep 22 12:08:13 2012 +0000

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

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/bitbake.conf |    1 +
 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}}"





More information about the Openembedded-commits mailing list