mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
18 lines
562 B
Plaintext
18 lines
562 B
Plaintext
LICENSE := BSD
|
|
VERSION := git
|
|
DOWNLOADS := rump.git aarch64.svn libc.svn
|
|
|
|
URL(rump) := https://github.com/ssumpf/rump.git
|
|
DIR(rump) := src/lib/dde_rump
|
|
REV(rump) := 206ffa06cedd0779af0043997fd182b00ff4688c
|
|
|
|
URL(aarch64) := https://github.com/justincormack/netbsd-src/trunk/src/sys/arch
|
|
REV(aarch64) := HEAD
|
|
DIR(aarch64) := src/lib/dde_rump_aarch64_backport
|
|
|
|
URL(libc) := https://github.com/justincormack/netbsd-src/trunk/src/common/lib/libc/arch/aarch64/atomic
|
|
REV(libc) := HEAD
|
|
DIR(libc) := src/lib/libc
|
|
|
|
PATCHES := patches/rump.patch patches/aarch64.patch
|