[yocto] [kirkstone][PATCH] meta-cgl-common: fix ParseError

2023-10-11 Thread Changqing Li
From: Changqing Li Layeindex update.py report warning: WARNING: Error parsing distro configuration file /meta-cgl/meta-cgl-common/conf/distro/poky-cgl.conf: ParseError at /meta-cgl/meta-cgl-common/conf/distro/poky-cgl.conf:1: Could not include required file conf/distro/poky-lsb.conf Refer

[yocto] [master][PATCH] meta-cgl-common: fix ParseError

2023-10-11 Thread Changqing Li
From: Changqing Li Layeindex update.py report warning: WARNING: Error parsing distro configuration file /meta-cgl/meta-cgl-common/conf/distro/poky-cgl.conf: ParseError at /meta-cgl/meta-cgl-common/conf/distro/poky-cgl.conf:1: Could not include required file conf/distro/poky-lsb.conf Refer

Re: [linux-yocto] [yocto-kernel-cache]: nxp-ls1046: Add profiling feature

2023-10-11 Thread Bruce Ashfield
merged. Bruce In message: [yocto-kernel-cache]: nxp-ls1046: Add profiling feature on 11/10/2023 Meng Li wrote: > From: Limeng > > Hi Bruce, > > This patch is used to add profiling feature configs for this BSP in > kernel-cache. > > Could you please help to merge this patch into

Re: [linux-yocto][v6.1/standard/nxp-sdk-6.1/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc][PATCH 1/1] arm64: dts: imx8qm: Fix build warning unit name should not have leading "0x"

2023-10-11 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][v6.1/standard/nxp-sdk-6.1/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc][PATCH 1/1] arm64: dts: imx8qm: Fix build warning unit name should not have leading "0x" on 11/10/2023 Xiaolei Wang wrote: > Prefixing the address with '0x' is already

Re: [linux-yocto][linux-yocto v6.1] fix 8a25f2e93f16 ("octeontx2-pf: remove redundant invoking of otx2_sync_mbox_msg()" for octeon RT

2023-10-11 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v6.1] fix 8a25f2e93f16 ("octeontx2-pf: remove redundant invoking of otx2_sync_mbox_msg()" for octeon RT on 10/10/2023 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge this patch into our linux-yocto repo. > > repo: > linux-yocto >

Re: [linux-yocto][v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc & v6.1/standard/nxp-sdk-6.1/nxp-soc][PATCH 1/1] ARM: imx: use raw_spin_lock instead of spin_lock

2023-10-11 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc & v6.1/standard/nxp-sdk-6.1/nxp-soc][PATCH 1/1] ARM: imx: use raw_spin_lock instead of spin_lock on 10/10/2023 Xiaolei Wang wrote: > Use raw_spin_lock instead of spin_lock, > this patch fixes the following

Re: [yocto] [yocto-autobuilder-helper][PATCH] oe-mirror: Add job to mirror openembedded sources

2023-10-11 Thread Richard Purdie
On Tue, 2023-10-10 at 16:49 +0200, David Pierret wrote: > - Add a job that call run-fetchuniverse > - Add script run-fetchuniverse >- loop over each LTS branches >- Download all the meta-openembedded layers sources. >- Call to oe-selftest test_yocto_source_mirror after fetching. > We

Re: [yocto] [auh][PATCH] weeklyjob: Add Openembedded update-helper conf

2023-10-11 Thread Richard Purdie
On Wed, 2023-10-11 at 11:02 +0200, Alexander Kanavin wrote: > On Tue, 10 Oct 2023 at 16:59, David Pierret wrote: > > We've chosen to use a template configuration file rather than multiple > > configuration files (1 per meta). The template file contains tags > > between braces that is replaced in

Re: [yocto] [yocto-autobuilder-helper][PATCH] AUH: Add Openembedded auto-update-helper conf and run

2023-10-11 Thread Alexander Kanavin
Please hold this until auch itself is improved to support the changing parts as command line options (I requested that in a separate review), then we can avoid sed and separate copies of scripts (I would like to have only single setup-auh and run-auh). Alex On Tue 10. Oct 2023 at 16.42, David

[linux-yocto] [yocto-kernel-cache]: nxp-ls1046: Add profiling feature

2023-10-11 Thread Meng Li via lists.yoctoproject.org
From: Limeng Hi Bruce, This patch is used to add profiling feature configs for this BSP in kernel-cache. Could you please help to merge this patch into yocto-kernel-cache, branch is only yocto-6.1? diffstat info as below: nxp-ls1046.scc |1 + 1 file changed, 1 insertion(+) thanks,

[linux-yocto] [PATCH] nxp-ls1046: Add profiling feature

2023-10-11 Thread Meng Li via lists.yoctoproject.org
Add profiling related kernel configs for perf feature. Signed-off-by: Meng Li --- bsp/nxp-ls1046/nxp-ls1046.scc | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/nxp-ls1046/nxp-ls1046.scc b/bsp/nxp-ls1046/nxp-ls1046.scc index dc051775..d040e0c8 100644 --- a/bsp/nxp-ls1046/nxp-ls1046.scc

Re: [yocto] [yocto-autobuilder-helper][PATCH v2] config.json: add reproducible-openembedded build

2023-10-11 Thread Jose Quaresma
Alexander Kanavin escreveu no dia quarta, 11/10/2023 à(s) 09:38: > On Fri, 6 Oct 2023 at 16:27, Fabien Thomas wrote: > > -> On the build step "Run cmds" for meta-oe, I see following error : > > ERROR - Build directory > > /home/pokybuild/yocto-worker/reproducible-meta-oe/build/build-st > >

Re: [yocto] Re-building out-of-tree modules after kernel change

2023-10-11 Thread Jose Quaresma
Hi James There is an open bug for this, please take a look. https://bugzilla.yoctoproject.org/show_bug.cgi?id=14885 Jose escreveu no dia quarta, 11/10/2023 à(s) 09:35: > Hello, > > I'm having an issue with out-of-tree modules not automatically re-building > after a change to the kernel

Re: [yocto] [auh][PATCH] weeklyjob: Add Openembedded update-helper conf

2023-10-11 Thread Alexander Kanavin
On Tue, 10 Oct 2023 at 16:59, David Pierret wrote: > We've chosen to use a template configuration file rather than multiple > configuration files (1 per meta). The template file contains tags > between braces that is replaced in the script using simple `sed` calls. > The meta list to be analyzed

Re: [yocto] What laptops do you use for faster builds

2023-10-11 Thread Alexander Kanavin
There's a whole presentation on the subject: https://www.youtube.com/watch?v=SvxZ3MtraSA Alex On Wed, 11 Oct 2023 at 08:55, MOHAMMED HASSAN wrote: > > Hi guys, > I was curious to know the laptops/desktop/workstations you guys use for quick > and faster builds. Can you list out the specs as

Re: [yocto] [yocto-autobuilder-helper][PATCH v2] config.json: add reproducible-openembedded build

2023-10-11 Thread Alexander Kanavin
On Fri, 6 Oct 2023 at 16:27, Fabien Thomas wrote: > -> On the build step "Run cmds" for meta-oe, I see following error : > ERROR - Build directory > /home/pokybuild/yocto-worker/reproducible-meta-oe/build/build-st > already exists, aborting > Probably due to previous step failed. Do you think it

[yocto] Re-building out-of-tree modules after kernel change

2023-10-11 Thread jamesbrowning137
Hello, I'm having an issue with out-of-tree modules not automatically re-building after a change to the kernel config. It seems like there may be an issue with the dependency chain for make-mod-scripts and modules.bbclass: How I expect it to behave: Doing *bitbake -c cleanall make-mod-scripts*

[linux-yocto] Trial merge of v5.15.135 v6.1.56 v6.1.57 for linux-yocto

2023-10-11 Thread Kevin Hao
Hi Bruce, This is a trial merge of the stable kernel v5.15.135 v6.1.56 v6.1.57 for the following branches in the linux-yocto. 94e728b8227d v5.15/standard/sdkv5.10/axxia cbe72a82c2b6 v5.15/standard/preempt-rt/sdkv5.10/axxia dd2a741b1da1 v5.15/standard/base 1d5bfd18dff6

[yocto] What laptops do you use for faster builds

2023-10-11 Thread MOHAMMED HASSAN
Hi guys, I was curious to know the laptops/desktop/workstations you guys use for quick and faster builds. Can you list out the specs as well and maybe some tips and tricks for reducing build time. Thanks and regards, Hassan -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this