mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +00:00
9e4ff8c196
- Use latest Muen version - Sync VirtualBox Muen subject state - Drop unneccessary subject IP patch - Adapt Muen RUN_OPTs - Update documentation Note: the GPL 2017 toolchain is now required and as the debug output format has changed the mulog-subject.py script must be updated on autopilot instances.
19 lines
600 B
Plaintext
19 lines
600 B
Plaintext
LICENSE := GPLv3
|
|
VERSION := git
|
|
DOWNLOADS := muen.git
|
|
|
|
URL(muen) := https://git.codelabs.ch/git/muen.git
|
|
REV(muen) := 41263af9482b85799537d4cad3d79427f153d7d3
|
|
DIR(muen) := src/kernel/muen
|
|
|
|
$(call check_tool,git)
|
|
$(call check_tool,iasl)
|
|
$(call check_tool,tidy)
|
|
$(call check_tool,xsltproc)
|
|
|
|
default : additional_steps
|
|
additional_steps : $(DOWNLOADS)
|
|
$(VERBOSE)git -C src/kernel/muen submodule update --init tools/mugenschedcfg > /dev/null
|
|
$(VERBOSE)git -C src/kernel/muen submodule update --init components/libxhcidbg > /dev/null
|
|
$(VERBOSE)$(MAKE) -C src/kernel/muen/contrib QUIET=true download
|