summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2011-03-11 18:36:22 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-14 21:08:35 +0000
commit367db423a6838589e3b85ab0844eb62d96b7c697 (patch)
tree4d5e72fa4275baea572b2a998a6927216a922430 /meta
parentd578d746e6524a5d32e6ac1dcc9cc08c2fb3c551 (diff)
downloadast2050-yocto-poky-367db423a6838589e3b85ab0844eb62d96b7c697.zip
ast2050-yocto-poky-367db423a6838589e3b85ab0844eb62d96b7c697.tar.gz
qemux86-64: set qemux86_64 as package arch name
thus allows rpmbuild to generated RPMs with the right architecture. (From OE-Core rev: 73b27dc6c326c8465944f8b6397dc6b1ef647452) Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/bitbake.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index cf99a81..42b9825 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -93,7 +93,8 @@ SDK_CC_ARCH = "${BUILD_CC_ARCH}"
BASE_PACKAGE_ARCH = "${HOST_ARCH}"
PACKAGE_ARCH = "${BASE_PACKAGE_ARCH}"
MACHINE_ARCH = "${@[bb.data.getVar('BASE_PACKAGE_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}"
+MACHINE_ARCH_qemux86-64 = "qemux86_64"
+PACKAGE_ARCHS = "all any noarch ${TARGET_ARCH} ${PACKAGE_EXTRA_ARCHS} ${MACHINE_ARCH}"
# MACHINE shouldn't be included here as a variable dependency since machine specific
# packages are handled using multimachine
PACKAGE_ARCHS[vardepsexclude] = "MACHINE"
OpenPOWER on IntegriCloud