From 7dee8924ca0a4561a60c717e81d9f03e66538178 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 29 Jul 2021 23:36:55 +0100 Subject: local.conf.sample: Bump version so users update their config It has been a while since we've done this but with the new syntax, users need to update their local.conf if based off the template. Update the versions to trigger this. (From OE-Core rev: 5452f1ba337685cf89d3429e08255450ab90b96f) Signed-off-by: Richard Purdie --- meta/conf/sanity.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 68d4523afc..2ac5ae3623 100644 --- a/meta/conf/sanity.conf +++ b/meta/conf/sanity.conf @@ -8,7 +8,7 @@ BB_MIN_VERSION = "1.51.0" SANITY_ABIFILE = "${TMPDIR}/abi_version" SANITY_VERSION ?= "1" -LOCALCONF_VERSION ?= "1" +LOCALCONF_VERSION ?= "2" LAYER_CONF_VERSION ?= "7" SITE_CONF_VERSION ?= "1" -- cgit v1.2.3-54-g00ecf