]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
local.conf.sample: Add sdl to nativesdk qemu PACKAGECONFIG
authorSaul Wold <sgw@linux.intel.com>
Thu, 19 Jun 2014 00:39:09 +0000 (17:39 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jun 2014 16:20:48 +0000 (17:20 +0100)
Enable SDL by default for nativesdk as we do with natve, this will
allow qemu with ADT to use graphics no vnc by default.

[YOCTO #6446]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-yocto/conf/local.conf.sample

index 265fedf2501276af11617ec275e05f611e1789d7..40db59069091c51ed12fdc5e4833a6df0e4f3e09 100644 (file)
@@ -243,6 +243,7 @@ BB_DISKMON_DIRS = "\
 # seen. The two lines below enable the SDL backend too. This assumes there is a
 # libsdl library available on your build system.
 PACKAGECONFIG_pn-qemu-native = "sdl"
+PACKAGECONFIG_pn-nativesdk-qemu = "sdl"
 ASSUME_PROVIDED += "libsdl-native"