From: Kevin Hilman Date: Wed, 19 Jul 2017 00:48:21 +0000 (+0000) Subject: tests: templates/qemux86-64: enable QEMU audio driver X-Git-Tag: 4.99.1~73 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F47%2F10247%2F2;p=AGL%2Fmeta-agl.git tests: templates/qemux86-64: enable QEMU audio driver Add "-soundhw hda" to QEMU command-line so that GENIVI AudioManager will start up successfully. Change-Id: I50136f664fd1d4712ad646f751f596f54ba49905 Signed-off-by: Kevin Hilman Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10247 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- diff --git a/templates/machine/qemux86-64/test/hwtest.short.environment b/templates/machine/qemux86-64/test/hwtest.short.environment index 95bd585b3..779e1b4e0 100644 --- a/templates/machine/qemux86-64/test/hwtest.short.environment +++ b/templates/machine/qemux86-64/test/hwtest.short.environment @@ -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"'