Re: [yocto] systemd service not enabled #kirkstone

2023-07-30 Thread daniel_herrmann22
SYSTEMD_SERVICE *:${PN}* fixed my issue. And thanks for your hint regarding systctl service, I will try it -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#60688): https://lists.yoctoproject.org/g/yocto/message/60688 Mute This Topic: https://lists.yo

[yocto] [meta-security][PATCH] linux-yocto-rt: Add the bbappend for rt kernel

2023-07-30 Thread Kevin Hao via lists.yoctoproject.org
So that the security features in this layer can be used on the rt kernel. Signed-off-by: Kevin Hao --- recipes-kernel/linux/linux-yocto-rt_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-kernel/linux/linux-yocto-rt_%.bbappend diff --git a/recipes-kernel/linux/linux-

Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.27.rc1)

2023-07-30 Thread Jing Hui Tham
Hi All, QA for yocto-3.1.27.rc1 is completed. This is the full report for this release: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. No new issue found. Thanks, Jing Hui > -

Re: [yocto] [OE-core][PATCH] go: update 1.20.5 -> 1.20.6

2023-07-30 Thread Jose Quaresma
Hi, I will cherry-pick it tomorrow. Thanks for the reminder. Jose A domingo, 30/07/2023, 14:46, Alexander Kanavin escreveu: > On Sat, 29 Jul 2023 at 21:19, Peter Marko via lists.openembedded.org > wrote: > > I could not find documentation how to handle mixins layer. > > Could you please pick

Re: [yocto] [meta-security][kirkstone][PATCH] tpm2-tss: ignore CVE-2023-22745

2023-07-30 Thread Armin Kuster
On 7/29/23 5:34 PM, Marko, Peter wrote: Hi Armin, Gentle ping to pick this commit to kirkstone. merged. thanks. -armin Thanks, Peter -Original Message- From: yocto@lists.yoctoproject.org On Behalf Of Peter Marko via lists.yoctoproject.org Sent: Friday, June 30, 2023 0:10 To:

Re: [yocto] [OE-core][PATCH] go: update 1.20.5 -> 1.20.6

2023-07-30 Thread Alexander Kanavin
On Sat, 29 Jul 2023 at 21:19, Peter Marko via lists.openembedded.org wrote: > I could not find documentation how to handle mixins layer. > Could you please pick this to kirkstone/go meta-lts-mixins? > Or should I send a patch to yocto@lists.yoctoproject.org (or other mailing > list) instead of as

Re: [yocto] systemd service not enabled #kirkstone #systemd

2023-07-30 Thread Adrian Freihofer
On Sun, 2023-07-30 at 04:00 -0700, daniel_herrman...@web.de wrote: > Hello, > I have a problem enabling a simple systemd service. > I need a manual "systemctl enable" once after boot to enable my > service. > If anybody has an idea, it would be very cool. > Here are my files. > distro conf: > DIST

[yocto] systemd service not enabled #kirkstone #systemd

2023-07-30 Thread daniel_herrmann22
Hello, I have a problem enabling a simple systemd service. I need a manual "systemctl enable" once after boot to enable my service. If anybody has an idea, it would be very cool. Here are my files. *distro conf:* DISTRO_FEATURES:append = " systemd" DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysv