[linux-yocto][linux-yocto v5.10/standard/preempt-rt/base][PATCH] Revert "net/xfrm: fixup 5.10.30 -stable merge"

2021-06-16 Thread Xu, Yanfei
The commit b7a01a10d2f9 ("net: xfrm: Use sequence counter with associated spinlock") change the type of xfrm_state_hash_generation from "seqcount_t" to "seqcount_spinlock_t". Revert this commit for fixing compile failure of "incompatible pointer type". This reverts commit

[yocto] [PATCH] bsps/5.10: update to v5.10.43

2021-06-16 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.10 to the latest korg -stable release, and to match the qemu BSPs in oe-core Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto_5.10.bbappend | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git

Re: [yocto] [PATCH yocto-autobuilder-helper] summarize_top_output.py: add script, use it and publish summary

2021-06-16 Thread sakib . sajal
On 2021-06-16 11:41 a.m., Randy MacLeod wrote: On 2021-06-16 4:43 a.m., sakib.sa...@windriver.com wrote: summarize_top_output.py is used to summarize the top output that is captured during autobuilder intermittent failures. Use the script to summarize the host top output and publish the

Re: [yocto] [meta-intel]: support for NUC11

2021-06-16 Thread simon
On 2021-06-16 1:24 pm, Alexander Kanavin wrote: On Wed, 16 Jun 2021 at 16:58, simon wrote: - There's a warning about not finding the IRIS driver: MESA_LOADER: failed to open iris: /usr/lib/dri/iris_dri.so: cannot open shared object file: No such file or directory failed to load driver:

Re: [yocto] [PATCH yocto-autobuilder-helper] summarize_top_output.py: add script, use it and publish summary

2021-06-16 Thread Richard Purdie
On Wed, 2021-06-16 at 04:43 -0400, sakib.sa...@windriver.com wrote: > summarize_top_output.py is used to summarize the top > output that is captured during autobuilder intermittent > failures. > > Use the script to summarize the host top output and > publish the summary that is created instead of

Re: [yocto] [meta-intel]: support for NUC11

2021-06-16 Thread Alexander Kanavin
On Wed, 16 Jun 2021 at 16:58, simon wrote: > - There's a warning about not finding the IRIS driver: > MESA_LOADER: failed to open iris: /usr/lib/dri/iris_dri.so: cannot open > shared object file: No such file or directory > failed to load driver: iris > > But from what I was able to understand,

Re: [yocto] [PATCH yocto-autobuilder-helper] summarize_top_output.py: add script, use it and publish summary

2021-06-16 Thread Randy MacLeod
On 2021-06-16 4:43 a.m., sakib.sa...@windriver.com wrote: summarize_top_output.py is used to summarize the top output that is captured during autobuilder intermittent failures. Use the script to summarize the host top output and publish the summary that is created instead of the raw logfile.

[yocto] [meta-intel]: support for NUC11

2021-06-16 Thread simon
Hi all, I'm having trouble figuring out how to fix my issues with the new intel NUC gen 11 (NUC11TNBi5). At the moment I'm testing with the following meta-layer poky (hardknott) meta-openembedded (hardknott) meta-intel (master) meta-qt5 (hardknott) I'm currently using EGLFS to display our

[yocto][meta-mingw][PATCH] Disable debuginfod

2021-06-16 Thread Joshua Watt
Disables debuginfod when using MingGW. This feature brings in unbuildable dependencies and can't be used. Signed-off-by: Joshua Watt --- conf/machine-sdk/include/mingw32-common.inc| 2 ++ recipes-devtools/gdb/gdb-cross-canadian_%.bbappend | 1 + 2 files changed, 3 insertions(+) diff

[yocto] devtool build failure first time but builds fine successfully second time. #yocto #devtool

2021-06-16 Thread raulpblooper
Hello All, I am tyro in yocto , I am having a strange issue where I am trying to build the recipe  using     devtool build   . It fails first time but builds second time. It flags an error related to some linkage of shared library . But when I checked the shared library , it is present at the

Re: [yocto] [poky] [PATCH] local.conf.sample: disable prelink

2021-06-16 Thread Alexander Kanavin
On Wed, 16 Jun 2021 at 11:11, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > What makes me sad is that this is an embedded focused feature which > the project should be caring about, i.e. memory footprint and speed. > I don't know why the numbers don't show it, Mark and I have

[linux-yocto] [PATCH 2/2] dts: s32g274a-rdb2: disable ARQ107 phy node explicitly to fix error message when resume

2021-06-16 Thread Zhantao Tang
On RDB2, there is an phy node ARQ107 connected with PFE EMAC1, and PFE EMAC1 is disabled by default, so the ARQ107 phy node should be disabled explicitly too, or else there will be error message like following when resume from STR: PM: dpm_run_callback(): mdio_bus_phy_resume+0x0/0xa4

[linux-yocto] [PATCH 1/2] drivers: spi: fsl-dspi: delete the unused variable

2021-06-16 Thread Zhantao Tang
This patch is to fix the following build warning: kernel-source/drivers/spi/spi-fsl-dspi.c:937:15:warning: unused variable 'val' [-Wunused-variable] 937 | unsigned int val; The use of variable val has been dropped, so delete it to fix this warning. Signed-off-by: Zhantao Tang

[linux-yocto] [linux-yocto v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx]: two patches to fix nxp-s32g2xx defects

2021-06-16 Thread Zhantao Tang
Hi Bruce, There are two patches to fix a linux-yocto build warning issue and a STR error issue when resume. Would you please help to merge this patch into linux-ycoto kernel, v5.10, branch is v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You

Re: [yocto] [poky] [PATCH] local.conf.sample: disable prelink

2021-06-16 Thread Richard Purdie
On Tue, 2021-06-15 at 17:21 +0200, Alexander Kanavin wrote: > So the memory usage is actually *better* without prelink. And any timing  > benefits are lost in statistical noise, in these tests at least. The numbers certainly don't look convincing, thanks for running the tests. > So I do not

[yocto] [PATCH yocto-autobuilder-helper] summarize_top_output.py: add script, use it and publish summary

2021-06-16 Thread sakib . sajal
summarize_top_output.py is used to summarize the top output that is captured during autobuilder intermittent failures. Use the script to summarize the host top output and publish the summary that is created instead of the raw logfile. Signed-off-by: Sakib Sajal --- scripts/collect-results

[yocto] [meta-security][PATCH] sssd: add fix-ldblibdir.patch back

2021-06-16 Thread kai
From: Kai Kang The patch fix-ldblibdir.patch has been dropped when update sssd to 2.5.0. But it fails to start sssd without this patch. So add it back. Signed-off-by: Kai Kang --- .../sssd/files/fix-ldblibdir.patch| 25 +++ recipes-security/sssd/sssd_2.5.0.bb