]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample: Bump version so users update their config
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 Jul 2021 22:36:55 +0000 (23:36 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Jul 2021 13:25:58 +0000 (14:25 +0100)
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>
meta/conf/local.conf.sample
meta/conf/sanity.conf

index fea10907d1d95c3b06d166b05e787b5c5a79ff8e..481a04c34fc32314f6868e5c44e603b38a42dc39 100644 (file)
@@ -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"
index 68d4523afcab6657f70984b2c1d9d4a987d12118..2ac5ae36239192784246be32ae68ff22fef6184b 100644 (file)
@@ -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"