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

2023-05-18 Thread Jing Hui Tham
Hi All, QA for yocto-4.0.10.rc1 is completed. This is the full report for this release: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. No new issue found. Thanks, Jing Hui >

Re: [yocto] How to get yocto to export python wheels

2023-05-18 Thread Ross Burton
On 17 May 2023, at 14:46, lorenzo.ruffati+yoctoforums via lists.yoctoproject.org wrote: > > Hi, is there a way to get yocto to "deploy" the wheels for python packages? > > At the moment I can only find .deb artifacts, I would like to have > "tmp/deploy/whl" (or some other) > folder in which

[yocto] Minutes: Yocto Project Weekly Triage Meeting 18/05/2023

2023-05-18 Thread sakib.sajal via lists.yoctoproject.org
*Wiki: *https://wiki.yoctoproject.org/wiki/Bug_Triage *Attendees: *Steve Sakoman, Stephen Jolley, Trevor Gamblin, Randy Macleod, Ross Burton, Alexandre Belloni, Tim Orling, Bruce Ashfield, *ARs:** * *Notes: * * * *Medium+ 4.3 Unassigned Enhancements/Bugs: *72 (Last week 72) *Medium+ 4.99

[linux-yocto] Trial merge of v5.15.112 v6.1.29 for linux-yocto

2023-05-18 Thread Kevin Hao
Hi Bruce, This is a trial merge of the stable kernel v5.15.112 v6.1.29 for the following branches in the linux-yocto. 4f69e62a898e v5.15/standard/sdkv5.10/axxia 5e9f5f2c4644 v5.15/standard/preempt-rt/sdkv5.10/axxia 71fbcf542eb0 v5.15/standard/base 8cc51cef6e43

[linux-yocto] [PATCH] media: subdev: Fix the wrong reference of v4l2_subdev_state::lock

2023-05-18 Thread Kevin Hao
From: Kevin Hao The v4l2_subdev_state::lock is a lock pointer, so the additional dereferencing operator is not needed. These issues were introduced by the following two commits: b3ec78e409e0 ("media: subdev: add v4l2_subdev_set_routing helper()") 04b09e1e259f ("media: subdev: add stream

[linux-yocto][v6.1/standard/preempt-rt/base][PATCH] arm: fix warning "TIF_NOTIFY_SIGNAL" redefined

2023-05-18 Thread quanyang.wang via lists.yoctoproject.org
From: Quanyang Wang In upstream commit 7578a7c0f296b ("ARM: renumber bits related to _TIF_WORK_MASK"), the macros TIF_SYSCALL_AUDIT,TIF_SYSCALL_TRACEPOINT and TIF_SECCOMP have been redefined to 21~23. But during merging, the old values are brought back and now these macros are defined twice, so