diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-03 15:52:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-03 17:40:14 +0100 |
commit | 6def7129cf7580a935c05cc05b7f803812d5bb18 (patch) | |
tree | 3a903bfa14ceb211660b7b7c02da7eef0cf537ce /meta/conf/machine/qemux86-64.conf | |
parent | 4806a459880d0860b563d30d3fa8d7cde3461cc6 (diff) | |
download | openembedded-core-6def7129cf7580a935c05cc05b7f803812d5bb18.tar.gz openembedded-core-6def7129cf7580a935c05cc05b7f803812d5bb18.tar.bz2 openembedded-core-6def7129cf7580a935c05cc05b7f803812d5bb18.zip |
bitbake.conf/qemux86-64: Automate TRANSLATED_TARGET_ARCH
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/qemux86-64.conf')
-rw-r--r-- | meta/conf/machine/qemux86-64.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf index 46d7d1270d..18a75138a8 100644 --- a/meta/conf/machine/qemux86-64.conf +++ b/meta/conf/machine/qemux86-64.conf @@ -2,9 +2,6 @@ #@NAME: common_pc #@DESCRIPTION: Machine configuration for running a common x86 -TARGET_ARCH = "x86_64" -TRANSLATED_TARGET_ARCH = "x86-64" - PREFERRED_PROVIDER_virtual/libgl = "mesa-dri" PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-dri-lite" |