From af5b3f3510d3faa0e570be4b4997e9abcad5a805 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 12 Sep 2013 16:51:41 +0100 Subject: [PATCH] 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 --- meta/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}/../")}'