[oe-commits] Richard Purdie : layer.conf: Version bump for DEPLOY_DIR layout change

git at git.openembedded.org git at git.openembedded.org
Thu Sep 12 15:40:19 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 4246e7dd59800a1d6c6d02c00f4e86eeac020767
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4246e7dd59800a1d6c6d02c00f4e86eeac020767

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu Sep 12 16:51:41 2013 +0100

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 at linuxfoundation.org>

---

 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 a834765..31c095c 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}/../")}'



More information about the Openembedded-commits mailing list