mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-29 15:44:02 +00: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:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user