]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample: Add sdl to nativesdk qemu PACKAGECONFIG
authorSaul Wold <sgw@linux.intel.com>
Thu, 19 Jun 2014 00:36:17 +0000 (17:36 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jun 2014 16:21:45 +0000 (17:21 +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/conf/local.conf.sample

index 1d893af23a470a21e1caab0011014a84f6db10d3..d64ba7f6e55faea15ed37f6054f7b481b0931f6a 100644 (file)
@@ -221,6 +221,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"