fix: remove kernel eventfd patch from recipe (needs compile fix)

Kernel eventfd patch (P0-eventfd-kernel.patch) caused build failure.
Removed from recipe; patch preserved in local/patches/kernel/ for future fix.
S1+S2 shipped: sem_open refcounting + name canonicalization.
This commit is contained in:
2026-05-05 21:41:10 +01:00
parent 70122892e5
commit b9d52a4c73
+1 -1
View File
@@ -20,7 +20,7 @@
[source]
git = "https://gitlab.redox-os.org/redox-os/kernel.git"
rev = "866dfad0"
patches = ["../../../local/patches/kernel/redbear-consolidated.patch", "../../../local/patches/kernel/P8-msi.patch", "../../../local/patches/kernel/P2-rebrand-start-message.patch", "P0-eventfd-kernel.patch"]
patches = ["../../../local/patches/kernel/redbear-consolidated.patch", "../../../local/patches/kernel/P8-msi.patch", "../../../local/patches/kernel/P2-rebrand-start-message.patch"]
[build]
template = "custom"