[oe-commits] Matthew McClintock : bitbake.conf: add default value for TUNE_PKGARCH

git at git.openembedded.org git at git.openembedded.org
Tue Feb 28 12:24:19 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 785962440131f993b912d26cba39dc7ffc91aad4
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=785962440131f993b912d26cba39dc7ffc91aad4

Author: Matthew McClintock <msm at freescale.com>
Date:   Mon Feb 27 13:38:49 2012 -0600

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 at freescale.com>

---

 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 91aa756..f67bf50 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 ??= ""
 





More information about the Openembedded-commits mailing list