mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-12 04:08:28 +00:00
Black-list 'tar_rom.run' on Linux
This commit is contained in:
@ -11,6 +11,13 @@
|
|||||||
# line of LOG output.
|
# 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"
|
build "core init drivers/timer test/timer server/tar_rom"
|
||||||
|
|
||||||
create_boot_directory
|
create_boot_directory
|
||||||
|
Reference in New Issue
Block a user