mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-10 22:44:30 +00:00
parent
309bc2083e
commit
7309bcf4b5
@ -12,7 +12,10 @@
|
||||
# 'tcp_terminal' could be used (to attach GDB via a network connection).
|
||||
#
|
||||
|
||||
assert_spec x86
|
||||
if {![have_include "power_on/qemu"] ||
|
||||
!([have_spec nova])} {
|
||||
puts "Run script is only supported for NOVA in Qemu"; exit 0
|
||||
}
|
||||
|
||||
create_boot_directory
|
||||
import_from_depot [depot_user]/src/[base_src] \
|
||||
|
@ -5,7 +5,10 @@
|
||||
# \date 2011-05-24
|
||||
#
|
||||
|
||||
assert_spec x86
|
||||
if {![have_include "power_on/qemu"] ||
|
||||
!([have_spec nova])} {
|
||||
puts "Run script is only supported for NOVA in Qemu"; exit 0
|
||||
}
|
||||
|
||||
#
|
||||
# Build
|
||||
|
@ -4,7 +4,11 @@
|
||||
# \date 2012-04-16
|
||||
#
|
||||
|
||||
assert_spec x86
|
||||
if {![have_include "power_on/qemu"] ||
|
||||
!([have_spec nova])} {
|
||||
puts "Run script is only supported for NOVA in Qemu"; exit 0
|
||||
}
|
||||
|
||||
#
|
||||
# Build
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user