From: Richard Purdie Date: Sun, 28 Feb 2016 15:57:58 +0000 (+0000) Subject: bblayers.conf.sample: Fix missing layer version bump X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~26746 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=933088c74870b8c3aa5077d57bc85fc66a652291;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bblayers.conf.sample: Fix missing layer version bump The sanity.bbclass changes required the layer verison to increase, this adds that missing component. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bblayers.conf.sample b/meta/conf/bblayers.conf.sample index 518da7402ce..46126df051c 100644 --- a/meta/conf/bblayers.conf.sample +++ b/meta/conf/bblayers.conf.sample @@ -1,6 +1,6 @@ # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf # changes incompatibly -LCONF_VERSION = "5" +LCONF_VERSION = "7" BBPATH = "${TOPDIR}" BBFILES ?= ""