Re: [yocto] [PATCH yocto-autobuilder-helper] run-docs-build: allow build warnings again

2022-07-04 Thread Quentin Schulz
Hi Michael, On 6/22/22 17:32, Michael Opdenacker via lists.yoctoproject.org wrote: From: Michael Opdenacker This allows to switch to a more recent of Sphinx which will generate warnings with old versions of docs. This way, it's not immediately necessary to patch all such versions. This

Re: [yocto] [PATCH yocto-autobuilder-helper] run-docs-build: allow build warnings again

2022-07-04 Thread Richard Purdie
On Mon, 2022-07-04 at 15:24 +0200, Quentin Schulz wrote: > Hi Michael, > > On 6/22/22 17:32, Michael Opdenacker via lists.yoctoproject.org wrote: > > From: Michael Opdenacker > > > > This allows to switch to a more recent of Sphinx > > which will generate warnings with old versions of docs. > >

Re: [yocto] dunfell do_image_wic error

2022-07-04 Thread Mauro Ziliani
Sorry for missing information I get this error when I do bitbake core-image-minimal MZ On 04/07/22 21:17, Mauro Ziliani wrote: Hi all. I update dunfell to last version. But now I get a python exception error on do_image_wic task | Traceback (most recent call last): |   File

[yocto] M+ & H bugs with Milestone Movements WW27

2022-07-04 Thread Stephen Jolley
All, YP M+ or high bugs which moved to a new milestone in WW27 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 13896 gtk-icon-cache.bbclass passes wrong parameter to update_gtk_icon_cache

[yocto] Enhancements/Bugs closed WW27!

2022-07-04 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count michael.opdenac...@bootlin.com 3 randy.macl...@windriver.com 3 ross.bur...@arm.com 2 richard.pur...@linuxfoundation.org 2 Grand Total 10 Thanks, Stephen K. Jolley Yocto Project

[yocto] [PATCH 2/2] image-without-static-linkage: add selftest

2022-07-04 Thread Johannes Schilling via lists.yoctoproject.org
diff --git a/lib/oeqa/selftest/cases/static_linkage_checker.py b/lib/oeqa/selftest/cases/static_linkage_checker.py new file mode 100644 index 000..a5fdf6b --- /dev/null +++ b/lib/oeqa/selftest/cases/static_linkage_checker.py @@ -0,0 +1,39 @@ +import os +import re + +from oeqa.selftest.case

[yocto] [PATCH 1/2] image-without-static-linkage: add class

2022-07-04 Thread Johannes Schilling via lists.yoctoproject.org
This class provides a new image QA check that tries to detect static linkage of a set of well-known libraries, leveraging the detectors from cve-bin-tool[0]. To use in your project, provide a config file as described in the header comment of the class, and inherit image-without-static-linkage in

[yocto] Current high bug count owners for Yocto Project 4.1

2022-07-04 Thread Stephen Jolley
All, Below is the list as of top 37 bug owners as of the end of WW27 of who have open medium or higher bugs and enhancements against YP 4.1. There are 81 possible work days left until the final release candidates for YP 4.1 needs to be released. Who Count michael.opdenac...@bootlin.com 36

[yocto] dunfell do_image_wic error

2022-07-04 Thread Mauro Ziliani
Hi all. I update dunfell to last version. But now I get a python exception error on do_image_wic task | Traceback (most recent call last): |   File "/home/yocto/sources/poky/scripts/lib/wic/filemap.py", line 457, in get_mapped_ranges | first_prev, last_prev = next(iterator) |

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2022-07-04 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

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

2022-07-04 Thread Teoh, Jay Shen
Hi All, QA for yocto-4.0.2.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, Jay > -Original

[linux-yocto] [yocto-kernel-cache][yocto-5.15][PATCH 2/2] xilinx-zynqmp: disable CONFIG_ARM_CCI_PMU for preempt-rt

2022-07-04 Thread quanyang.wang
From: Quanyang Wang CONFIG_ARM_CCI_PMU depends on PERF_EVENTS which is not enabled for preempt-rt, so the building warning as below can be caught: [NOTE]: 'CONFIG_ARM_CCI_PMU' last val (y) and .config val (n) do not match [INFO]: CONFIG_ARM_CCI_PMU : n [INFO]: raw config text:

[linux-yocto] [yocto-kernel-cache][yocto-5.15][PATCH 1/2] xilinx-zynqmp: add preempt-rt support

2022-07-04 Thread quanyang.wang
From: Quanyang Wang Add xilinx-zynqmp-preempt-rt.scc to enable preempt-rt for xilinx-zynqmp. Signed-off-by: Quanyang Wang Signed-off-by: Bruce Ashfield --- Hi Bruce, Would you please help merge this patch to the branch: yocto-5.15 It's picked up from yocto-5.10. Thanks, Quanyang ---

[linux-yocto][linux-yocto v5.10/standard/nxp-sdk-5.10/nxp-soc & v5.15/standard/preempt-rt/nxp-sdk-5.15/nxp-soc][PATCH 1/1] crypto: caam: fix a build error 'needs_entropy_delay_adjustment' undefined

2022-07-04 Thread Xiaolei Wang
Fix commit f816aa7947c7 merge conflict, refer to commit dd36037d4ae7 ("crypto: CAAM - fix i.mx6sx entry delay value"), needs_ entropy_ delay_ Adjustment function is referenced for this reason. Signed-off-by: Xiaolei Wang --- drivers/crypto/caam/ctrl.c | 25 ++--- 1 file