Re: [linux-yocto][v5.10/standard/ti-sdk-5.10/ti-j72xx & v5.10/standard/preempt-rt/ti-sdk-5.10/ti-j72xx][PATCH] dwc: fix compile error

2024-03-13 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][v5.10/standard/ti-sdk-5.10/ti-j72xx & v5.10/standard/preempt-rt/ti-sdk-5.10/ti-j72xx][PATCH] dwc: fix compile error on 13/03/2024 Li Wang wrote: > ti-j72xx/kernel-source/drivers/pci/controller/dwc/pcie-designware-ep.c:598 > error: too few arguments to

Re: [linux-yocto][v5.15/standard/preempt-rt/sdkv5.15/xlnx-soc][PATCH] sound: xilinx: use hdmi-codec as dp audio codec

2024-03-13 Thread Bruce Ashfield
In message: [linux-yocto][v5.15/standard/preempt-rt/sdkv5.15/xlnx-soc][PATCH] sound: xilinx: use hdmi-codec as dp audio codec on 13/03/2024 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > According to the description in the section "Audio Management" of > Chapter 33 in "Zynq

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

2024-03-13 Thread Steve Sakoman
This was an all green build, so we are good to start QA. Steve On Wed, Mar 13, 2024 at 2:03 PM Pokybuild User wrote: > > > A build flagged for QA (yocto-4.0.17.rc1) was completed on the autobuilder > and is available at: > > > https://autobuilder.yocto.io/pub/releases/yocto-4.0.17.rc1 > >

[yocto] QA notification for completed autobuilder build (yocto-4.0.17.rc1)

2024-03-13 Thread Pokybuild User
A build flagged for QA (yocto-4.0.17.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-4.0.17.rc1 Build URL: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6676 Build hash information: bitbake:

[yocto] [yocto-autobuilder2][PATCH] schedulers: metrics: Start with master for the daily full download

2024-03-13 Thread Yoann Congal
Change the order of metrics branches: * First, master at 5am which may do the full CVE download (might take 1 hour to finish). * Then, the other branches starting at 6am to allow them to use the fresh download. Signed-off-by: Yoann Congal --- schedulers.py | 6 -- 1 file changed, 4

[yocto] [yocto-autobuilder-helper][PATCH] config.json: metrics: Switch to daily CVE DB full-download

2024-03-13 Thread Yoann Congal
By using CVE_DB_INCR_UPDATE_AGE_THRES = CVE_DB_INCR_UPDATE_AGE_THRES = 6h, cve-check will do a NVD database full download if the database is older than 6h or reuse it un-updated if its younger than 6h. Since the metrics builder is scheduled every day, that will result in a daily full-download.

Re: [yocto] PACKAGECONFIG variable related patches

2024-03-13 Thread Alexander Kanavin
The idiomatic pattern is to reject conditional patches in code review, Seriously, not a good idea - try to find a way to apply the patch without conditions, and trigger the condition through a configuration option, or runtime check. Alex On Wed, 13 Mar 2024 at 17:40, Joel Winarske wrote: > >

[yocto] PACKAGECONFIG variable related patches

2024-03-13 Thread Joel Winarske
What's the idiomatic pattern for applying (a) patch(es) if a PACKAGECONFIG variable is set? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#62751): https://lists.yoctoproject.org/g/yocto/message/62751 Mute This Topic:

[linux-yocto][v5.10/standard/ti-sdk-5.10/ti-j72xx & v5.10/standard/preempt-rt/ti-sdk-5.10/ti-j72xx][PATCH] dwc: fix compile error

2024-03-13 Thread Li Wang via lists.yoctoproject.org
ti-j72xx/kernel-source/drivers/pci/controller/dwc/pcie-designware-ep.c:598 error: too few arguments to function 'dw_pcie_ep_map_addr' Signed-off-by: Li Wang --- drivers/pci/controller/dwc/pcie-designware-ep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [linux-yocto][v5.15/standard/base][PATCH] locking/rwsem: Disable preemption while trying for rwsem lock

2024-03-13 Thread Bruce Ashfield
On Wed, Mar 13, 2024 at 2:07 AM Wang, Li wrote: > > > On 3/13/2024 10:55, Bruce Ashfield wrote: > > In message: [linux-yocto][v5.15/standard/base][PATCH] locking/rwsem: > > Disable preemption while trying for rwsem lock > > on 10/03/2024 Li Wang via lists.yoctoproject.org wrote: > > > >> From:

Re: [linux-yocto][v5.10/standard/base && v5.10/standard/preempt-rt/base][PATCH 1/2] blk-mq: Introduce the BLK_MQ_F_NO_SCHED_BY_DEFAULT flag

2024-03-13 Thread Bruce Ashfield
On Wed, Mar 13, 2024 at 2:25 AM Wentao Zhang wrote: > > 832a4d4cdb3f612d5079aadcc67a44f18fa7b5b7 in 5.10 did the patch back from > 2112f5c1330a671fa852051d85cb9eadc05d7eb7 in upstream. > > 2112f5c1330a671fa852051d85cb9eadc05d7eb7 add BLK_MQ_F_NO_SCHED_BY_DEFAULT to > tag_set.flags in loop

Re: [linux-yocto] Creating ARM64 ISO images

2024-03-13 Thread Nicolas Wirth via lists.yoctoproject.org
Hey Johnnie, I hope you're doing well ! Did you ever figure this one out ? Best, Nicolas -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13681): https://lists.yoctoproject.org/g/linux-yocto/message/13681 Mute This Topic:

Re: [yocto] How to use a single directory in multiple layers.

2024-03-13 Thread Alexander Kanavin
Perhaps you can explain what is in that directory, and why do you need access to it from another layer. It's not a common scenario. Alex On Wed, 13 Mar 2024 at 11:38, Saswati Nayak wrote: > > Hello All, > > I require guidance on utilizing a file directory present in the > 'meta-x'

Re: [yocto] How to use a single directory in multiple layers.

2024-03-13 Thread Chen Qi via lists.yoctoproject.org
I haven't tested, but you can try: In meta-x's layer.conf: THIS_SPECIFIC_DIR = "${LAYERDIR}" Then use the variable THIS_SPECIFIC_DIR in other places including meta-y. Regards, Qi On 3/13/24 18:38, Saswati Nayak wrote: Hello All,          I require guidance on utilizing a file directory

[yocto] How to use a single directory in multiple layers.

2024-03-13 Thread Saswati Nayak
Hello All, I require guidance on utilizing a file directory present in the 'meta-x' layer while also needing access to the same directory within the 'meta-y' layer. How can I achieve this while keeping the directory centralized in one layer? Thanks & Regards Saswati

[linux-yocto][v5.15/standard/preempt-rt/sdkv5.15/xlnx-soc][PATCH] sound: xilinx: use hdmi-codec as dp audio codec

2024-03-13 Thread quanyang.wang via lists.yoctoproject.org
From: Quanyang Wang According to the description in the section "Audio Management" of Chapter 33 in "Zynq UltraScale+ Device Technical Reference Manual", A set/clr operation to TX_AUDIO_CONTROL register is needed when we start/stop audio play. It means that when we stop playing audio,

Re: [linux-yocto][v5.10/standard/base && v5.10/standard/preempt-rt/base][PATCH 1/2] blk-mq: Introduce the BLK_MQ_F_NO_SCHED_BY_DEFAULT flag

2024-03-13 Thread Wentao Zhang via lists.yoctoproject.org
832a4d4cdb3f612d5079aadcc67a44f18fa7b5b7 in 5.10 did the patch back from 2112f5c1330a671fa852051d85cb9eadc05d7eb7

Re: [linux-yocto][v5.15/standard/base][PATCH] locking/rwsem: Disable preemption while trying for rwsem lock

2024-03-13 Thread Li Wang via lists.yoctoproject.org
On 3/13/2024 10:55, Bruce Ashfield wrote: In message: [linux-yocto][v5.15/standard/base][PATCH] locking/rwsem: Disable preemption while trying for rwsem lock on 10/03/2024 Li Wang via lists.yoctoproject.org wrote: From: Gokul krishna Krishnakumar commit