diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-29 23:36:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:10 +0100 |
commit | 7dee8924ca0a4561a60c717e81d9f03e66538178 (patch) | |
tree | 05a58c156d8e5b198db06bcb817885d3b36c5375 /meta/conf/sanity.conf | |
parent | 65133015b1cf545a0c86177ce471a0b2b9340d5c (diff) | |
download | poky-7dee8924ca0a4561a60c717e81d9f03e66538178.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.
(From OE-Core rev: 5452f1ba337685cf89d3429e08255450ab90b96f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/sanity.conf')
-rw-r--r-- | meta/conf/sanity.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" | 8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" |
9 | 9 | ||
10 | SANITY_VERSION ?= "1" | 10 | SANITY_VERSION ?= "1" |
11 | LOCALCONF_VERSION ?= "1" | 11 | LOCALCONF_VERSION ?= "2" |
12 | LAYER_CONF_VERSION ?= "7" | 12 | LAYER_CONF_VERSION ?= "7" |
13 | SITE_CONF_VERSION ?= "1" | 13 | SITE_CONF_VERSION ?= "1" |
14 | 14 | ||