mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-09 04:31:23 +00:00
7c71a62bd8
This patch adds two run scripts which create a Noux environment for building the Genode demo scenario for Fiasco.OC and NOVA. Fixes #520.
13 lines
308 B
Plaintext
13 lines
308 B
Plaintext
#
|
|
# \brief Noux environment for building the Genode/NOVA demo scenario on Genode
|
|
# \author Christian Prochaska
|
|
# \date 2012-11-26
|
|
#
|
|
|
|
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
|