summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-11 14:36:05 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-21 12:37:53 +0000
commitd0857f4ae3f6e4de3c5258c43aa539b9680bbf25 (patch)
treeb7f9e54a473f10e2640a4bfad44255590aae9400 /meta/conf
parent6a5a2dff3c8479826131ee1cfafa2ca6385a5c92 (diff)
downloadast2050-yocto-poky-d0857f4ae3f6e4de3c5258c43aa539b9680bbf25.zip
ast2050-yocto-poky-d0857f4ae3f6e4de3c5258c43aa539b9680bbf25.tar.gz
sanity: TMPDIR ABI change for kernel process
The kernel source is being moved into the sysroot, to do this and preserve previous builds, we need to change the TMPDIR ABI and provide a function to uninstall all kernels from the sysroot. This change adds code to do that and increases the ABI number. (From OE-Core rev: 323f9ea99cff00a751e446286bf8bcf8756e4351) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/abi_version.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/abi_version.conf b/meta/conf/abi_version.conf
index e8cf9a3..2867850 100644
--- a/meta/conf/abi_version.conf
+++ b/meta/conf/abi_version.conf
@@ -4,4 +4,4 @@
# that breaks the format and have been previously discussed on the mailing list
# with general agreement from the core team.
#
-OELAYOUT_ABI = "9"
+OELAYOUT_ABI = "10"
OpenPOWER on IntegriCloud