[oe-commits] [openembedded-core] 02/02: machine-sdk: Clear ABIEXTENSION to avoid sstate checksum mismatch issues

git at git.openembedded.org git at git.openembedded.org
Sat Oct 1 07:16:41 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 21cc2a3f63ea260dbf6b50e2fd4dd50cacdd9935
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Sep 30 17:43:28 2016 +0100

    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 <richard.purdie at linuxfoundation.org>
---
 meta/conf/machine-sdk/i586.conf   | 1 +
 meta/conf/machine-sdk/i686.conf   | 1 +
 meta/conf/machine-sdk/x86_64.conf | 1 +
 3 files changed, 3 insertions(+)

diff --git a/meta/conf/machine-sdk/i586.conf b/meta/conf/machine-sdk/i586.conf
index baacce7..41e5e15 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 ffdb461..fe40697 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 812d67c..61439b4 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 = ""

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list