diff options
author | Saul Wold <sgw@linux.intel.com> | 2014-06-18 17:39:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-19 17:23:05 +0100 |
commit | 8afa4e7b9f5da45fe72b80f97244df0249fd1696 (patch) | |
tree | 0ee01a2f9119c6b4c95335951bbc25cb0e31d6e7 /meta-yocto/conf | |
parent | 5b1c329804f9f3fadcc46452390f537052ff7d0e (diff) | |
download | 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/conf')
-rw-r--r-- | meta-yocto/conf/local.conf.sample | 1 |
1 files changed, 1 insertions, 0 deletions
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 = "\ | |||
243 | # seen. The two lines below enable the SDL backend too. This assumes there is a | 243 | # seen. The two lines below enable the SDL backend too. This assumes there is a |
244 | # libsdl library available on your build system. | 244 | # libsdl library available on your build system. |
245 | PACKAGECONFIG_pn-qemu-native = "sdl" | 245 | PACKAGECONFIG_pn-qemu-native = "sdl" |
246 | PACKAGECONFIG_pn-nativesdk-qemu = "sdl" | ||
246 | ASSUME_PROVIDED += "libsdl-native" | 247 | ASSUME_PROVIDED += "libsdl-native" |
247 | 248 | ||
248 | 249 | ||