diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-30 17:43:28 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-01 21:45:57 +0100 |
commit | be873a02ab38a2b09fc6c7e53242aadf872bce94 (patch) | |
tree | b333fa590749723a5d0cbe7b1f5014880621357b /meta/conf/machine-sdk/x86_64.conf | |
parent | 2d7df9be8deb928b0a3d55104cd650374be75d6c (diff) | |
download | poky-be873a02ab38a2b09fc6c7e53242aadf872bce94.tar.gz |
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>
Diffstat (limited to 'meta/conf/machine-sdk/x86_64.conf')
-rw-r--r-- | meta/conf/machine-sdk/x86_64.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/machine-sdk/x86_64.conf b/meta/conf/machine-sdk/x86_64.conf index 812d67c8d2..61439b4fb0 100644 --- a/meta/conf/machine-sdk/x86_64.conf +++ b/meta/conf/machine-sdk/x86_64.conf | |||
@@ -1 +1,2 @@ | |||
1 | SDK_ARCH = "x86_64" | 1 | SDK_ARCH = "x86_64" |
2 | ABIEXTENSION_class-nativesdk = "" | ||