[OE-core] [PATCH] local.conf.sample: Add sdl to nativesdk qemu PACKAGECONFIG

Saul Wold sgw at linux.intel.com
Thu Jun 19 00:36:17 UTC 2014


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>
---
 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"
 
 
-- 
1.8.3.1




More information about the Openembedded-core mailing list