From: Matthew McClintock Date: Mon, 27 Feb 2012 19:38:49 +0000 (-0600) Subject: bitbake.conf: add default value for TUNE_PKGARCH X-Git-Tag: 2015-4~11604 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=785962440131f993b912d26cba39dc7ffc91aad4;p=openembedded-core.git 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 --- 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 ??= ""