sculpt: use rom_fs for fiasco and foc

Issue #5406
This commit is contained in:
Alexander Boettcher 2025-01-15 17:52:49 +01:00 committed by Christian Helmuth
parent d1c4bc5115
commit f28f97773d

View File

@ -1120,9 +1120,13 @@ if {[have_board linux]} {
# The Linux version of core does not export a platform_info ROM module.
#
install_boot_module "platform_info" {<platform/>}
}
if {[have_spec linux] || [have_spec fiasco] || [have_spec foc]} {
#
# Managed dataspaces as used by cached_fs_rom are not supported on Linux.
# Managed dataspaces as used by cached_fs_rom are not supported fully
# on all kernels.
#
copy_file [run_dir]/genode/fs_rom [run_dir]/genode/cached_fs_rom
}