diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-12 16:51:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-14 08:21:00 +0100 |
commit | af5b3f3510d3faa0e570be4b4997e9abcad5a805 (patch) | |
tree | b8e79007d6f1a28a588394cac1e9857eccacd841 | |
parent | 6670be71f75c3d7e11362d7c9076ca4de75b50f4 (diff) | |
download | poky-af5b3f3510d3faa0e570be4b4997e9abcad5a805.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.
(From OE-Core rev: 4246e7dd59800a1d6c6d02c00f4e86eeac020767)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/layer.conf | 2 |
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" | |||
9 | 9 | ||
10 | # This should only be incremented on significant changes that will | 10 | # This should only be incremented on significant changes that will |
11 | # cause compatibility issues with other layers | 11 | # cause compatibility issues with other layers |
12 | LAYERVERSION_core = "2" | 12 | LAYERVERSION_core = "3" |
13 | 13 | ||
14 | # Set a variable to get to the top of the metadata location | 14 | # Set a variable to get to the top of the metadata location |
15 | COREBASE = '${@os.path.normpath("${LAYERDIR}/../")}' | 15 | COREBASE = '${@os.path.normpath("${LAYERDIR}/../")}' |