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:14:52 +0000 |
commit | 785962440131f993b912d26cba39dc7ffc91aad4 (patch) | |
tree | 22a04ad164caf898aedad101b3e44d17ff6d042b /meta/conf | |
parent | 01fd9be5db633d881c789c5b119f794a3f1000da (diff) | |
download | openembedded-core-785962440131f993b912d26cba39dc7ffc91aad4.tar.gz openembedded-core-785962440131f993b912d26cba39dc7ffc91aad4.tar.bz2 openembedded-core-785962440131f993b912d26cba39dc7ffc91aad4.zip |
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.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 ??= "" TUNE_LDARGS ??= "" TUNE_ASARGS ??= "" TUNE_FEATURES ??= "${TUNE_FEATURES_tune-${DEFAULTTUNE}}" +TUNE_PKGARCH ??= "${TUNE_PKGARCH_tune-${DEFAULTTUNE}}" LIBCEXTENSION ??= "" ABIEXTENSION ??= "" |