mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 00:32:12 +02:00
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>
4 lines
80 B
Plaintext
4 lines
80 B
Plaintext
SDK_ARCH = "i686"
|
|
SDK_CC_ARCH = "-march=i686"
|
|
ABIEXTENSION_class-nativesdk = ""
|