]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: add default value for TUNE_PKGARCH
authorMatthew McClintock <msm@freescale.com>
Mon, 27 Feb 2012 19:38:49 +0000 (13:38 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Feb 2012 12:14:52 +0000 (12:14 +0000)
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>
meta/conf/bitbake.conf

index 91aa756f8c4cbc2c2e04a80b6c58a9bbe63ebd54..f67bf5073e87caea9d8990601160541a4233ed12 100644 (file)
@@ -95,6 +95,7 @@ TUNE_CCARGS ??= ""
 TUNE_LDARGS ??= ""
 TUNE_ASARGS ??= ""
 TUNE_FEATURES ??= "${TUNE_FEATURES_tune-${DEFAULTTUNE}}"
+TUNE_PKGARCH ??= "${TUNE_PKGARCH_tune-${DEFAULTTUNE}}"
 LIBCEXTENSION ??= ""
 ABIEXTENSION ??= ""