mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 20:05:54 +00:00
Black-list 'tar_rom.run' on Linux
This commit is contained in:
parent
bb8d090922
commit
21c22b8b5b
@ -11,6 +11,13 @@
|
||||
# line of LOG output.
|
||||
#
|
||||
|
||||
#
|
||||
# On Linux, programs can be executed only if present as a file on the Linux
|
||||
# file system ('execve' takes a file name as argument). Data extracted via
|
||||
# 'tar_rom' is not represented as file. Hence, it cannot be executed.
|
||||
#
|
||||
if {[have_spec linux]} { puts "Run script does not support Linux"; exit 0 }
|
||||
|
||||
build "core init drivers/timer test/timer server/tar_rom"
|
||||
|
||||
create_boot_directory
|
||||
|
Loading…
x
Reference in New Issue
Block a user