diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-09-22 12:08:13 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-25 21:36:43 +0000 |
| commit | 7cbc3cf64bf68138fbbbb8bcae76ecd22d583c98 (patch) | |
| tree | de9366f5e5528d9b30f7773d0cc506b266dc4590 /meta/conf | |
| parent | 68c2a559a149f12652073bae7e1659cd5902c70d (diff) | |
| download | 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>
Diffstat (limited to 'meta/conf')
| -rw-r--r-- | 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 450a0ee1e9..81fcf648fb 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
| @@ -99,6 +99,7 @@ HOST_EXEEXT = "" | |||
| 99 | 99 | ||
| 100 | TUNE_ARCH ??= "INVALID" | 100 | TUNE_ARCH ??= "INVALID" |
| 101 | TUNE_CCARGS ??= "" | 101 | TUNE_CCARGS ??= "" |
| 102 | TUNE_CCARGS[vardepvalue] = "${TUNE_CCARGS}" | ||
| 102 | TUNE_LDARGS ??= "" | 103 | TUNE_LDARGS ??= "" |
| 103 | TUNE_ASARGS ??= "" | 104 | TUNE_ASARGS ??= "" |
| 104 | TUNE_FEATURES ??= "${TUNE_FEATURES_tune-${DEFAULTTUNE}}" | 105 | TUNE_FEATURES ??= "${TUNE_FEATURES_tune-${DEFAULTTUNE}}" |
