diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-15 16:30:29 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-16 12:12:39 +0000 |
commit | e70913733a216b312ca11082ae55b0b9ed56ec45 (patch) | |
tree | 4d730a1b671bab98081d423ca721838a7e951f34 /meta/recipes-devtools/qemu/qemu.inc | |
parent | 154f5782d95b4bca8e574d3d3fde170ce3d196ae (diff) | |
download | openembedded-core-e70913733a216b312ca11082ae55b0b9ed56ec45.tar.gz openembedded-core-e70913733a216b312ca11082ae55b0b9ed56ec45.tar.bz2 openembedded-core-e70913733a216b312ca11082ae55b0b9ed56ec45.zip |
qemu/local.conf.sample: Add sdl PACKAGECONFIG
Currently the SDL configuration option for qemu floats. This is confusing to new users
and makes the build non-determinstic. This patch adds a PACKAGECONFIG option, defaulting
to off and adds documentation to local.conf.sample leaving it on by default since this
is the configuration our quick start assumes.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu.inc')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 319dcde991..230fdaf96c 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -93,6 +93,7 @@ PACKAGECONFIG[uuid] = "--enable-uuid,--disable-uuid,util-linux," PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses," PACKAGECONFIG[gtk+] = "--enable-gtk,--disable-gtk,gtk+ libvte," PACKAGECONFIG[libcap-ng] = "--enable-cap-ng,--disable-cap-ng,libcap-ng," +PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,libsdl," # Qemu target will not build in world build for ARM or Mips BROKEN_qemuarm = "1" |