mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +00:00
parent
5dd1abcc2d
commit
71ce1442c8
@ -1,6 +1,6 @@
|
||||
create_boot_directory
|
||||
|
||||
if {[have_spec linux] || [have_spec imx7d_sabre] || [have_spec rpi3] ||
|
||||
if {[have_spec linux] || [have_spec rpi3] ||
|
||||
[expr [have_spec imx53] && [have_spec trustzone]]} {
|
||||
puts "Run script does not support this platform."
|
||||
exit 0
|
||||
|
@ -4,7 +4,7 @@
|
||||
# \date 2016-06-05
|
||||
#
|
||||
|
||||
if {[have_spec linux] || [have_spec imx7d_sabre] || [have_spec rpi3] ||
|
||||
if {[have_spec linux] || [have_spec rpi3] ||
|
||||
[expr [have_spec imx53] && [have_spec trustzone]]} {
|
||||
puts "Run script does not support this platform."
|
||||
exit 0
|
||||
|
@ -22,7 +22,6 @@
|
||||
|
||||
if {[expr [have_spec linux]] ||
|
||||
[expr [have_spec imx53] && [have_spec trustzone]] ||
|
||||
[expr [have_spec imx7d_sabre]] ||
|
||||
[have_spec rpi3] ||
|
||||
[expr [have_spec riscv]]} {
|
||||
puts "\n Run script is not supported on this platform. \n"; exit 0 }
|
||||
|
@ -1,5 +1,5 @@
|
||||
if {[have_spec foc] || [have_spec odroid_xu] || [have_spec linux] ||
|
||||
[have_spec imx7d_sabre] || [have_spec rpi3] ||
|
||||
[have_spec rpi3] ||
|
||||
[expr [have_spec imx53] && [have_spec trustzone]]} {
|
||||
puts "Run script is not supported on this platform."
|
||||
exit 0
|
||||
|
@ -1,4 +1,4 @@
|
||||
if {[have_spec foc] || [have_spec linux] || [have_spec imx7d_sabre] ||
|
||||
if {[have_spec foc] || [have_spec linux] ||
|
||||
[have_spec rpi3] ||
|
||||
[expr [have_spec imx53] && [have_spec trustzone]]} {
|
||||
puts "Run script is not supported on this platform."
|
||||
|
@ -1,4 +1,4 @@
|
||||
if {[have_spec foc] || [have_spec odroid_xu] || [have_spec linux] || [have_spec imx7d_sabre] ||
|
||||
if {[have_spec foc] || [have_spec odroid_xu] || [have_spec linux] ||
|
||||
[have_spec rpi3] ||
|
||||
[expr [have_spec imx53] && [have_spec trustzone]]} {
|
||||
puts "Run script is not supported on this platform."
|
||||
|
@ -21,7 +21,7 @@ if {[have_include "power_on/qemu"] &&
|
||||
exit 0
|
||||
}
|
||||
|
||||
if {[expr [have_spec imx53] && [have_spec trustzone]] || [have_spec imx7d_sabre]} {
|
||||
if {[expr [have_spec imx53] && [have_spec trustzone]]} {
|
||||
puts "Run script is not supported on this platform."
|
||||
exit 0
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user