]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: Check gtk or sdl option is passed together with gl or gl-es options.
authorVasyl Vavrychuk <vvavrychuk@gmail.com>
Mon, 17 Aug 2020 13:57:28 +0000 (16:57 +0300)
committerSteve Sakoman <steve@sakoman.com>
Wed, 19 Aug 2020 14:11:14 +0000 (04:11 -1000)
commitbec0a45393d968251059f5075add2cf633aecd1a
tree0653da9488ae635a0b9f003ea39cfa3e3de830cc
parentda9571716c40fd8129e8c8f24f07302458b43e31
runqemu: Check gtk or sdl option is passed together with gl or gl-es options.

runqemu help reports that gtk or sdl option is needed with gl or gl-es
option. But if user forgot to add gtk or sdl option, then gl or gl-es
options were silently skipped.

Signed-off-by: Vasyl Vavrychuk <vvavrychuk@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 4d1e93d4bf013bb0c48032bfda43f77c5aba9ecf)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
scripts/runqemu