aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-02-27 13:38:49 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-28 12:14:52 +0000
commit785962440131f993b912d26cba39dc7ffc91aad4 (patch)
tree22a04ad164caf898aedad101b3e44d17ff6d042b /meta/conf
parent01fd9be5db633d881c789c5b119f794a3f1000da (diff)
downloadopenembedded-core-contrib-785962440131f993b912d26cba39dc7ffc91aad4.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. Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf1
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 ??= ""
TUNE_LDARGS ??= ""
TUNE_ASARGS ??= ""
TUNE_FEATURES ??= "${TUNE_FEATURES_tune-${DEFAULTTUNE}}"
+TUNE_PKGARCH ??= "${TUNE_PKGARCH_tune-${DEFAULTTUNE}}"
LIBCEXTENSION ??= ""
ABIEXTENSION ??= ""