From 6dc3b8e51d7a9ce6bf31ec309a5c4b844a778eb9 Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Mon, 7 Dec 2020 17:26:39 -0500 Subject: [PATCH] changes to 1) fix broken /boot automount and 2) citadel-documentation --- .../recipes-core/citadel-tools/citadel-tools_0.1.0.bb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta-citadel/recipes-core/citadel-tools/citadel-tools_0.1.0.bb b/meta-citadel/recipes-core/citadel-tools/citadel-tools_0.1.0.bb index 01ee90b..addb06c 100644 --- a/meta-citadel/recipes-core/citadel-tools/citadel-tools_0.1.0.bb +++ b/meta-citadel/recipes-core/citadel-tools/citadel-tools_0.1.0.bb @@ -7,7 +7,7 @@ inherit cargo systemd # # Update this when changes are pushed to github # -SRCREV = "ac46b45f05fb2a6f0ff3a233152b8840b6e22469" +SRCREV = "3cf87ee1da8f5b42fcd45991ca59af790c596eb9" GIT_URI = "git://github.com/brl/citadel-tools.git;protocol=https" @@ -217,7 +217,7 @@ FILES_${PN} = "\ ${sysconfdir}/dbus-1/system.d \ " -SYSTEMD_SERVICE_${PN} = "citadel-current-watcher.path citadel-realmsd.service" +SYSTEMD_SERVICE_${PN} = "citadel-current-watcher.path citadel-realmsd.service citadel-boot-automount.service" TARGET_BIN = "${B}/target/${CARGO_TARGET_SUBDIR}" @@ -232,6 +232,9 @@ do_install() { install -m 644 ${B}/systemd/citadel-current-watcher.path ${D}${systemd_system_unitdir} install -m 644 ${B}/systemd/citadel-current-watcher.service ${D}${systemd_system_unitdir} + # Unit to run: citadel-boot boot-automount + install -m 644 ${B}/systemd/citadel-boot-automount.service ${D}${systemd_system_unitdir} + # realmsd install -m 644 ${B}/data/citadel-realmsd.service ${D}${systemd_system_unitdir} install -m 755 -T ${TARGET_BIN}/realmsd ${D}${libexecdir}/citadel-realmsd