summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-17 09:40:45 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-17 09:42:59 +0100
commit9e4be7f5a70bc2e0a45c7ce36f755b9c44d173ac (patch)
tree8c16006717445a3012ab4ea72a3ac10b75384eff /meta-yocto
parent7ae20083e4a4c3ca6458ea6c3bb92be31866065f (diff)
downloadpoky-9e4be7f5a70bc2e0a45c7ce36f755b9c44d173ac.tar.gz
local.conf.sample: Append sdl to qemu-native* PACKAGECONFIG
Now there are other PACKAGECONFIG options to qemu, we need to append to the list. (From meta-yocto rev: 64eda23b154196a499a011f9a276cadf1dd04b88) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/local.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample
index da4a01e95c..93c85c222e 100644
--- a/meta-yocto/conf/local.conf.sample
+++ b/meta-yocto/conf/local.conf.sample
@@ -220,8 +220,8 @@ BB_DISKMON_DIRS = "\
220# By default qemu will build with a builtin VNC server where graphical output can be 220# By default qemu will build with a builtin VNC server where graphical output can be
221# seen. The two lines below enable the SDL backend too. This assumes there is a 221# seen. The two lines below enable the SDL backend too. This assumes there is a
222# libsdl library available on your build system. 222# libsdl library available on your build system.
223PACKAGECONFIG_pn-qemu-native = "sdl" 223PACKAGECONFIG_append_pn-qemu-native = " sdl"
224PACKAGECONFIG_pn-nativesdk-qemu = "sdl" 224PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
225ASSUME_PROVIDED += "libsdl-native" 225ASSUME_PROVIDED += "libsdl-native"
226 226
227 227