]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample: adjust the qemu configuration to refer to qemu-system-native
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 27 Feb 2019 17:47:33 +0000 (18:47 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Feb 2019 13:20:21 +0000 (13:20 +0000)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/local.conf.sample

index e06e794923149c9f124aa40a66ae52c6109251e7..a3e01047eee4bca1f298206ed83e662b7806e212 100644 (file)
@@ -208,7 +208,7 @@ BB_DISKMON_DIRS ??= "\
 # seen. The two lines below enable the SDL backend too. By default libsdl2-native will
 # be built, if you want to use your host's libSDL instead of the minimal libsdl built
 # by libsdl2-native then uncomment the ASSUME_PROVIDED line below.
-PACKAGECONFIG_append_pn-qemu-native = " sdl"
+PACKAGECONFIG_append_pn-qemu-system-native = " sdl"
 PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
 #ASSUME_PROVIDED += "libsdl2-native"