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)
downloadast2050-yocto-poky-9e4be7f5a70bc2e0a45c7ce36f755b9c44d173ac.zip
ast2050-yocto-poky-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 da4a01e..93c85c2 100644
--- a/meta-yocto/conf/local.conf.sample
+++ b/meta-yocto/conf/local.conf.sample
@@ -220,8 +220,8 @@ BB_DISKMON_DIRS = "\
# By default qemu will build with a builtin VNC server where graphical output can be
# 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"
+PACKAGECONFIG_append_pn-qemu-native = " sdl"
+PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
ASSUME_PROVIDED += "libsdl-native"
OpenPOWER on IntegriCloud