summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-02-27 18:47:33 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-28 13:26:33 +0000
commit18bead102afabffcf3842ee099dcd22b8a598b8d (patch)
tree584306b6a375b5e0359d8a8a00985c94739e1aaa /meta-poky
parentc25f139421d3934006f64cb66a45c44d381724ad (diff)
downloadpoky-18bead102afabffcf3842ee099dcd22b8a598b8d.tar.gz
local.conf.sample: adjust the qemu configuration to refer to qemu-system-native
(From meta-yocto rev: aa16ed1b2c0f358d244a50a41be19d80935d3cc8) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-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 267108d685..9068e567dc 100644
--- a/meta-poky/conf/local.conf.sample
+++ b/meta-poky/conf/local.conf.sample
@@ -241,7 +241,7 @@ BB_DISKMON_DIRS ??= "\
241# seen. The two lines below enable the SDL backend too. By default libsdl2-native will 241# seen. The two lines 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-native = " sdl" 244PACKAGECONFIG_append_pn-qemu-system-native = " sdl"
245PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl" 245PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
246#ASSUME_PROVIDED += "libsdl2-native" 246#ASSUME_PROVIDED += "libsdl2-native"
247 247