From 8797e389c6bd84a20da4cafce1df8568213d3b85 Mon Sep 17 00:00:00 2001 From: Qing He Date: Fri, 11 Mar 2011 18:36:22 +0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/conf/bitbake.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index cf99a8124b..42b98259f7 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" -- cgit v1.2.3-54-g00ecf