tests: templates/qemux86-64: enable QEMU audio driver 61/10261/2
authorKevin Hilman <khilman@baylibre.com>
Wed, 19 Jul 2017 00:48:21 +0000 (00:48 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 21 Jul 2017 17:18:57 +0000 (17:18 +0000)
Add "-soundhw hda" to QEMU command-line so that GENIVI AudioManager will
start up successfully.

Change-Id: I50136f664fd1d4712ad646f751f596f54ba49905
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10261
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
templates/machine/qemux86-64/test/hwtest.short.environment

index 95bd585..779e1b4 100644 (file)
@@ -6,5 +6,5 @@ DEVICE_KERNEL=bzImage
 DEVICE_INITRAMFS=agl-demo-platform-qemux86-64.ext4.xz
 DEVICE_INITRAMFS_COMPRESSION=xz
 DEVICE_BOOT_METHOD=qemu
-DEVICE_QEMU_ARGS='"-cpu Nehalem,check=false"'
+DEVICE_QEMU_ARGS='"-cpu Nehalem,check=false -soundhw hda"'
 DEVICE_KERNEL_CMDLINE='"console=ttyS0,115200 root=/dev/hda debug verbose"'