aboutsummaryrefslogtreecommitdiff
path: root/meta-yerba
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-06-18 13:00:31 +1200
committerArslaan Pathan <[email protected]>2026-06-18 13:00:31 +1200
commit146efb308198d172c7bf5b9a2cdd0f7a795407ce (patch)
tree89d26dcc00c4d6efa5ecde1e6da6f87a17b28e31 /meta-yerba
parenta7321eb6608a6592da4292260e290b43da6838a7 (diff)
downloadyerbalinux-146efb308198d172c7bf5b9a2cdd0f7a795407ce.tar.xz
yerbalinux-146efb308198d172c7bf5b9a2cdd0f7a795407ce.zip
Add file targets (oops forgot)
Diffstat (limited to 'meta-yerba')
-rw-r--r--meta-yerba/recipes-core/runit/runit-dhcpcd.bb2
-rw-r--r--meta-yerba/recipes-core/runit/runit-serialgetty.bb2
2 files changed, 3 insertions, 1 deletions
diff --git a/meta-yerba/recipes-core/runit/runit-dhcpcd.bb b/meta-yerba/recipes-core/runit/runit-dhcpcd.bb
index d28e747..093be08 100644
--- a/meta-yerba/recipes-core/runit/runit-dhcpcd.bb
+++ b/meta-yerba/recipes-core/runit/runit-dhcpcd.bb
@@ -11,3 +11,5 @@ do_install() {
install -m 0755 ${WORKDIR}/run ${D}/etc/runit/sv/dhcpcd/run
ln -sf /etc/runit/sv/dhcpcd ${D}/etc/service/dhcpcd
}
+
+FILES:${PN} = "/etc/service/dhcpcd /etc/runit/sv/dhcpcd"
diff --git a/meta-yerba/recipes-core/runit/runit-serialgetty.bb b/meta-yerba/recipes-core/runit/runit-serialgetty.bb
index 47c0aa3..a0ccf51 100644
--- a/meta-yerba/recipes-core/runit/runit-serialgetty.bb
+++ b/meta-yerba/recipes-core/runit/runit-serialgetty.bb
@@ -13,4 +13,4 @@ do_install() {
ln -sf /etc/runit/sv/serial-getty ${D}/etc/service/serial-getty
}
-FILES:${PN} = "/etc/service/serial-getty"
+FILES:${PN} = "/etc/service/serial-getty /etc/runit/sv/serial-getty"