I need to use nativesdk-systemd-systemctl. 
I added this file in meta-oe, and the maintainers received it. 
However, they suggested that it was better to contribute to oe-core.

  --
Best Regards
---------------------------------------------------
Wang Mingyu
Development Dept.I
Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) No. 6 Wenzhu Road, 
Nanjing, 210012, China
TEL: +86+25-86630566-8568
COINS: 79988548
FAX: +86+25-83317685
MAIL: wan...@fujitsu.com
http://www.fujitsu.com/cn/fnst/

> -----Original Message-----
> From: Alexander Kanavin <alex.kana...@gmail.com>
> Sent: Monday, October 31, 2022 4:24 PM
> To: Wang, Mingyu/王 鸣瑜 <wan...@fujitsu.com>
> Cc: openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [PATCH] Add nativesdk of systemd-systemctl
> 
> You need to explain the use case. Why is this beneficial to have on oe-core?
> 
> Alex
> 
> On Mon, 31 Oct 2022 at 09:17, wangmy <wan...@fujitsu.com> wrote:
> >
> > From: Wang Mingyu <wan...@fujitsu.com>
> >
> > Signed-off-by: Wang Mingyu <wan...@fujitsu.com>
> > ---
> >  .../systemd/nativesdk-systemd-systemctl.bb      | 17
> +++++++++++++++++
> >  1 file changed, 17 insertions(+)
> >  create mode 100644
> > meta/recipes-core/systemd/nativesdk-systemd-systemctl.bb
> >
> > diff --git a/meta/recipes-core/systemd/nativesdk-systemd-systemctl.bb
> > b/meta/recipes-core/systemd/nativesdk-systemd-systemctl.bb
> > new file mode 100644
> > index 0000000000..66b5ec5e6e
> > --- /dev/null
> > +++ b/meta/recipes-core/systemd/nativesdk-systemd-systemctl.bb
> > @@ -0,0 +1,17 @@
> > +SUMMARY = "Wrapper for enabling systemd services"
> > +
> > +LICENSE = "MIT"
> > +LIC_FILES_CHKSUM =
> "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de
> 20420"
> > +
> > +PR = "r0"
> > +
> > +inherit nativesdk
> > +
> > +SRC_URI = "file://systemctl"
> > +
> > +S = "${WORKDIR}"
> > +
> > +do_install() {
> > +       install -d ${D}${bindir}
> > +       install -m 0755 ${WORKDIR}/systemctl ${D}${bindir} }
> > --
> > 2.25.1
> >
> >
> > 
> >
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#172296): 
https://lists.openembedded.org/g/openembedded-core/message/172296
Mute This Topic: https://lists.openembedded.org/mt/94680777/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to