diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-07-30 15:59:58 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-08 10:22:12 +0100 |
commit | 53b602c4e46e770df6794fd9cac99d25c2e7622f (patch) | |
tree | 50adf60c44a689c26398b608900fbcc2fb8c67e1 /meta-poky/conf | |
parent | abda00c016e72e8aef67fd9f03e70121578e166c (diff) | |
download | poky-53b602c4e46e770df6794fd9cac99d25c2e7622f.tar.gz |
local.conf.sample: do not add sdl to nativesdk qemu config
This is unnecessary as the recipe itself already does it:
http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-devtools/qemu/qemu_4.0.0.bb?id=1a4e4fb6b0a9d54641bd4193e95311d1f822a9ca#n21
(From meta-yocto rev: ada58683641b8a15e8b2e44060437a9c67d532e1)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/conf')
-rw-r--r-- | meta-poky/conf/local.conf.sample | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample index 59b4d9561d..b36530dd8c 100644 --- a/meta-poky/conf/local.conf.sample +++ b/meta-poky/conf/local.conf.sample | |||
@@ -237,12 +237,11 @@ BB_DISKMON_DIRS ??= "\ | |||
237 | # | 237 | # |
238 | # Qemu configuration | 238 | # Qemu configuration |
239 | # | 239 | # |
240 | # By default qemu will build with a builtin VNC server where graphical output can be | 240 | # By default native qemu will build with a builtin VNC server where graphical output can be |
241 | # seen. The two lines below enable the SDL backend too. By default libsdl2-native will | 241 | # seen. The line below enable the SDL backend too. By default libsdl2-native will |
242 | # be built, if you want to use your host's libSDL instead of the minimal libsdl built | 242 | # be built, if you want to use your host's libSDL instead of the minimal libsdl built |
243 | # by libsdl2-native then uncomment the ASSUME_PROVIDED line below. | 243 | # by libsdl2-native then uncomment the ASSUME_PROVIDED line below. |
244 | PACKAGECONFIG_append_pn-qemu-system-native = " sdl" | 244 | PACKAGECONFIG_append_pn-qemu-system-native = " sdl" |
245 | PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl" | ||
246 | #ASSUME_PROVIDED += "libsdl2-native" | 245 | #ASSUME_PROVIDED += "libsdl2-native" |
247 | 246 | ||
248 | # CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to | 247 | # CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to |