diff options
| author | Ross Burton <ross.burton@arm.com> | 2023-12-21 17:01:59 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-12-23 08:46:00 +0000 |
| commit | 3000abe20af58ca9094dd77f890715cc3f4ef04a (patch) | |
| tree | a4302bd7b6d355398b5e2162a35f738a8da26eed /meta/conf/machine-sdk/ppc64.conf | |
| parent | 64162b18127cba28e2e13f220c5c792aff97b38b (diff) | |
| download | poky-3000abe20af58ca9094dd77f890715cc3f4ef04a.tar.gz | |
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>
Diffstat (limited to 'meta/conf/machine-sdk/ppc64.conf')
| -rw-r--r-- | meta/conf/machine-sdk/ppc64.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/machine-sdk/ppc64.conf b/meta/conf/machine-sdk/ppc64.conf index b41325dfe7..8ba3fccc67 100644 --- a/meta/conf/machine-sdk/ppc64.conf +++ b/meta/conf/machine-sdk/ppc64.conf | |||
| @@ -1,2 +1,4 @@ | |||
| 1 | SDK_ARCH = "ppc64" | 1 | SDK_ARCH = "ppc64" |
| 2 | ABIEXTENSION:class-nativesdk = "" | 2 | ABIEXTENSION:class-nativesdk = "" |
| 3 | |||
| 4 | SDK_MACHINE_FEATURES = "qemu-usermode" | ||
