[yocto] [meta-zephyr][PATCH] zephyr-sdk: upgrade 0.14.2 -> 0.15.1

2022-10-25 Thread Naveen Saini
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.15.1 Signed-off-by: Naveen Saini --- .../zephyr-sdk/{zephyr-sdk_0.14.2.bb => zephyr-sdk_0.15.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-zephyr-core/recipes-devtools/zephyr-sdk/{zephyr-sdk_0.14.2.bb =>

Re: [yocto] [meta-zephyr][PATCH 1/2] zephyr-kernel-src: add support for v3.2.0

2022-10-25 Thread Jon Mason
Testing (both of them together) shows some issues https://gitlab.com/jonmason00/meta-zephyr/-/pipelines/676605867 When using the zephyr toolchain, there is an error of 2022-10-25 18:28:16 - INFO - | Could not find a configuration file for package "Zephyr-sdk" that is 2022-10-25 18:28:16 - I

[yocto] OpenEmbedded Happy Hour October 26 9pm/2100 UTC

2022-10-25 Thread Tim Orling
All, You are cordially invited to the next OpenEmbedded Happy Hour on October 26 for Asia/Pacific time zones @ 2100/9pm UTC (5pm ET / 2pm PT). https://www.openembedded.org/wiki/Calendar https://www.openembedded.org/wiki/Happy_Hours https://www.timeanddate.com/worldclock/fixedtime.html?msg=OpenEmb

[yocto] Yocto Project Status 25 October 2022 (WW43)

2022-10-25 Thread Stephen Jolley
Current Dev Position: YP 4.2 M1 Next Deadline: 5th December 2022 YP 4.2 Build Next Team Meetings: * Bug Triage meeting Thursday October 27th 7:30 am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09)

Re: [yocto] license manifest files effectively disappear when do_rootfs is not rerun

2022-10-25 Thread Christian Thießen via lists . yoctoproject . org
Sorry for first posting to the wrong board, beginner's mistake. For reference, discussion has moved to https://lists.openembedded.org/g/openembedded-core/topic/94530086 and led to a bug report at https://bugzilla.yoctoproject.org/show_bug.cgi?id=14946 . Christian -=-=-=-=-=-=-=-=-=-=-=- Links:

Re: [yocto] How to enabled systemd unit files automatically using recipe?

2022-10-25 Thread Sourabh Hegde
Cool. Thanks again -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#58412): https://lists.yoctoproject.org/g/yocto/message/58412 Mute This Topic: https://lists.yoctoproject.org/mt/94553177/21656 Group Owner: yocto+ow...@lists.yoctoproject.org Unsubscr

Re: [yocto] How to enabled systemd unit files automatically using recipe?

2022-10-25 Thread Sergei Nikulov
Yes, sure. Use space to separate multiple paths For example: SYSTEMD_SERVICE:${PN} = "one.service two.service one.path two.path" On Tue, Oct 25, 2022 at 10:31 AM Sourabh Hegde wrote: > > Hello Sergei, > > Thanks for the update. > > I have already added "SYSTEMD_SERVICE:${PN}" to my recipe. But, i

Re: [yocto] How to enabled systemd unit files automatically using recipe?

2022-10-25 Thread Sourabh Hegde
Hello Sergei, Thanks for the update. I have already added " SYSTEMD_SERVICE:${PN}" to my recipe. But, it is set to different file(.service file). Can I add multiple files to it? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#58410): https://lists

[yocto] [meta-zephyr][PATCH 1/2] zephyr-kernel-src: add support for v3.2.0

2022-10-25 Thread Naveen Saini
https://github.com/zephyrproject-rtos/zephyr/releases/tag/v3.2.0 Signed-off-by: Naveen Saini --- .../zephyr-kernel/zephyr-kernel-src-3.2.0.inc | 239 ++ .../zephyr-kernel/zephyr-kernel-src.inc | 2 +- 2 files changed, 240 insertions(+), 1 deletion(-) create mode 100644

[yocto] [meta-zephyr][PATCH 2/2] zephyr-kernel-src: drop support for v2.7.3

2022-10-25 Thread Naveen Saini
Support for zephyr v3.2.0 is already being added. So time to drop it. Signed-off-by: Naveen Saini --- .../0001-2.7-cmake-add-yocto-toolchain.patch | 63 -- ...ry-generation-issue-in-cross-compila.patch | 80 --- .../zephyr-kernel/files/dtc.patch | 43 .../zephyr-kern

Re: [yocto] How to enabled systemd unit files automatically using recipe?

2022-10-25 Thread Sergei Nikulov
On Tue, Oct 25, 2022 at 9:29 AM Sourabh Hegde wrote: > > Hello, > > This might not be directly related to Yocto. > > I have a systemd .path unit file that restarts the system service if the file > changes. But, the path ubit file needs to be enabled once to make this work. > So, my question is w