From: Saul Wold Date: Thu, 19 Jun 2014 00:39:09 +0000 (-0700) Subject: local.conf.sample: Add sdl to nativesdk qemu PACKAGECONFIG X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=42001a84f793841a5859b53fe7bc565ac6a94833;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index 265fedf2501..40db5906909 100644 --- a/meta-yocto/conf/local.conf.sample +++ b/meta-yocto/conf/local.conf.sample @@ -243,6 +243,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"