mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 03:45:24 +00:00
cpu_sampler_noux: do not test platforms w/o pkg
Platform without driver-interactive package will fail. Therefore, whitelist which platforms do work in the run-script
This commit is contained in:
parent
41dfc51beb
commit
fa67ec52ae
@ -4,6 +4,12 @@ if { ![have_spec foc] && ![have_spec nova] &&
|
||||
exit 0
|
||||
}
|
||||
|
||||
# there are no drivers_interactive packages for every platform yet
|
||||
if { ![have_spec pbxa9] && ![have_spec x86] } {
|
||||
puts "Run script is not supported on this platform"
|
||||
exit 0
|
||||
}
|
||||
|
||||
create_boot_directory
|
||||
|
||||
import_from_depot genodelabs/src/[base_src] \
|
||||
|
Loading…
x
Reference in New Issue
Block a user