[oe-commits] Saul Wold : local.conf.sample: Add sdl to nativesdk qemu PACKAGECONFIG

git at git.openembedded.org git at git.openembedded.org
Thu Jun 19 16:23:30 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 7dfa2b748866f95d337ab0165efe9fa28cfe3ae3
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7dfa2b748866f95d337ab0165efe9fa28cfe3ae3

Author: Saul Wold <sgw at linux.intel.com>
Date:   Wed Jun 18 17:36:17 2014 -0700

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 at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/local.conf.sample | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index 1d893af..d64ba7f 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"
 
 



More information about the Openembedded-commits mailing list