aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/layer.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-12 16:51:41 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-12 16:51:45 +0100
commit4246e7dd59800a1d6c6d02c00f4e86eeac020767 (patch)
treed1442b68e09e9c82188b22c115fb328b830135b1 /meta/conf/layer.conf
parent7e90261aec61f79680b5eaeaf5b18c7b795412a4 (diff)
downloadopenembedded-core-contrib-4246e7dd59800a1d6c6d02c00f4e86eeac020767.tar.gz
layer.conf: Version bump for DEPLOY_DIR layout change
Increase the version to signify the layout change of the images in the deploy directory. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/layer.conf')
-rw-r--r--meta/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index a834765563..31c095c2cb 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -9,7 +9,7 @@ BBFILE_PRIORITY_core = "5"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
-LAYERVERSION_core = "2"
+LAYERVERSION_core = "3"
# Set a variable to get to the top of the metadata location
COREBASE = '${@os.path.normpath("${LAYERDIR}/../")}'