Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] readyfd2sd: add recipe
@ 2026-07-02 18:20 Lucas Stach
  2026-07-02 18:20 ` [PATCH 2/2] seatd: use readyfd2sd to get rid of systemd service startup races Lucas Stach
  2026-07-05  8:21 ` [OE-core] [PATCH 1/2] readyfd2sd: add recipe Mathieu Dubois-Briand
  0 siblings, 2 replies; 3+ messages in thread
From: Lucas Stach @ 2026-07-02 18:20 UTC (permalink / raw)
  To: openembedded-core; +Cc: yocto

Some services, such as seatd, only implement the s6 init ready notifications.
readyfd2sd translates those notifications to the systemd-notify format, to
make them usable with the systemd init system.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 meta/recipes-core/readyfd2sd/readyfd2sd_git.bb | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta/recipes-core/readyfd2sd/readyfd2sd_git.bb

diff --git a/meta/recipes-core/readyfd2sd/readyfd2sd_git.bb b/meta/recipes-core/readyfd2sd/readyfd2sd_git.bb
new file mode 100644
index 000000000000..5d4b23212d3a
--- /dev/null
+++ b/meta/recipes-core/readyfd2sd/readyfd2sd_git.bb
@@ -0,0 +1,14 @@
+SUMMARY = "s6 readyfd to systemd sd_notify adapter"
+HOMEPAGE = "https://git.sr.ht/~kennylevinsen/readyfd2sd"
+DESCRIPTION = "${SUMMARY}"
+SECTION = "base"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c50481d620cb912754d78d319eeec30a"
+
+DEPENDS = "systemd"
+
+PV = "0.1+git"
+SRC_URI = "git://git.sr.ht/~kennylevinsen/readyfd2sd;protocol=https;branch=master"
+SRCREV = "87c99ce10dca3f3c3e5c3a0d994ee7892e952b61"
+
+inherit meson pkgconfig systemd
-- 
2.47.3



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-07-05  8:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-02 18:20 [PATCH 1/2] readyfd2sd: add recipe Lucas Stach
2026-07-02 18:20 ` [PATCH 2/2] seatd: use readyfd2sd to get rid of systemd service startup races Lucas Stach
2026-07-05  8:21 ` [OE-core] [PATCH 1/2] readyfd2sd: add recipe Mathieu Dubois-Briand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox