diff options
author | Kevin Hilman <khilman@baylibre.com> | 2017-07-19 00:48:21 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-07-21 17:19:30 +0000 |
commit | 2a5cc01f18f43827bf8d46305f3db7d9d6973309 (patch) | |
tree | a56c24b62ab3cc9b8642ca0be03cf2652ec278d4 /templates/machine/qemux86-64/test/hwtest.short.environment | |
parent | c6019b1d267c502f2b5fec990be603d479958993 (diff) |
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 <khilman@baylibre.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10247
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates/machine/qemux86-64/test/hwtest.short.environment')
-rw-r--r-- | templates/machine/qemux86-64/test/hwtest.short.environment | 2 |
1 files changed, 1 insertions, 1 deletions
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"' |