From: Paul Eggleton Date: Fri, 7 Mar 2014 10:23:44 +0000 (+0000) Subject: layer.conf: update LAYERVERSION_core for core-image-full-cmdline X-Git-Tag: 2015-4~3447 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d87585385bfe00dd5e7448ae7d5bc5dc7f9ac782;p=openembedded-core.git layer.conf: update LAYERVERSION_core for core-image-full-cmdline LAYERVERSION_core change to 4 means rename of core-image-basic to core-image-full-cmdline. Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 758a92be40..18609ddc5c 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 = "3" +LAYERVERSION_core = "4" # Set a variable to get to the top of the metadata location COREBASE = '${@os.path.normpath("${LAYERDIR}/../")}'