From 0bc0ee66a8f18f1b2390a018d3807c165b8693a1 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Wed, 18 Jun 2014 17:39:09 -0700 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- meta-yocto/conf/local.conf.sample | 1 + 1 file changed, 1 insertion(+) 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 = "\ # 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"