summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/distro
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-29 23:34:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-02 15:44:29 +0100
commitb0fd19e5d2c2e059c3fbc3ce80a76b28beb9f7ad (patch)
treeeb6e1f7b8036b4e2c18424cd4c255e773b2d8975 /meta-poky/conf/distro
parentaeaafe2fa591c601e41ea065aa9c3905db6cc438 (diff)
downloadpoky-b0fd19e5d2c2e059c3fbc3ce80a76b28beb9f7ad.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 meta-yocto rev: 3c2de959f45b7fdff5db32a9a2c3822dbb1fbd27) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/conf/distro')
-rw-r--r--meta-poky/conf/distro/poky.conf2
1 files changed, 1 insertions, 1 deletions
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 <poky@lists.yoctoproject.org>"
10 10
11TARGET_VENDOR = "-poky" 11TARGET_VENDOR = "-poky"
12 12
13LOCALCONF_VERSION = "1" 13LOCALCONF_VERSION = "2"
14 14
15# Override these in poky based distros 15# Override these in poky based distros
16POKY_DEFAULT_DISTRO_FEATURES = "largefile opengl ptest multiarch wayland vulkan" 16POKY_DEFAULT_DISTRO_FEATURES = "largefile opengl ptest multiarch wayland vulkan"