diff options
| -rw-r--r-- | meta/conf/machine-sdk/aarch64.conf | 2 | ||||
| -rw-r--r-- | meta/conf/machine-sdk/i586.conf | 1 | ||||
| -rw-r--r-- | meta/conf/machine-sdk/i686.conf | 2 | ||||
| -rw-r--r-- | meta/conf/machine-sdk/loongarch64.conf | 2 | ||||
| -rw-r--r-- | meta/conf/machine-sdk/ppc64.conf | 2 | ||||
| -rw-r--r-- | meta/conf/machine-sdk/ppc64le.conf | 2 | ||||
| -rw-r--r-- | meta/conf/machine-sdk/riscv64.conf | 2 | ||||
| -rw-r--r-- | meta/conf/machine-sdk/x86_64.conf | 2 |
8 files changed, 15 insertions, 0 deletions
diff --git a/meta/conf/machine-sdk/aarch64.conf b/meta/conf/machine-sdk/aarch64.conf index 4a285cf6cb..d2023e2174 100644 --- a/meta/conf/machine-sdk/aarch64.conf +++ b/meta/conf/machine-sdk/aarch64.conf | |||
| @@ -1,2 +1,4 @@ | |||
| 1 | SDK_ARCH = "aarch64" | 1 | SDK_ARCH = "aarch64" |
| 2 | ABIEXTENSION:class-nativesdk = "" | 2 | ABIEXTENSION:class-nativesdk = "" |
| 3 | |||
| 4 | SDK_MACHINE_FEATURES = "qemu-usermode" | ||
diff --git a/meta/conf/machine-sdk/i586.conf b/meta/conf/machine-sdk/i586.conf index 05e826965e..ccee3a4881 100644 --- a/meta/conf/machine-sdk/i586.conf +++ b/meta/conf/machine-sdk/i586.conf | |||
| @@ -2,3 +2,4 @@ SDK_ARCH = "i586" | |||
| 2 | SDK_CC_ARCH = "-march=i586" | 2 | SDK_CC_ARCH = "-march=i586" |
| 3 | ABIEXTENSION:class-nativesdk = "" | 3 | ABIEXTENSION:class-nativesdk = "" |
| 4 | 4 | ||
| 5 | SDK_MACHINE_FEATURES = "qemu-usermode" | ||
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 @@ | |||
| 1 | SDK_ARCH = "i686" | 1 | SDK_ARCH = "i686" |
| 2 | SDK_CC_ARCH = "-march=i686" | 2 | SDK_CC_ARCH = "-march=i686" |
| 3 | ABIEXTENSION:class-nativesdk = "" | 3 | ABIEXTENSION:class-nativesdk = "" |
| 4 | |||
| 5 | SDK_MACHINE_FEATURES = "qemu-usermode" | ||
diff --git a/meta/conf/machine-sdk/loongarch64.conf b/meta/conf/machine-sdk/loongarch64.conf index 40bf0039ea..6bb4c7a4ea 100644 --- a/meta/conf/machine-sdk/loongarch64.conf +++ b/meta/conf/machine-sdk/loongarch64.conf | |||
| @@ -1,2 +1,4 @@ | |||
| 1 | SDK_ARCH = "loongarch64" | 1 | SDK_ARCH = "loongarch64" |
| 2 | ABIEXTENSION:class-nativesdk = "" | 2 | ABIEXTENSION:class-nativesdk = "" |
| 3 | |||
| 4 | SDK_MACHINE_FEATURES = "qemu-usermode" | ||
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" | ||
diff --git a/meta/conf/machine-sdk/ppc64le.conf b/meta/conf/machine-sdk/ppc64le.conf index db1f863496..3ee12faf57 100644 --- a/meta/conf/machine-sdk/ppc64le.conf +++ b/meta/conf/machine-sdk/ppc64le.conf | |||
| @@ -1,2 +1,4 @@ | |||
| 1 | SDK_ARCH = "ppc64le" | 1 | SDK_ARCH = "ppc64le" |
| 2 | ABIEXTENSION:class-nativesdk = "" | 2 | ABIEXTENSION:class-nativesdk = "" |
| 3 | |||
| 4 | SDK_MACHINE_FEATURES = "qemu-usermode" | ||
diff --git a/meta/conf/machine-sdk/riscv64.conf b/meta/conf/machine-sdk/riscv64.conf index 3f4a5af0af..a43fe433fe 100644 --- a/meta/conf/machine-sdk/riscv64.conf +++ b/meta/conf/machine-sdk/riscv64.conf | |||
| @@ -1,2 +1,4 @@ | |||
| 1 | SDK_ARCH = "riscv64" | 1 | SDK_ARCH = "riscv64" |
| 2 | ABIEXTENSION:class-nativesdk = "" | 2 | ABIEXTENSION:class-nativesdk = "" |
| 3 | |||
| 4 | SDK_MACHINE_FEATURES = "qemu-usermode" | ||
diff --git a/meta/conf/machine-sdk/x86_64.conf b/meta/conf/machine-sdk/x86_64.conf index 3396f95d69..357dab0b88 100644 --- a/meta/conf/machine-sdk/x86_64.conf +++ b/meta/conf/machine-sdk/x86_64.conf | |||
| @@ -2,3 +2,5 @@ SDK_ARCH = "x86_64" | |||
| 2 | SDK_CC_ARCH = "-march=x86-64" | 2 | SDK_CC_ARCH = "-march=x86-64" |
| 3 | ABIEXTENSION:class-crosssdk = "" | 3 | ABIEXTENSION:class-crosssdk = "" |
| 4 | ABIEXTENSION:class-nativesdk = "" | 4 | ABIEXTENSION:class-nativesdk = "" |
| 5 | |||
| 6 | SDK_MACHINE_FEATURES = "qemu-usermode" | ||
