From: Martin Jansa Date: Sat, 22 Sep 2012 12:08:13 +0000 (+0000) Subject: bitbake.conf: add TUNE_CCARGS[vardepvalue] X-Git-Tag: 2015-4~8566 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=03f1e34ea3ce80931e9c3cd2ab22824f28a7233b;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 450a0ee1e9..81fcf648fb 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}}"