mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
run/libc_vfs_fs_fat: add to autopilot
Excludes board 'virt_qemu' from the test as we don't have block device drivers for this board. Ref #4220
This commit is contained in:
committed by
Christian Helmuth
parent
2533d7b4b6
commit
626b2f9cf2
@@ -14,7 +14,7 @@
|
||||
# \arg test_boot_modules
|
||||
#
|
||||
|
||||
if {[have_board zynq_qemu]} {
|
||||
if {[have_board zynq_qemu] || [have_board virt_qemu]} {
|
||||
puts "Run script does not support this platform."
|
||||
exit 0
|
||||
}
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
if {[get_cmd_switch --autopilot] && [have_board riscv_qemu]} {
|
||||
puts "Autopilot mode is not supported on this platform."
|
||||
exit 0
|
||||
}
|
||||
|
||||
set mkfs_cmd [installed_command mkfs.vfat]
|
||||
set mkfs_opts "-F32 -nlibc_vfs"
|
||||
|
||||
|
||||
@@ -20,6 +20,7 @@ init_smp
|
||||
event_filter
|
||||
libc_integration
|
||||
libc_vfs_fs_ext2
|
||||
libc_vfs_fs_fat
|
||||
log_core
|
||||
lwip
|
||||
lx_hybrid_ctors
|
||||
|
||||
Reference in New Issue
Block a user