summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/local.conf.sample
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-25 22:29:23 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-29 23:38:21 +0100
commit9826f87cb466a85cba736529831175437dcc621a (patch)
treecbcabea97ff4d1225102495cd629888bbc384468 /meta-poky/conf/local.conf.sample
parentd41af446febd516f14f26db53e6572d9eae35b1e (diff)
downloadpoky-9826f87cb466a85cba736529831175437dcc621a.tar.gz
meta-poky/meta-yocto-bsp: Convert to new override syntax
This converts the two layers to the new override syntax. This was done using <oe-core>/scripts/contrib/convert-overrides.py <this-layer> with no manual fixes. (From meta-yocto rev: 387eab70f343966267c2a68746aea1bbb8525191) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/conf/local.conf.sample')
-rw-r--r--meta-poky/conf/local.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample
index fb14379d28..53766d1a9b 100644
--- a/meta-poky/conf/local.conf.sample
+++ b/meta-poky/conf/local.conf.sample
@@ -235,7 +235,7 @@ BB_DISKMON_DIRS ??= "\
235# 235#
236# By default native qemu will build with a builtin VNC server where graphical output can be 236# By default native qemu will build with a builtin VNC server where graphical output can be
237# seen. The line below enables the SDL UI frontend too. 237# seen. The line below enables the SDL UI frontend too.
238PACKAGECONFIG_append_pn-qemu-system-native = " sdl" 238PACKAGECONFIG:append:pn-qemu-system-native = " sdl"
239# By default libsdl2-native will be built, if you want to use your host's libSDL instead of 239# By default libsdl2-native will be built, if you want to use your host's libSDL instead of
240# the minimal libsdl built by libsdl2-native then uncomment the ASSUME_PROVIDED line below. 240# the minimal libsdl built by libsdl2-native then uncomment the ASSUME_PROVIDED line below.
241#ASSUME_PROVIDED += "libsdl2-native" 241#ASSUME_PROVIDED += "libsdl2-native"