summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2014-06-18 17:39:09 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-19 17:23:05 +0100
commit8afa4e7b9f5da45fe72b80f97244df0249fd1696 (patch)
tree0ee01a2f9119c6b4c95335951bbc25cb0e31d6e7 /meta-yocto
parent5b1c329804f9f3fadcc46452390f537052ff7d0e (diff)
downloadast2050-yocto-poky-8afa4e7b9f5da45fe72b80f97244df0249fd1696.zip
ast2050-yocto-poky-8afa4e7b9f5da45fe72b80f97244df0249fd1696.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] (From meta-yocto rev: 42001a84f793841a5859b53fe7bc565ac6a94833) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/local.conf.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample
index 0111801..bcb0864 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"
OpenPOWER on IntegriCloud