From fee8699a263b45987300dfb0f34c24ce39e54505 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 2 Aug 2021 17:10:51 -0400 Subject: Update configuration versions 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 Change-Id: Ie02e1b56656da563d2a9f4b16602b9ebe970042a --- templates/base/local.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/base/local.conf.sample b/templates/base/local.conf.sample index f24307c0c..1d0044871 100644 --- a/templates/base/local.conf.sample +++ b/templates/base/local.conf.sample @@ -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" -- cgit 1.2.3-korg