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:32 +0000
commitab3f69296d05bbcf10ea171b1e1d4a8d296e6e40 (patch)
tree6b3adf45dd556c16ed56f4c8d996687a36c6091f /meta/conf
parentccef909c5614595ad42ddeb8dab53d1e40356bae (diff)
downloadpoky-ab3f69296d05bbcf10ea171b1e1d4a8d296e6e40.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". (From OE-Core rev: adc1c99abaab3d6046edd3a26dd53a31181f97ca) Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 @@
1SDK_ARCH = "x86_64" 1SDK_ARCH = "x86_64"
2ABIEXTENSION:class-crosssdk = ""
2ABIEXTENSION:class-nativesdk = "" 3ABIEXTENSION:class-nativesdk = ""