From 933088c74870b8c3aa5077d57bc85fc66a652291 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 28 Feb 2016 15:57:58 +0000 Subject: 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 --- meta/conf/bblayers.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf') 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 ?= "" -- cgit v1.2.3