aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemux86-64.conf
diff options
context:
space:
mode:
authorLianhao Lu <lianhao.lu@intel.com>2010-12-06 17:45:45 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-10 15:36:48 +0000
commit2021e2a74f4a8cb2066279e3006087fd3b198bc9 (patch)
tree4ab220a34e77407e5eb6001b9a0b07bfdbde3d40 /meta/conf/machine/qemux86-64.conf
parent322d6ab29902a51bd46303a4aed9f2b0b63cdb44 (diff)
downloadopenembedded-core-contrib-2021e2a74f4a8cb2066279e3006087fd3b198bc9.tar.gz
Using TRANSLATED_TARGET_ARCH instead of TARGET_ARCH.
Using TRANSLATED_TARGET_ARCH instead of TARGET_ARCH for cross-canadian packages. This is due to the TARGET_ARCH of x86_64 would results incorrect packaging in cross-canadian packages. The pacakge name appendix of x86_64 target in cross-canadian packages is x86-64. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Diffstat (limited to 'meta/conf/machine/qemux86-64.conf')
-rw-r--r--meta/conf/machine/qemux86-64.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf
index 31459cd084..fd34709b78 100644
--- a/meta/conf/machine/qemux86-64.conf
+++ b/meta/conf/machine/qemux86-64.conf
@@ -3,6 +3,7 @@
#@DESCRIPTION: Machine configuration for running a common x86
TARGET_ARCH = "x86_64"
+TRANSLATED_TARGET_ARCH = "x86-64"
PACKAGE_EXTRA_ARCHS = "x86"
PREFERRED_PROVIDER_virtual/libgl = "mesa-dri"