@@ -768,6 +768,7 @@ RECIPE_MAINTAINER:pn-quilt-native = "Robert Yang <liezhi.yang@windriver.com>"
RECIPE_MAINTAINER:pn-quota = "Unassigned <unassigned@yoctoproject.org>"
RECIPE_MAINTAINER:pn-re2c = "Khem Raj <raj.khem@gmail.com>"
RECIPE_MAINTAINER:pn-readline = "Hongxu Jia <hongxu.jia@windriver.com>"
+RECIPE_MAINTAINER:pn-readyfd2sd = "Lucas Stach <yocto@pengutronix.de>"
RECIPE_MAINTAINER:pn-repo = "Unassigned <unassigned@yoctoproject.org>"
RECIPE_MAINTAINER:pn-resolvconf = "Chen Qi <Qi.Chen@windriver.com>"
RECIPE_MAINTAINER:pn-rgb = "Unassigned <unassigned@yoctoproject.org>"
new file mode 100644
@@ -0,0 +1,15 @@
+SUMMARY = "s6 readyfd to systemd sd_notify adapter"
+DESCRIPTION = "${SUMMARY}"
+HOMEPAGE = "https://git.sr.ht/~kennylevinsen/readyfd2sd"
+SECTION = "base"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c50481d620cb912754d78d319eeec30a"
+
+REQUIRED_DISTRO_FEATURES = "systemd"
+DEPENDS = "systemd"
+
+PV = "0.1+git"
+SRC_URI = "git://git.sr.ht/~kennylevinsen/readyfd2sd;protocol=https;branch=master"
+SRCREV = "87c99ce10dca3f3c3e5c3a0d994ee7892e952b61"
+
+inherit meson pkgconfig systemd features_check
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> --- v2: - add maintainers entry - add check for systemd distro feature --- meta/conf/distro/include/maintainers.inc | 1 + meta/recipes-core/readyfd2sd/readyfd2sd_git.bb | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 meta/recipes-core/readyfd2sd/readyfd2sd_git.bb