hooks: qemu-vexpress*: Pass -audio none
Those boards have build in sound card which cause problems on CI runner. Pass -audio none to disable sound card backends. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
console_impl=qemu
|
||||
qemu_machine="vexpress-a15"
|
||||
qemu_binary="qemu-system-arm"
|
||||
qemu_extra_args="-nographic -m 1G -net user,tftp=${UBOOT_TRAVIS_BUILD_DIR} -net nic"
|
||||
qemu_extra_args="-nographic -m 1G -audio none -net user,tftp=${UBOOT_TRAVIS_BUILD_DIR} -net nic"
|
||||
qemu_kernel_args="-kernel ${U_BOOT_BUILD_DIR}/u-boot"
|
||||
reset_impl=none
|
||||
flash_impl=none
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
console_impl=qemu
|
||||
qemu_machine="vexpress-a9"
|
||||
qemu_binary="qemu-system-arm"
|
||||
qemu_extra_args="-nographic -m 1G -net user,tftp=${UBOOT_TRAVIS_BUILD_DIR} -net nic"
|
||||
qemu_extra_args="-nographic -m 1G -audio none -net user,tftp=${UBOOT_TRAVIS_BUILD_DIR} -net nic"
|
||||
qemu_kernel_args="-kernel ${U_BOOT_BUILD_DIR}/u-boot"
|
||||
reset_impl=none
|
||||
flash_impl=none
|
||||
|
||||
Reference in New Issue
Block a user