mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 00:11:07 +00:00
b21c1d468d
- print status messages - limit run script execution to the 'foc_x86_32' platform Fixes #539.
18 lines
456 B
Plaintext
18 lines
456 B
Plaintext
#
|
|
# \brief Noux environment for building the Genode/NOVA demo scenario on Genode
|
|
# \author Christian Prochaska
|
|
# \date 2012-11-26
|
|
#
|
|
|
|
if {![have_spec foc_x86_32]} {
|
|
puts "\nThis run script is currently only supported on the 'foc_x86_32' target platform\n"
|
|
exit 0
|
|
}
|
|
|
|
set platform "nova_x86_32"
|
|
set platform_base_dir "base-nova"
|
|
set platform_pkgs ""
|
|
set platform_cmds ""
|
|
|
|
source ${genode_dir}/ports/run/noux_tool_chain.inc
|