]> code.ossystems Code Review - openembedded-core.git/commitdiff
layer.conf: Version bump for DEPLOY_DIR layout change
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Sep 2013 15:51:41 +0000 (16:51 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Sep 2013 15:51:45 +0000 (16:51 +0100)
Increase the version to signify the layout change of the images
in the deploy directory.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/layer.conf

index a83476556378b46614b040d832781845060c2c6c..31c095c2cbce9b2666c0a0c0e9f13c2862d47ce5 100644 (file)
@@ -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}/../")}'