[oe-commits] Khem Raj : bitbake.conf: Initialize empty PACKAGE_EXTRA_ARCHS conditionally .

git version control git at git.openembedded.org
Mon Aug 10 19:44:48 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b4a6504890b98d415948dfd2e13dd37c5c600dca
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b4a6504890b98d415948dfd2e13dd37c5c600dca

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Aug 10 12:42:18 2009 -0700

bitbake.conf: Initialize empty PACKAGE_EXTRA_ARCHS conditionally.

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Acked-by: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>

---

 conf/bitbake.conf |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 8b69564..37b17d6 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -107,6 +107,7 @@ EXEEXT = "${HOST_EXEEXT}"
 
 BASE_PACKAGE_ARCH = "${HOST_ARCH}"
 PACKAGE_ARCH = "${BASE_PACKAGE_ARCH}"
+PACKAGE_EXTRA_ARCHS ?= ""
 MACHINE_ARCH = "${@[bb.data.getVar('HOST_ARCH', d, 1), bb.data.getVar('MACHINE', d, 1)][bool(bb.data.getVar('MACHINE', d, 1))]}"
 PACKAGE_ARCHS = "all any noarch ${TARGET_ARCH} ${PACKAGE_EXTRA_ARCHS} ${MACHINE}"
 
@@ -120,7 +121,7 @@ BASEPKG_TARGET_SYS = "${BASE_PACKAGE_ARCH}${TARGET_VENDOR}-${TARGET_OS}"
 QEMU_OPTIONS = ""
 QEMU_OPTIONS_iwmmxt  = "-cpu pxa270-c5"
 QEMU_OPTIONS_armv6   = "-cpu arm1136"
-QEMU_OPTIONS_armv6-novfp = ""-cpu arm1136"
+QEMU_OPTIONS_armv6-novfp = "-cpu arm1136"
 QEMU_OPTIONS_armv7a   = "-cpu cortex-a8"
 
 ##################################################################





More information about the Openembedded-commits mailing list