summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2014-06-18 17:39:09 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-19 17:22:52 +0100
commit0bc0ee66a8f18f1b2390a018d3807c165b8693a1 (patch)
treef85e9c70f89c149f60f5464cea1c150cc15ea8f6 /meta-yocto
parentdb6819b0c353479af50058a7f209836e3c1cb4bf (diff)
downloadpoky-0bc0ee66a8f18f1b2390a018d3807c165b8693a1.tar.gz
local.conf.sample: Add sdl to nativesdk qemu PACKAGECONFIG
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] (From meta-yocto rev: ff6154b4cb7330e73725294855a5bf9f9a9da980) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/local.conf.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample
index 0111801cb8..bcb086481c 100644
--- a/meta-yocto/conf/local.conf.sample
+++ b/meta-yocto/conf/local.conf.sample
@@ -243,6 +243,7 @@ BB_DISKMON_DIRS = "\
243# seen. The two lines below enable the SDL backend too. This assumes there is a 243# seen. The two lines below enable the SDL backend too. This assumes there is a
244# libsdl library available on your build system. 244# libsdl library available on your build system.
245PACKAGECONFIG_pn-qemu-native = "sdl" 245PACKAGECONFIG_pn-qemu-native = "sdl"
246PACKAGECONFIG_pn-nativesdk-qemu = "sdl"
246ASSUME_PROVIDED += "libsdl-native" 247ASSUME_PROVIDED += "libsdl-native"
247 248
248 249