mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
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>
This commit is contained in:
parent
aeaafe2fa5
commit
b0fd19e5d2
|
|
@ -10,7 +10,7 @@ MAINTAINER = "Poky <poky@lists.yoctoproject.org>"
|
|||
|
||||
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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user