summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-poky/conf/local.conf.sample5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample
index 59b4d9561d..b36530dd8c 100644
--- a/meta-poky/conf/local.conf.sample
+++ b/meta-poky/conf/local.conf.sample
@@ -237,12 +237,11 @@ BB_DISKMON_DIRS ??= "\
237# 237#
238# Qemu configuration 238# Qemu configuration
239# 239#
240# By default qemu will build with a builtin VNC server where graphical output can be 240# By default native qemu will build with a builtin VNC server where graphical output can be
241# seen. The two lines below enable the SDL backend too. By default libsdl2-native will 241# seen. The line below enable the SDL backend too. By default libsdl2-native will
242# be built, if you want to use your host's libSDL instead of the minimal libsdl built 242# be built, if you want to use your host's libSDL instead of the minimal libsdl built
243# by libsdl2-native then uncomment the ASSUME_PROVIDED line below. 243# by libsdl2-native then uncomment the ASSUME_PROVIDED line below.
244PACKAGECONFIG_append_pn-qemu-system-native = " sdl" 244PACKAGECONFIG_append_pn-qemu-system-native = " sdl"
245PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
246#ASSUME_PROVIDED += "libsdl2-native" 245#ASSUME_PROVIDED += "libsdl2-native"
247 246
248# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to 247# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to