[RFC 4/5] bitbake.conf: add TUNE_CCARGS[vardepvalue]
From: Martin Jansa <hidden>
Date: 2012-09-22 17:05:01
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Martin Jansa <hidden>
Date: 2012-09-22 17:05:01
Subsystem:
the rest · Maintainer:
Linus Torvalds
* 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 <redacted> --- meta/conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+)
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index e433fcb..519a7fc 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf@@ -98,6 +98,7 @@ HOST_EXEEXT = "" OPTDEFAULTTUNE ??= "${DEFAULTTUNE}" TUNE_ARCH ??= "INVALID" TUNE_CCARGS ??= "" +TUNE_CCARGS[vardepvalue] = "${TUNE_CCARGS}" TUNE_LDARGS ??= "" TUNE_ASARGS ??= "" TUNE_FEATURES ??= "${TUNE_FEATURES_tune-${DEFAULTTUNE}}"
--
1.7.12