aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2014-06-18 17:36:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-19 17:21:53 +0100
commit2387256eb8c6938f66a61d262751a6c4234e4735 (patch)
tree07e0bf4818146738f1f221893b388c88c6e744f2 /meta/conf
parentda5c99c7893b589f0d2f2e6d76261b4063ffdd32 (diff)
downloadopenembedded-core-2387256eb8c6938f66a61d262751a6c4234e4735.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] Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/local.conf.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index 1d893af23a..d64ba7f6e5 100644
--- a/meta/conf/local.conf.sample
+++ b/meta/conf/local.conf.sample
@@ -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"