From: Richard Purdie Date: Fri, 30 Sep 2016 16:43:28 +0000 (+0100) Subject: machine-sdk: Clear ABIEXTENSION to avoid sstate checksum mismatch issues X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~23998 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21cc2a3f63ea260dbf6b50e2fd4dd50cacdd9935;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/conf/machine-sdk/i586.conf b/meta/conf/machine-sdk/i586.conf index baacce70af9..41e5e159d1a 100644 --- a/meta/conf/machine-sdk/i586.conf +++ b/meta/conf/machine-sdk/i586.conf @@ -1,3 +1,4 @@ SDK_ARCH = "i586" SDK_CC_ARCH = "-march=i586" +ABIEXTENSION_class-nativesdk = "" diff --git a/meta/conf/machine-sdk/i686.conf b/meta/conf/machine-sdk/i686.conf index ffdb46131cb..fe406972c85 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 = "" diff --git a/meta/conf/machine-sdk/x86_64.conf b/meta/conf/machine-sdk/x86_64.conf index 812d67c8d29..61439b4fb07 100644 --- a/meta/conf/machine-sdk/x86_64.conf +++ b/meta/conf/machine-sdk/x86_64.conf @@ -1 +1,2 @@ SDK_ARCH = "x86_64" +ABIEXTENSION_class-nativesdk = ""