[yocto] [meta-ivi][PATCH 1/8] runqemu-internal: remove sound hardware for vexpressa9
Holger Behrens
holger.behrens at windriver.com
Fri Aug 9 03:48:43 PDT 2013
Signed-off-by: Holger Behrens <holger.behrens at windriver.com>
---
scripts/runqemu-internal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal
index ab7e8a8..97db06c 100755
--- a/scripts/runqemu-internal
+++ b/scripts/runqemu-internal
@@ -422,7 +422,7 @@ if [ "$MACHINE" = "vexpressa9" ]; then
MACHINE_SUBTYPE=vexpress-a9
QEMU_UI_OPTIONS="$QEMU_UI_OPTIONS"
export QEMU_AUDIO_DRV="none"
- SCRIPT_QEMU_OPT="$SCRIPT_QEMU_OPT -soundhw all "
+ #SCRIPT_QEMU_OPT="$SCRIPT_QEMU_OPT -serial stdio "
if [ "$FSTYPE" = "tar.bz2" ]; then
KERNCMDLINE="root=/dev/mmcblk0p2 rw mem=1024M raid=noautodetect console=tty0 console=ttyAMA0,38400n8 rootwait vmalloc=256MB devtmpfs.mount=0"
QEMUOPTIONS="$QEMU_NETWORK_CMD -M $MACHINE_SUBTYPE -cpu cortex-a9 -sd $IMGNAME"
--
1.7.9.5
More information about the yocto
mailing list