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: 2016-4~636 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=933088c74870b8c3aa5077d57bc85fc66a652291;p=openembedded-core.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 518da7402c..46126df051 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 ?= ""