2015-04-14 10:12:15 +00:00
|
|
|
REPOSITORIES += $(GENODE_DIR)/repos/base-hw
|
|
|
|
|
|
|
|
##
|
|
|
|
## Kernel-specific run tool configuration
|
|
|
|
##
|
|
|
|
|
2015-12-18 13:13:02 +00:00
|
|
|
RUN_OPT = --include boot_dir/hw --include image/muen
|
|
|
|
|
|
|
|
#
|
2016-02-18 09:39:57 +00:00
|
|
|
# Muen hardware configuration
|
2015-12-18 13:13:02 +00:00
|
|
|
#
|
2016-02-18 09:39:57 +00:00
|
|
|
# The specified file must be relative to the Muen policy directory or an
|
|
|
|
# absolute path.
|
|
|
|
RUN_OPT += --image-muen-hardware platform/lenovo-t430s.xml
|
2015-12-18 13:13:02 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Directory, where the GNAT toolchain is installed
|
|
|
|
#
|
2016-02-18 09:39:57 +00:00
|
|
|
RUN_OPT += --image-muen-gnat-path /opt/gnat
|
2015-12-18 13:13:02 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Directory, where the SPARK toolchain is installed
|
|
|
|
#
|
2016-02-18 09:39:57 +00:00
|
|
|
RUN_OPT += --image-muen-spark-path /opt/spark
|
2015-12-18 13:13:02 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Muen system policy
|
|
|
|
#
|
2016-02-18 09:39:57 +00:00
|
|
|
# The specified file must be relative to the Muen policy directory or an
|
|
|
|
# absolute path.
|
|
|
|
RUN_OPT += --image-muen-system xml/genode-base_hw.xml
|
2015-12-18 13:13:02 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Muen system components
|
|
|
|
#
|
2016-02-18 09:39:57 +00:00
|
|
|
# Available components are located in the Muen project directory 'components/'.
|
2016-07-19 16:26:52 +00:00
|
|
|
RUN_OPT += --image-muen-components 'libdebuglog libmutime dbgserver sm tau0 time'
|
2015-12-18 13:13:02 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# External Muen build
|
|
|
|
#
|
|
|
|
# Specifies if the Muen kernel should be built automatically.
|
|
|
|
# If the Muen system is built and integrated externally, i.e. outside
|
|
|
|
# of the Genode build system, set this parameter to 1.
|
|
|
|
RUN_OPT += --image-muen-external-build 0
|