diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-11 14:36:05 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-21 12:38:06 +0000 |
commit | b671847d575b71defee5c8ce5492eb0080592549 (patch) | |
tree | 08441537478823374777474c9cdfb822227f7909 /meta-yocto | |
parent | db73bcc3b8abedb897fa90d8d2e53393a0f6cec7 (diff) | |
download | poky-b671847d575b71defee5c8ce5492eb0080592549.tar.gz |
sanity: TMPDIR ABI change for kernel process
Increase the ABI number to match the kernel build process change.
(From meta-yocto rev: 4214e61977dab113f5a8a1e1c9b3efe975c56c3a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r-- | meta-yocto/conf/distro/poky.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index 72db36dd5c..bea8e04e96 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf/distro/poky.conf | |||
@@ -94,7 +94,7 @@ BB_SIGNATURE_HANDLER ?= 'OEBasicHash' | |||
94 | # that breaks the format and have been previously discussed on the mailing list | 94 | # that breaks the format and have been previously discussed on the mailing list |
95 | # with general agreement from the core team. | 95 | # with general agreement from the core team. |
96 | # | 96 | # |
97 | OELAYOUT_ABI = "8" | 97 | OELAYOUT_ABI = "10" |
98 | 98 | ||
99 | # add poky sanity bbclass | 99 | # add poky sanity bbclass |
100 | INHERIT += "poky-sanity" | 100 | INHERIT += "poky-sanity" |