[oe-commits] Paul Eggleton : bitbake.conf: remove PACKAGE_EXTRA_ARCHS_tune-XXX default

git version control git at git.openembedded.org
Thu Jul 28 17:21:09 UTC 2011


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

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Thu Jul 28 22:18:28 2011 +0000

bitbake.conf: remove PACKAGE_EXTRA_ARCHS_tune-XXX default

Because of the way BitBake handles ??= under certain circumstances, this
default setting ends up stepping all over the real setting from the arch
include file. Since virtually all arch include files or tune files define
a real value for this we shouldn't need to have a default (or it needs to
be done in a different way).

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Acked-by: Kumar Gala <galak at kernel.crashing.org>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 meta/conf/bitbake.conf |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 6e109ec..9c80f11 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -84,7 +84,6 @@ HOST_EXEEXT = ""
 TUNE_ARCH ??= "INVALID"
 TUNE_CCARGS ??= ""
 TUNE_FEATURES ??= "${TUNE_FEATURES_tune-${DEFAULTTUNE}}"
-PACKAGE_EXTRA_ARCHS_tune-${DEFAULTTUNE} ??= "${TARGET_ARCH}"
 LIBCEXTENSION ??= ""
 ABIEXTENSION ??= ""
 





More information about the Openembedded-commits mailing list