From 3000abe20af58ca9094dd77f890715cc3f4ef04a Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 21 Dec 2023 17:01:59 +0000 Subject: 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 Link: https://lore.kernel.org/r/20231221170159.1995650-3-ross.burton@arm.com Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/conf/machine-sdk/i686.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/conf/machine-sdk/i686.conf') diff --git a/meta/conf/machine-sdk/i686.conf b/meta/conf/machine-sdk/i686.conf index 22f580e70f..abb7a4bc1a 100644 --- a/meta/conf/machine-sdk/i686.conf +++ b/meta/conf/machine-sdk/i686.conf @@ -1,3 +1,5 @@ SDK_ARCH = "i686" SDK_CC_ARCH = "-march=i686" ABIEXTENSION:class-nativesdk = "" + +SDK_MACHINE_FEATURES = "qemu-usermode" -- cgit v1.2.3-54-g00ecf