From 1919ba235f7b197f7684936bf9d1cac3faf8e01a Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Mon, 27 Feb 2012 13:38:49 -0600 Subject: 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 Signed-off-by: Richard Purdie --- meta/conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+) 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 ??= "" -- cgit v1.2.3-54-g00ecf