summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-10-19 17:34:19 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-23 17:42:27 +0100
commit43f07bdc9fb399b39f3943010f118e1550e93ee4 (patch)
treee28850365083a137575650b5869edd506c819ac2 /meta/recipes-core
parent5fcae1bb66c2a81827d498579b32a2e25f0fcc55 (diff)
downloadpoky-43f07bdc9fb399b39f3943010f118e1550e93ee4.tar.gz
systemd: disable seccomp on mips32
(From OE-Core rev: abf13cf886a50429b15d46e414112646cd935c2e) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/systemd/systemd_249.5.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_249.5.bb b/meta/recipes-core/systemd/systemd_249.5.bb
index 70f8813895..d87f54bf16 100644
--- a/meta/recipes-core/systemd/systemd_249.5.bb
+++ b/meta/recipes-core/systemd/systemd_249.5.bb
@@ -111,6 +111,9 @@ PACKAGECONFIG:remove:libc-musl = " \
111 utmp \ 111 utmp \
112" 112"
113 113
114# https://github.com/seccomp/libseccomp/issues/347
115PACKAGECONFIG:remove:mipsarch = "seccomp"
116
114CFLAGS:append:libc-musl = " -D__UAPI_DEF_ETHHDR=0 " 117CFLAGS:append:libc-musl = " -D__UAPI_DEF_ETHHDR=0 "
115 118
116# Some of the dependencies are weak-style recommends - if not available at runtime, 119# Some of the dependencies are weak-style recommends - if not available at runtime,