[linux-yocto][linux-yocto v5.15/standard/preempt-rt/nxp-sdk-5.15/nxp-soc & v5.15/standard/nxp-sdk-5.15/nxp-soc][PATCH] serial: lpuart: remove redundant code

2022-10-20 Thread Xiaolei Wang
Due to 2e7fa78db49e merge conflict, the port was registered twice. This would hang the system boot, delete the redundant code to fix this issue. Signed-off-by: Xiaolei Wang --- drivers/tty/serial/fsl_lpuart.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/tty/serial/fsl_lpuart.c

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

2022-10-20 Thread Xulin Sun
Enable kernel config CONFIG_FSL_DPAA2_ETH_CEETM, this is to enable CEETM(Customer Edge Egress Traffic management) feature of DPAA2. 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

[linux-yocto][linux-yocto v5.15/standard/preempt-rt/nxp-sdk-5.15/nxp-soc][PATCH] dpaa2-eth: replace struct "gnet_stats_basic_packed" with "gnet_stats_basic_sync"

2022-10-20 Thread Xulin Sun
commit 304640d0b862(net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data types) has dropped the struct "gnet_stats_basic_packed", replaced with "gnet_stats_basic_sync". Here adapt to this changes. And using the API u64_stats_add() to avoid below building error: dpaa2-eth-ceetm.c:380:49:

Re: [yocto] Error during linux booting

2022-10-20 Thread Zoran
> I have added systemd in rootfs by adding > MAGE_INSTALL = " systemd" in local.conf > and the issue solved is this required for the > latest yocto version (kirkstone)? You did set the INIT_MANAGER ?= "systemd", didn't you? And how (in which manner) systemd influences the console, or consoles

Re: [yocto] [meta-rockchip][PATCH] add support for PX30 SoC

2022-10-20 Thread Trevor Woerner
On Wed 2022-10-19 @ 10:45:00 AM, Quentin Schulz wrote: > From: Quentin Schulz > > Rockchip PX30 SoC is a quad-core ARM Cortex-A35 CPU fully implementing > the ARMv8-A instruction set with ARM Neon Advanced SIMD and Cryptography > Extensions. > > This adds a base configuration file which can be

Re: [yocto] Error during linux booting

2022-10-20 Thread Laurent Gauthier
Hi Vaibhav, Out of curiosity which image did you build? Kind regards, Laurent. On Thu, Oct 20, 2022 at 7:07 PM Vaibhav Deshpande wrote: > > Helo > > I have added systemd in rootfs by adding IMAGE_INSTALL = " systemd" in > local.conf and the issue solved > is this required for the latest yocto

Re: [yocto] Error during linux booting

2022-10-20 Thread Vaibhav Deshpande
Helo I have added systemd in rootfs by adding IMAGE_INSTALL = " systemd" in local.conf and the issue solved is this required for the latest yocto version (kirkstone)? Thank you. Regards Vaibhav Vivek Deshpande On Mon, Oct 17, 2022 at 1:28 AM Zoran Stojsavljevic <

[yocto] Minutes: Yocto Project Weekly Triage Meeting 10/18/2022

2022-10-20 Thread sakib . sajal
*Wiki: *https://wiki.yoctoproject.org/wiki/Bug_Triage *Attendees: *Steve Sakoman, Stephen Jolley, Randy Macleod, Joshua Watt, Alexandre Belloni, , Ross Burton, Tim Orling, Alexandre Belloni, Zheng *ARs:* N/A* * *Notes: * * * *Medium+ 4.2 Unassigned Enhancements/Bugs: *45 (Last week 27)

[yocto] [meta-parsec][PATCH] Update PARSEC recipe to latest v1.1.0 release

2022-10-20 Thread Gowtham Suresh Kumar
This commit updates the parsec-service to v1.1.0 and the parsec-tool to v0.5.4. The buildpaths QA check has been disabled and relevant issue links have been added to address this. Signed-off-by: Gowtham Suresh Kumar --- meta-parsec/README.md | 1 + ...rvice_1.0.0.bb

[yocto] [meta-security][PATCH] Update PARSEC recipe to latest v1.1.0 release

2022-10-20 Thread Gowtham Suresh Kumar
This commit updates the parsec-service to v1.1.0 and the parsec-tool to v0.5.4. The buildpaths QA check has been disabled and relevant issue links have been added to address this. Signed-off-by: Gowtham Suresh Kumar --- meta-parsec/README.md | 1 + ...rvice_1.0.0.bb

Re: [yocto] devtool upgrade for go recipes with git "broken"

2022-10-20 Thread Monsees, Steven C (US) via lists.yoctoproject.org
Thanks... -Original Message- From: yocto@lists.yoctoproject.org On Behalf Of Alexander Kanavin Sent: Thursday, October 20, 2022 6:40 AM To: Roos, Thomas Cc: yocto@lists.yoctoproject.org Subject: Re: [yocto] devtool upgrade for go recipes with git "broken" External Email Alert This

Re: [yocto] devtool upgrade for go recipes with git "broken"

2022-10-20 Thread Alexander Kanavin
It may well be that no one remembers anymore why it's there, and in this case you can just drop it. Or you can dig into git history with 'git blame' and similar techniques. Alex On Thu, 20 Oct 2022 at 12:23, Roos, Thomas wrote: > > sure, but may this src folder is necessary for something? Some

Re: [yocto] devtool upgrade for go recipes with git "broken"

2022-10-20 Thread Thomas Roos via lists.yoctoproject.org
sure, but may this src folder is necessary for something? Some go convention I don't know about... Von: Alexander Kanavin Gesendet: Donnerstag, 20. Oktober 2022 12:09:47 An: Roos, Thomas Cc: yocto@lists.yoctoproject.org Betreff: RE: [EXTERNAL][yocto] devtool

Re: [yocto] devtool upgrade for go recipes with git "broken"

2022-10-20 Thread Alexander Kanavin
Can you propose a patch to core? Alex On Thu, 20 Oct 2022 at 12:05, Roos, Thomas wrote: > > yes, I already did this - it's because that go.bbclass is spangly using a > subdir called "src" and that will break the devtool check for upgrades > mechanism because it's not looking into a src

Re: [yocto] devtool upgrade for go recipes with git "broken"

2022-10-20 Thread Thomas Roos via lists.yoctoproject.org
yes, I already did this - it's because that go.bbclass is spangly using a subdir called "src" and that will break the devtool check for upgrades mechanism because it's not looking into a src subdir. So git will fail checkout anything in the parent dir "reference is not a tree" This simple

Re: [yocto] devtool upgrade for go recipes with git "broken"

2022-10-20 Thread Alexander Kanavin
Thanks, I do not have a quick answer to this, but would appreciate if you can dig deeper into the issue. Alex On Thu, 20 Oct 2022 at 11:50, Roos, Thomas wrote: > > yes, easy > - set the go-helloworld bb srcrev to an older rev - e.g: > SRCREV = "ad95e7f791d8e1e7e7ec7f7cedfc2f6b29f6c9e2" > >

Re: [yocto] devtool upgrade for go recipes with git "broken"

2022-10-20 Thread Thomas Roos via lists.yoctoproject.org
yes, easy - set the go-helloworld bb srcrev to an older rev - e.g: SRCREV = "ad95e7f791d8e1e7e7ec7f7cedfc2f6b29f6c9e2" "devtool upgrade go-helloworld" INFO: Extracting upgraded version source... Traceback (most recent call last): File "/home/ubuntu/yocto/poky/scripts/lib/devtool/upgrade.py",

Re: [yocto] devtool upgrade for go recipes with git "broken"

2022-10-20 Thread Alexander Kanavin
It helps if you show the exact error, and a way to reproduce this using a minimal setup (ideally only poky). Alex On Thu, 20 Oct 2022 at 11:18, Thomas Roos via lists.yoctoproject.org wrote: > > Hi, > when doing a "devtool upgrade" for a recipe which inherits "go" and using a > SRC_URI to a git

[yocto] devtool upgrade for go recipes with git "broken"

2022-10-20 Thread Thomas Roos via lists.yoctoproject.org
Hi, when doing a "devtool upgrade" for a recipe which inherits "go" and using a SRC_URI to a git repo this will fail. Complaining that the git revision is "out of tree" - I found that the additional "src" folder inside the checkout out sources is causing this problem and I wondering if this is

Re: [yocto] devtool upgrade multiple architectures possible?

2022-10-20 Thread Alexander Kanavin
This would be a much welcome feature. I suspect however that devtool relies on the current target, and won't be easily convinced to update other targets. Alex On Thu, 20 Oct 2022 at 10:51, Thomas Roos via lists.yoctoproject.org wrote: > > Hi, > wondering if it's possible when doing a "devtool

[yocto] devtool upgrade multiple architectures possible?

2022-10-20 Thread Thomas Roos via lists.yoctoproject.org
Hi, wondering if it's possible when doing a "devtool upgrade" for a binary recipe to upgrade SRC rev for all architectures in that recipe. Or is this a missing feature? E.g. here do an "aarch64.sha256sum" as well when running devtool upgrade and not only "x86-64.sha256sum"

Re: [yocto] Adding msktutil in yocto #yocto

2022-10-20 Thread Poornesh G ( India - Bangalore )
Dear Khem Raj, Thanks much , I could successfully able to add "msktutil" as per your response. Thanks, ​​ On Thursday, October 20, 2022 11:26 IST, Khem Raj wrote:  Try something like https://git.openembedded.org/meta-openembedded/commit/?h=master-next On Wed, Oct 19, 2022 at 10:33 PM