mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
machine-sdk: Clear ABIEXTENSION to avoid sstate checksum mismatch issues
When switching MACHINE, nativeksdk recipes could end up being rebuilt. Clear ABIEXTENSION to avoid this problem and ensure sstate checksum consistency. (From OE-Core rev: 21cc2a3f63ea260dbf6b50e2fd4dd50cacdd9935) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
SDK_ARCH = "i586"
|
||||
SDK_CC_ARCH = "-march=i586"
|
||||
ABIEXTENSION_class-nativesdk = ""
|
||||
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
SDK_ARCH = "i686"
|
||||
SDK_CC_ARCH = "-march=i686"
|
||||
ABIEXTENSION_class-nativesdk = ""
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
SDK_ARCH = "x86_64"
|
||||
ABIEXTENSION_class-nativesdk = ""
|
||||
|
||||
Reference in New Issue
Block a user