diff options
author | Matthew McClintock <msm@freescale.com> | 2012-02-27 13:38:49 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-28 12:27:51 +0000 |
commit | 1919ba235f7b197f7684936bf9d1cac3faf8e01a (patch) | |
tree | 700dceb4a0501fc665c5469ff78de1215bbd7628 /meta/conf/bitbake.conf | |
parent | b3f05552bc549a8f766552c31c1a38a35a1c918a (diff) | |
download | poky-1919ba235f7b197f7684936bf9d1cac3faf8e01a.tar.gz |
bitbake.conf: add default value for TUNE_PKGARCH
Add a default value for TUNE_PKGARCH. This let's us use
the following:
TUNE_PKGARCH_tune-ppce500
Instead of scanning over variables and using bitbake internal
functions to create a valid value here.
(From OE-Core rev: 785962440131f993b912d26cba39dc7ffc91aad4)
Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.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 91aa756f8c..f67bf5073e 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -95,6 +95,7 @@ TUNE_CCARGS ??= "" | |||
95 | TUNE_LDARGS ??= "" | 95 | TUNE_LDARGS ??= "" |
96 | TUNE_ASARGS ??= "" | 96 | TUNE_ASARGS ??= "" |
97 | TUNE_FEATURES ??= "${TUNE_FEATURES_tune-${DEFAULTTUNE}}" | 97 | TUNE_FEATURES ??= "${TUNE_FEATURES_tune-${DEFAULTTUNE}}" |
98 | TUNE_PKGARCH ??= "${TUNE_PKGARCH_tune-${DEFAULTTUNE}}" | ||
98 | LIBCEXTENSION ??= "" | 99 | LIBCEXTENSION ??= "" |
99 | ABIEXTENSION ??= "" | 100 | ABIEXTENSION ??= "" |
100 | 101 | ||