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: lucaceresoli/bug-15201-perf-libtraceevent-missing~34284 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d87585385bfe00dd5e7448ae7d5bc5dc7f9ac782;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 758a92be400..18609ddc5c4 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}/../")}'