mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-29 07:33:57 +00:00
8842ba2e1c
The commit uses a fixed kernel branch (r8), which fixes a caching bug observable in the Genode host. The quirk detecting the circumstance in the timer service is obsolete now and is removed. Fixes #1338
11 lines
256 B
Plaintext
11 lines
256 B
Plaintext
LICENSE := GPLv2
|
|
VERSION := git
|
|
DOWNLOADS := nova.git
|
|
|
|
URL(nova) := https://github.com/alex-ab/NOVA.git
|
|
# r8 branch
|
|
REV(nova) := 41868231ae25678e1f2e344e40fbdbd0fd13e8ee
|
|
DIR(nova) := src/kernel/nova
|
|
|
|
PATCHES := $(wildcard $(REP_DIR)/patches/*.patch)
|