Update configuration versions
authorScott Murray <scott.murray@konsulko.com>
Mon, 2 Aug 2021 21:10:51 +0000 (17:10 -0400)
committerScott Murray <scott.murray@konsulko.com>
Wed, 30 Mar 2022 18:08:33 +0000 (14:08 -0400)
Update the configuration versions to "2" in the local.conf templates.
This is now required to work work with Yocto honister or newer.

Bug-AGL: SPEC-3819

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ie02e1b56656da563d2a9f4b16602b9ebe970042a

meta-agl-core/conf/local.conf.sample
templates/base/local.conf.sample

index 8fa6d05..20a46ec 100644 (file)
@@ -264,7 +264,7 @@ PACKAGECONFIG:append:pn-qemu-system-native = " 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"
 
 # meta-agl-core uses these variables
 AGL_FEATURES ?= ""
index f24307c..1d00448 100644 (file)
@@ -337,4 +337,4 @@ PACKAGECONFIG:append:pn-qemu-system-native = " 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"