diff options
author | Christian Eggers <ceggers@arri.de> | 2022-03-25 07:52:24 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-26 09:33:32 +0000 |
commit | ab3f69296d05bbcf10ea171b1e1d4a8d296e6e40 (patch) | |
tree | 6b3adf45dd556c16ed56f4c8d996687a36c6091f /meta | |
parent | ccef909c5614595ad42ddeb8dab53d1e40356bae (diff) | |
download | poky-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')
-rw-r--r-- | meta/conf/machine-sdk/x86_64.conf | 1 |
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 @@ | |||
1 | SDK_ARCH = "x86_64" | 1 | SDK_ARCH = "x86_64" |
2 | ABIEXTENSION:class-crosssdk = "" | ||
2 | ABIEXTENSION:class-nativesdk = "" | 3 | ABIEXTENSION:class-nativesdk = "" |