mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
bitbake.conf/qemux86-64: Automate TRANSLATED_TARGET_ARCH
(From OE-Core rev: 6def7129cf7580a935c05cc05b7f803812d5bb18) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -728,7 +728,7 @@ TARGET_ARCH[unexport] = "1"
|
||||
DISTRO[unexport] = "1"
|
||||
|
||||
# Used by canadian-cross to handle string conversions on TARGET_ARCH where needed
|
||||
TRANSLATED_TARGET_ARCH ??= ${TARGET_ARCH}
|
||||
TRANSLATED_TARGET_ARCH ??= "${@d.getVar('TARGET_ARCH', True).replace("_", "-")}"
|
||||
|
||||
# Setup our default hash policy
|
||||
BB_SIGNATURE_HANDLER ?= "basic"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user