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:
Stefan Kalkowski 2018-11-28 14:20:06 +01:00 committed by Christian Helmuth
parent 41dfc51beb
commit fa67ec52ae
1 changed files with 6 additions and 0 deletions

View File

@ -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] \