]> code.ossystems Code Review - openembedded-core.git/commit
qemu script: explicitly set 32 bit depth
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Wed, 3 Apr 2013 14:39:12 +0000 (14:39 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Apr 2013 15:57:40 +0000 (16:57 +0100)
commit354377789628d96fa589cb5721134f631815cfeb
treeba6c66b51a682f88ee6f6ee2e22c07f51bff3898
parent022cc0d3f0f7468428d708c27dbc561f619ee841
qemu script: explicitly set 32 bit depth

Qemu update from 1.2 to 1.4 now allows for 16bit depth in guests,
whereby previously only 32bit depth was supported. However,
the new support is broken, so we force 32bit depth in all cases.

MUST_REVERT: on qemu update, if 16bit depth support is working ok

Fixes [YOCTO #3828]

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu-internal