diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2010-12-06 17:45:45 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-10 15:36:48 +0000 |
commit | 2021e2a74f4a8cb2066279e3006087fd3b198bc9 (patch) | |
tree | 4ab220a34e77407e5eb6001b9a0b07bfdbde3d40 /meta/conf | |
parent | 322d6ab29902a51bd46303a4aed9f2b0b63cdb44 (diff) | |
download | poky-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')
-rw-r--r-- | meta/conf/machine/qemux86-64.conf | 1 |
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 @@ | |||
3 | #@DESCRIPTION: Machine configuration for running a common x86 | 3 | #@DESCRIPTION: Machine configuration for running a common x86 |
4 | 4 | ||
5 | TARGET_ARCH = "x86_64" | 5 | TARGET_ARCH = "x86_64" |
6 | TRANSLATED_TARGET_ARCH = "x86-64" | ||
6 | PACKAGE_EXTRA_ARCHS = "x86" | 7 | PACKAGE_EXTRA_ARCHS = "x86" |
7 | 8 | ||
8 | PREFERRED_PROVIDER_virtual/libgl = "mesa-dri" | 9 | PREFERRED_PROVIDER_virtual/libgl = "mesa-dri" |