conf/machine-sdk: declare qemu-usermode SDK_MACHINE_FEATURE

All of our defined SDK machines (which are assumed to be Linux) support
qemu-user, so state this explicitly.

(From OE-Core rev: 12f92772c8ccf622fd353836c1172e15ee8c6857)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Link: https://lore.kernel.org/r/20231221170159.1995650-3-ross.burton@arm.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2023-12-21 17:01:59 +00:00 committed by Richard Purdie
parent 64162b1812
commit 3000abe20a
8 changed files with 15 additions and 0 deletions

View File

@ -1,2 +1,4 @@
SDK_ARCH = "aarch64"
ABIEXTENSION:class-nativesdk = ""
SDK_MACHINE_FEATURES = "qemu-usermode"

View File

@ -2,3 +2,4 @@ SDK_ARCH = "i586"
SDK_CC_ARCH = "-march=i586"
ABIEXTENSION:class-nativesdk = ""
SDK_MACHINE_FEATURES = "qemu-usermode"

View File

@ -1,3 +1,5 @@
SDK_ARCH = "i686"
SDK_CC_ARCH = "-march=i686"
ABIEXTENSION:class-nativesdk = ""
SDK_MACHINE_FEATURES = "qemu-usermode"

View File

@ -1,2 +1,4 @@
SDK_ARCH = "loongarch64"
ABIEXTENSION:class-nativesdk = ""
SDK_MACHINE_FEATURES = "qemu-usermode"

View File

@ -1,2 +1,4 @@
SDK_ARCH = "ppc64"
ABIEXTENSION:class-nativesdk = ""
SDK_MACHINE_FEATURES = "qemu-usermode"

View File

@ -1,2 +1,4 @@
SDK_ARCH = "ppc64le"
ABIEXTENSION:class-nativesdk = ""
SDK_MACHINE_FEATURES = "qemu-usermode"

View File

@ -1,2 +1,4 @@
SDK_ARCH = "riscv64"
ABIEXTENSION:class-nativesdk = ""
SDK_MACHINE_FEATURES = "qemu-usermode"

View File

@ -2,3 +2,5 @@ SDK_ARCH = "x86_64"
SDK_CC_ARCH = "-march=x86-64"
ABIEXTENSION:class-crosssdk = ""
ABIEXTENSION:class-nativesdk = ""
SDK_MACHINE_FEATURES = "qemu-usermode"