Skip to content

Commit 9bdeb27

Browse files
committed
libseccomp: Use fork for libseccomp on rv32
libseccomp support is not yet upstreamed. see seccomp/libseccomp#327 Signed-off-by: Khem Raj <raj.khem@gmail.com>
1 parent a0d27ec commit 9bdeb27

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
2+
3+
# RV32 port is still not upstream yet
4+
5+
SRC_URI:riscv32 = "\
6+
git://github.com/kraj/libseccomp.git;branch=riscv32;protocol=https \
7+
file://run-ptest \
8+
"
9+
10+
SRCREV:riscv32 = "063724705f6715f9339fd8cbe2eb751f28b3b70d"

0 commit comments

Comments
 (0)