summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorChristian Eggers <ceggers@arri.de>2022-03-25 07:52:24 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-26 09:33:28 +0000
commitadc1c99abaab3d6046edd3a26dd53a31181f97ca (patch)
treeee75695ff0731d830878fd7c58b4cc1fe2891358 /meta/conf
parent67b4e0fdb13c81ab7e79109b6366fd7705b253ba (diff)
downloadopenembedded-core-adc1c99abaab3d6046edd3a26dd53a31181f97ca.tar.gz
machine-sdk: clear ABIEXTENSION for class-crosssdk
For nativesdk/crosssdk, we have no ABIEXTENSION. Fixes build of rust-crosssdk if ABIEXTENSION is set toe something like "eabi". Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/machine-sdk/x86_64.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/machine-sdk/x86_64.conf b/meta/conf/machine-sdk/x86_64.conf
index 8d494b261e..2ab607e65c 100644
--- a/meta/conf/machine-sdk/x86_64.conf
+++ b/meta/conf/machine-sdk/x86_64.conf
@@ -1,2 +1,3 @@
SDK_ARCH = "x86_64"
+ABIEXTENSION:class-crosssdk = ""
ABIEXTENSION:class-nativesdk = ""