summaryrefslogtreecommitdiffstats
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:27:51 +0000
commit1919ba235f7b197f7684936bf9d1cac3faf8e01a (patch)
tree700dceb4a0501fc665c5469ff78de1215bbd7628 /meta/conf
parentb3f05552bc549a8f766552c31c1a38a35a1c918a (diff)
downloadpoky-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')
-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 ??= ""
95TUNE_LDARGS ??= "" 95TUNE_LDARGS ??= ""
96TUNE_ASARGS ??= "" 96TUNE_ASARGS ??= ""
97TUNE_FEATURES ??= "${TUNE_FEATURES_tune-${DEFAULTTUNE}}" 97TUNE_FEATURES ??= "${TUNE_FEATURES_tune-${DEFAULTTUNE}}"
98TUNE_PKGARCH ??= "${TUNE_PKGARCH_tune-${DEFAULTTUNE}}"
98LIBCEXTENSION ??= "" 99LIBCEXTENSION ??= ""
99ABIEXTENSION ??= "" 100ABIEXTENSION ??= ""
100 101