summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-29 23:36:55 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-30 14:25:58 +0100
commit5452f1ba337685cf89d3429e08255450ab90b96f (patch)
tree0461176318ba2f0cbf466c6b9f5d4a02899ff659
parent4e9a06b64b43131b731fb59a0305f78a98e27fbd (diff)
downloadopenembedded-core-contrib-5452f1ba337685cf89d3429e08255450ab90b96f.tar.gz
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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/conf/local.conf.sample2
-rw-r--r--meta/conf/sanity.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index fea10907d1..481a04c34f 100644
--- a/meta/conf/local.conf.sample
+++ b/meta/conf/local.conf.sample
@@ -236,4 +236,4 @@ PACKAGECONFIG:append:pn-nativesdk-qemu = " sdl"
# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to
# track the version of this file when it was generated. This can safely be ignored if
# this doesn't mean anything to you.
-CONF_VERSION = "1"
+CONF_VERSION = "2"
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"