Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Adrian Freihofer <adrian.freihofer@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Adrian Freihofer <adrian.freihofer@siemens.com>
Subject: [PATCHv2 2/5] dropbear: add dropbearkey.service to FILES
Date: Thu, 12 Dec 2024 16:55:23 +0100	[thread overview]
Message-ID: <20241212164407.2904755-3-adrian.freihofer@gmail.com> (raw)
In-Reply-To: <20241212164407.2904755-1-adrian.freihofer@gmail.com>

From: Adrian Freihofer <adrian.freihofer@siemens.com>

dropbear.socket file contains:
  Also=dropbearkey.service

That's why dropbearkey.service got automatically added to FILES.
Since this incorrect auto adding feature gets dropped from
systemd.bbclass this needs to be added explicitly.

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
---
 meta/recipes-core/dropbear/dropbear_2024.86.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-core/dropbear/dropbear_2024.86.bb b/meta/recipes-core/dropbear/dropbear_2024.86.bb
index e3f4d17896c..be246a0ccd5 100644
--- a/meta/recipes-core/dropbear/dropbear_2024.86.bb
+++ b/meta/recipes-core/dropbear/dropbear_2024.86.bb
@@ -129,3 +129,5 @@ pkg_postrm:${PN} () {
 }
 
 CONFFILES:${PN} = "${sysconfdir}/default/dropbear"
+
+FILES:${PN} += "${systemd_system_unitdir}/dropbearkey.service"
-- 
2.47.0



  parent reply	other threads:[~2024-12-12 16:44 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-12 15:55 [PATCHv2 0/5] systemd split networkd package Adrian Freihofer
2024-12-12 15:55 ` [PATCHv2 1/5] busybox: add klogd service to FILES Adrian Freihofer
2024-12-12 15:55 ` Adrian Freihofer [this message]
2024-12-12 15:55 ` [PATCHv2 3/5] systemd.bbclass: refactor adding files Adrian Freihofer
2024-12-12 15:55 ` [PATCHv2 4/5] systemd.bbclass: do not automatically add Also services Adrian Freihofer
2024-12-12 15:55 ` [PATCHv2 5/5] systemd: split networkd into its own package Adrian Freihofer
2024-12-13 13:53   ` [OE-core] " Bruce Ashfield
2024-12-13 21:48     ` Adrian Freihofer
2024-12-16  4:41       ` Bruce Ashfield
2024-12-16 16:08         ` Freihofer, Adrian
2024-12-16 16:13           ` Bruce Ashfield
2024-12-13 11:18 ` [OE-core] [PATCHv2 0/5] systemd split networkd package Richard Purdie
2024-12-13 21:27   ` Adrian Freihofer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241212164407.2904755-3-adrian.freihofer@gmail.com \
    --to=adrian.freihofer@gmail.com \
    --cc=adrian.freihofer@siemens.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox