[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 =>

[linux-yocto][yocto-kernel-cache][yocto-5.15][PATCH] nxp-lx2xxx: enable kernel config CONFIG_CRYPTO_DEV_FSL_CAAM_JR

2022-10-25 Thread Xulin Sun
Enable kernel config CONFIG_CRYPTO_DEV_FSL_CAAM_JR, this is to enable Freescale CAAM Job Ring driver backend. Signed-off-by: Xulin Sun --- bsp/nxp-lx2xxx/nxp-lx2xxx.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/nxp-lx2xxx/nxp-lx2xxx.cfg b/bsp/nxp-lx2xxx/nxp-lx2xxx.cfg index

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 -

[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

Re: [linux-yocto][yocto-kernel-cache yocto-5.15] disable CONFIG_OCTEONTX_SERDES for marvell-cn106xx

2022-10-25 Thread Bruce Ashfield
In message: [linux-yocto][yocto-kernel-cache yocto-5.15] disable CONFIG_OCTEONTX_SERDES for marvell-cn106xx on 25/10/2022 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge this patch into our linux-yocto repo. > > repo: > yocto-kernel-cache > branch: >

Re: [linux-yocto][linux-yocto v5.15] kernel code for marvell octeon

2022-10-25 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v5.15] kernel code for marvell octeon on 25/10/2022 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge this patch into our linux-yocto repo. > > repo: > linux-yocto > branch: > v5.15/standard/cn-sdkv5.4/octeon >

Re: [linux-yocto][linux-yocto v5.15/standard/sdkv5.10/axxia & v5.15/standard/preempt-rt/sdkv5.10/axxia ][PATCH 1/1] usb: ehci: adjust to use platform_drivers to register/unregister driver

2022-10-25 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][linux-yocto v5.15/standard/sdkv5.10/axxia & v5.15/standard/preempt-rt/sdkv5.10/axxia ][PATCH 1/1] usb: ehci: adjust to use platform_drivers to register/unregister driver on 25/10/2022 Liwei Song wrote: > Since upstream commit aad06846a230 ("usb: ehci:

[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 (

[linux-yocto] [PATCH] marvell-cn106xx: disable OCTEONTX_SERDES debug driver

2022-10-25 Thread Ruiqiang Hao
From: Ruiqiang Hao CONFIG_OCTEONTX_SERDES is for cn96xx, we do not need this in cn106xx, disable this option to avoid misuse. Signed-off-by: Ruiqiang Hao --- bsp/marvell-cn106xx/marvell-cn106xx.cfg | 4 1 file changed, 4 insertions(+) diff --git a/bsp/marvell-cn106xx/marvell-cn106xx.cfg

[linux-yocto][yocto-kernel-cache yocto-5.15] disable CONFIG_OCTEONTX_SERDES for marvell-cn106xx

2022-10-25 Thread Ruiqiang Hao
Hi Bruce, Please help to merge this patch into our linux-yocto repo. repo: yocto-kernel-cache branch: yocto-5.15 Thanks, Ruiqiang -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11812):

[linux-yocto][linux-yocto v5.15] kernel code for marvell octeon

2022-10-25 Thread Ruiqiang Hao
Hi Bruce, Please help to merge this patch into our linux-yocto repo. repo: linux-yocto branch: v5.15/standard/cn-sdkv5.4/octeon v5.15/standard/preempt-rt/cn-sdkv5.4/octeon Thanks, Ruiqiang -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this

[linux-yocto] [PATCH] firmware: arm_scmi: Increase MBOX_TX_QUEUE_LEN

2022-10-25 Thread Ruiqiang Hao
From: Ruiqiang Hao Marvell-cn106xx has 24 cpu cores, each of which uses a separate policy, so we need 24 message slot at least to ensure the normal data flow for cpu_freq. Increase MBOX_TX_QUEUE_LEN and the max_msg of scmi_xfer to avoid the following errors: arm-scmi firmware:scmi: failed to

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

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,

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):

[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

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

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

2022-10-25 Thread Sourabh Hegde
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 when I flash new image on the device will the path unit file