summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-poky/conf/distro/poky.conf2
-rw-r--r--meta-poky/conf/local.conf.sample2
2 files changed, 2 insertions, 2 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"
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"
271# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to 271# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to
272# track the version of this file when it was generated. This can safely be ignored if 272# track the version of this file when it was generated. This can safely be ignored if
273# this doesn't mean anything to you. 273# this doesn't mean anything to you.
274CONF_VERSION = "1" 274CONF_VERSION = "2"