From b0fd19e5d2c2e059c3fbc3ce80a76b28beb9f7ad Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 29 Jul 2021 23:34:36 +0100 Subject: 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 meta-yocto rev: 3c2de959f45b7fdff5db32a9a2c3822dbb1fbd27) Signed-off-by: Richard Purdie --- meta-poky/conf/distro/poky.conf | 2 +- meta-poky/conf/local.conf.sample | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-poky') diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index 522cc92f74..8ffd805945 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf @@ -10,7 +10,7 @@ MAINTAINER = "Poky " TARGET_VENDOR = "-poky" -LOCALCONF_VERSION = "1" +LOCALCONF_VERSION = "2" # Override these in poky based distros POKY_DEFAULT_DISTRO_FEATURES = "largefile opengl ptest multiarch wayland vulkan" diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample index 53766d1a9b..b6a9e272b5 100644 --- a/meta-poky/conf/local.conf.sample +++ b/meta-poky/conf/local.conf.sample @@ -271,4 +271,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 v1.2.3-54-g00ecf