Update hw_x86_64_muen build.conf template

This commit is contained in:
Reto Buerki 2016-02-18 10:39:57 +01:00 committed by Christian Helmuth
parent 1abff01c66
commit ac478081c3
1 changed files with 10 additions and 11 deletions

View File

@ -7,34 +7,33 @@ REPOSITORIES += $(GENODE_DIR)/repos/base-hw
RUN_OPT = --include boot_dir/hw --include image/muen RUN_OPT = --include boot_dir/hw --include image/muen
# #
# Muen hardware platform # Muen hardware configuration
# #
# Available platforms are located in the Muen project directory # The specified file must be relative to the Muen policy directory or an
# 'policy/platform/'. # absolute path.
RUN_OPT += --image-muen-hardware lenovo-t430s RUN_OPT += --image-muen-hardware platform/lenovo-t430s.xml
# #
# Directory, where the GNAT toolchain is installed # Directory, where the GNAT toolchain is installed
# #
RUN_OPT += --image-muen-gnat-path /usr/gnat RUN_OPT += --image-muen-gnat-path /opt/gnat
# #
# Directory, where the SPARK toolchain is installed # Directory, where the SPARK toolchain is installed
# #
RUN_OPT += --image-muen-spark-path /opt/spark2014 RUN_OPT += --image-muen-spark-path /opt/spark
# #
# Muen system policy # Muen system policy
# #
# Available policies are located in the Muen project directory # The specified file must be relative to the Muen policy directory or an
# 'policy/xml/'. # absolute path.
RUN_OPT += --image-muen-system genode-base_hw RUN_OPT += --image-muen-system xml/genode-base_hw.xml
# #
# Muen system components # Muen system components
# #
# Available policies are located in the Muen project directory # Available components are located in the Muen project directory 'components/'.
# 'components/'.
RUN_OPT += --image-muen-components 'dbgserver sm tau0' RUN_OPT += --image-muen-components 'dbgserver sm tau0'
# #