genode/repos/base-sel4/ports/sel4.port

22 lines
584 B
Plaintext
Raw Normal View History

2014-10-14 13:18:31 +00:00
LICENSE := GPLv2
VERSION := git
DOWNLOADS := sel4.git
URL(sel4) := https://github.com/seL4/seL4.git
# master branch, version 12.1.0
REV(sel4) := 21c1a2ca7a9786d1297e1ff0a132bc57eeb55530
2014-10-14 13:18:31 +00:00
DIR(sel4) := src/kernel/sel4
$(call check_tool,cmake)
$(call check_tool,ninja)
2017-06-12 10:41:38 +00:00
$(call check_tool,python)
$(call check_python_module,future)
$(call check_python_module,jinja2)
$(call check_python_module,ply)
2017-11-08 08:19:08 +00:00
$(call check_python_module,six)
# required for ARM
$(call check_python_module,pyfdt)
$(call check_python_module,jsonschema)
2017-06-12 10:41:38 +00:00
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))