Re: [linux-yocto][linux-yocto v5.10/standard/nxp-sdk-5.10/nxp-soc & v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-soc][kernel-source][PATCH 1/1] dmaengine: imx-sdma: Fix a hang when run dma test in imx8m

2021-12-27 Thread Bruce Ashfield
merged Bruce In message: [linux-yocto][linux-yocto v5.10/standard/nxp-sdk-5.10/nxp-soc & v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-soc][kernel-source][PATCH 1/1] dmaengine: imx-sdma: Fix a hang when run dma test in imx8mq board on 25/12/2021 Xiaolei Wang wrote: > imx8mq does not set the

Re: [linux-yocto][linux-yocto v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-soc][PATCH] clk: imx: Fix a build error redefinition of 'imx8qxp_clk_driver_init'

2021-12-27 Thread Bruce Ashfield
merged Bruce In message: [linux-yocto][linux-yocto v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-soc][PATCH] clk: imx: Fix a build error redefinition of 'imx8qxp_clk_driver_init' on 22/12/2021 Xiaolei Wang wrote: > Refer to 82ed3829c937("clk: imx: use module_platform_driver"), > delete the

Re: [linux-yocto] [yocto-kernel-cache][master][yocto-5.10][PATCH 1/1] xilinx-zynqmp: add event device support for zynqmp

2021-12-27 Thread Bruce Ashfield
In message: [yocto-kernel-cache][master][yocto-5.10][PATCH 1/1] xilinx-zynqmp: add event device support for zynqmp on 21/12/2021 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > Since graphic system use /dev/input/eventX as input device, we need > enable CONFIG_INPUT_EVDEV kernel

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

2021-12-27 Thread Stephen Jolley
All, YP M+ or high bugs which moved to a new milestone in WW52 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 5876 Add a test for the kernel -c menuconfig option

[yocto] Enhancements/Bugs closed WW52!

2021-12-27 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count randy.macl...@windriver.com 3 richard.pur...@linuxfoundation.org 3 trevor.gamb...@windriver.com 2 Grand Total 8 Thanks, Stephen K. Jolley Yocto Project Program Manager *Cell:

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

2021-12-27 Thread Stephen Jolley
All, Below is the list as of top 45 bug owners as of the end of WW52 of who have open medium or higher bugs and enhancements against YP 3.5. There are 85 possible work days left until the final release candidates for YP 3.5 needs to be released. Who Count michael.opdenac...@bootlin.com 37

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

2021-12-27 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] Fetch of shared-mime-info and shared-mime-info-native never finishes.

2021-12-27 Thread Howard
Ok so for some reason the repo for shared-mime-info is offline. I just ran a simple git clone of: git clone git://gitlab.freedesktop.org/xdg/shared-mime-info.git;protocol=https and it never completes or even starts near as I can tell. The src URI above is what is specified in the recipe.

Re: [yocto] Fetch of shared-mime-info and shared-mime-info-native never finishes.

2021-12-27 Thread Howard
I should point out that nothing changed on my end and this was all building fine Friday Dec 24, and now it does not build on Monday Dec 27. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#55666): https://lists.yoctoproject.org/g/yocto/message/55666

[yocto] Fetch of shared-mime-info and shared-mime-info-native never finishes.

2021-12-27 Thread Howard
Hi: This just started happening today. Both shared-mime-info-native-1.15-r0 do_fetch and shared-mime-info-1.15-r0 do_fetch Never complete.   Bitbake completes all other non-dependant recipes, leaving the 2 above to go forever, but never finish. Anybody else seeing this?   Is this a case of a

[yocto] [meta-security][PATCH 1/2] tpm2-pkcs11: backport openssl 3.x build fixes

2021-12-27 Thread Armin Kuster
bump to tip of current sources. Signed-off-by: Armin Kuster --- .../0001-ssl-compile-against-OSSL-3.0.patch | 1305 + ...ssl-require-version-1.1.0-or-greater.patch | 93 ++ .../tpm2-pkcs11/tpm2-pkcs11_1.7.0.bb |4 +- 3 files changed, 1401 insertions(+), 1

[yocto] [meta-security][PATCH 2/2] packagegroup-security-tpm2: drop ibmswtpm2

2021-12-27 Thread Armin Kuster
ibmswtpm2 has not been ported to openssl 3 Signed-off-by: Armin Kuster --- meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm2.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm2.bb

[linux-yocto] [kernel-cache][PATCH] drivers-zynq.cfg: update CONFIG_NET_CADENCE option

2021-12-27 Thread Alexander Kanavin
It was renamed in https://github.com/torvalds/linux/commit/0df5f81c481e383f37f9f97eb014c885898b1773 Signed-off-by: Alexander Kanavin --- bsp/xilinx/soc/drivers-zynq.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/xilinx/soc/drivers-zynq.cfg

[linux-yocto] [kernel-cache][PATCH] preempt-rt.scc: arm should come after ftrace

2021-12-27 Thread Alexander Kanavin
arm.cfg unsets CONFIG_FUNCTION_GRAPH_TRACER and sets CONFIG_UNWINDER_ARM; this needs to happen after ftrace, otherwise this warning occurs in arm(32) builds: == [NOTE]: 'CONFIG_UNWINDER_ARM' last val (y) and .config val (n) do not match [INFO]: CONFIG_UNWINDER_ARM : n [INFO]: raw config text: