From 21cc2a3f63ea260dbf6b50e2fd4dd50cacdd9935 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 30 Sep 2016 17:43:28 +0100 Subject: 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. Signed-off-by: Richard Purdie --- meta/conf/machine-sdk/i686.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/conf/machine-sdk/i686.conf') diff --git a/meta/conf/machine-sdk/i686.conf b/meta/conf/machine-sdk/i686.conf index ffdb46131c..fe406972c8 100644 --- a/meta/conf/machine-sdk/i686.conf +++ b/meta/conf/machine-sdk/i686.conf @@ -1,2 +1,3 @@ SDK_ARCH = "i686" SDK_CC_ARCH = "-march=i686" +ABIEXTENSION_class-nativesdk = "" -- cgit v1.2