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

2021-09-22 Thread Teoh, Jay Shen
Hi all, This is the full report for yocto-3.1.11.rc2: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. 1 new issue found BUG id:14557 -

Re: [yocto] googletest shared library

2021-09-22 Thread Lijun Chen
Hi, Now I included googletest to the IMAGE_INSTALL in my image file, and built both board image and SDK image. I can see libgtest.so is available in both images. However, gtest/gtest.h is a not present in SDK. How do I add the header files to the SDK image? Looks the following lines affect

[yocto] [PATCH][dunfell] config.json: Ensure BB_HASHSERVE is set in SDKs to auto

2021-09-22 Thread Steve Sakoman
From: Richard Purdie Signed-off-by: Richard Purdie (cherry picked from commit 4689763b513521fc70cca576b88035de240a3ba6) Signed-off-by: Steve Sakoman --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 571ddae..fa475e3 100644 ---

Re: [yocto] googletest shared library

2021-09-22 Thread Khem Raj
The .h files will be in dev pkg in this case googletest-dev what happens if you add googletest to TOOLCHAIN_TARGET_TASK On 9/22/21 6:18 AM, Lijun Chen wrote: Hi, Now I included googletest to the IMAGE_INSTALL in my image file, and built both board image and SDK image. I can see libgtest.so

Re: [yocto] Permission denied with NFS shared download and sstate-cache

2021-09-22 Thread Khem Raj
On Wed, Sep 22, 2021 at 9:47 AM Bel Hadj Salem Talel wrote: > > Hi All, > > I have a server that's holding downloads and sstate-cache. > > I have a docker-compose file with nfs server that exposes the > dowloads/sstate-cache volume. > > When I mount that in my PC and set the path into DL_DIR and

Re: [yocto] Permission denied with NFS shared download and sstate-cache

2021-09-22 Thread Richard Purdie
On Wed, 2021-09-22 at 09:51 -0700, Khem Raj wrote: > On Wed, Sep 22, 2021 at 9:47 AM Bel Hadj Salem Talel > wrote: > > > > Hi All, > > > > I have a server that's holding downloads and sstate-cache. > > > > I have a docker-compose file with nfs server that exposes the > >

[yocto] [WIC] bootimg-partition plugin

2021-09-22 Thread Rudolf J Streif
A not so well-known feature of the WIC bootimg-partition plugin is that it can install files into different partitions. For that the variable IMAGE_BOOT_FILES has to be defined as one of the following: IMAGE_BOOT_FILES_label- = "..." IMAGE_BOOT_FILES_uuid- = "..." The plugin will then use

[yocto] [meta-rockchip][PATCH 1/2] rockchip.wks: use uuid for all partitions

2021-09-22 Thread Markus Volk
My rock pi 4 refused to boot with the latest changes because there are false entries written to fstab. Fix this by using uuid for all partitions --- wic/rockchip.wks | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/wic/rockchip.wks b/wic/rockchip.wks index

[yocto] [meta-rockchip][PATCH 2/2] rockchip-wic.inc: dont let wic edit fstab by default

2021-09-22 Thread Markus Volk
--- conf/machine/include/rockchip-wic.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/machine/include/rockchip-wic.inc b/conf/machine/include/rockchip-wic.inc index 15010a0..30b0d57 100644 --- a/conf/machine/include/rockchip-wic.inc +++ b/conf/machine/include/rockchip-wic.inc @@

[yocto] Permission denied with NFS shared download and sstate-cache

2021-09-22 Thread Bel Hadj Salem Talel
Hi All, I have a server that's holding downloads and sstate-cache. I have a docker-compose file with nfs server that exposes the dowloads/sstate-cache volume. When I mount that in my PC and set the path into DL_DIR and SSTATE_DIR, I get this error : --- ERROR:

Re: [yocto] googletest shared library

2021-09-22 Thread Lijun Chen
Tried adding googletest to TOOLCHAIN_TARGET_TASK. The gtest .h files are still not showing up. Thanks, From: Khem Raj Sent: Wednesday, September 22, 2021 11:28:05 AM To: Lijun Chen; yocto@lists.yoctoproject.org Subject: Re: [yocto] googletest shared library

Re: [yocto] [meta-rockchip][PATCH] use uuid instead of hard-coding root device

2021-09-22 Thread Markus Volk
Hi, with this change my rock-pi-4 doesnt boot up and falls to emergency shell because wic includes wrong devices into fstab. For some reason it assumes /dev/sda1. I was able to fix this for my machine by using uuid for all partitions. diff --git a/wic/rockchip.wks b/wic/rockchip.wks index

[yocto] [PATCH yocto-autobuilder-helper] scripts/collect-results: publish everything in tmp/log/oeqa

2021-09-22 Thread Alexander Kanavin
From: Alexander Kanavin In addition to the testresult json, testimage class now also provides task logs and qemu console output (splitted into folders by image name to avoid clutter), which can be useful for debugging test failures or even checking qemu test runs when failures did not happen.

[linux-yocto]: [kernel/kernel-rt]: nxp-ls1043: arch: arm64: dts: correct the compatible string of ftm alarm node

2021-09-22 Thread Meng Li
From: Limeng Hi Bruce, In latest v5.10 kernel, the compatible string of ftm alarm driver has been changed, so correct the compatible string of ftm alarm node. So, could you please help merge these patches into linux-ycoto kernel, both below 2 branchs? v5.10/standard/nxp-sdk-5.10/nxp-soc

[linux-yocto] [PATCH] arch: arm64: dts: correct the compatible string of ftm alarm node

2021-09-22 Thread Meng Li
From: Meng Li In latest v5.10 kernel, the compatible string of ftm alarm driver has been changed, so correct the compatible string of ftm alarm node. Signed-off-by: Meng Li --- arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[linux-yocto] [yocto-kernel-cache]: nxp- ls1043: enable fmt alarm driver for nxp-ls1043 platform

2021-09-22 Thread Meng Li
From: Limeng Hi Bruce, This patch is used to enable the specific alarm driver for nxp-ls1043 platform. Could you please help to merge this patch into yocto-kernel-cache, branch is only yocto-5.10? diffstat info ad below: nxp-ls1043.cfg |1 + 1 file changed, 1 insertion(+) thanks,

[linux-yocto] [PATCH] nxp- ls1043: enable fmt alarm driver for nxp-ls1043 platform

2021-09-22 Thread Meng Li
From: Meng Li Enable the specific alarm driver for nxp-ls1043 platform. Signed-off-by: Meng Li --- bsp/nxp-ls1043/nxp-ls1043.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/nxp-ls1043/nxp-ls1043.cfg b/bsp/nxp-ls1043/nxp-ls1043.cfg index c39bff88..42ce3890 100644 ---

[linux-yocto][v5.10/standard/preempt-rt/sdkv5.10/axxia][PATCH 1/2] arm: axxia: axxia-gic: pass mpdir to get_logical_index

2021-09-22 Thread quanyang.wang
From: Quanyang Wang The function get_logical_index is used to retrieve cpu index from mpidr, but irq_cpuid[irqid] is not mpidr but logical cpu. So we need to use cpu_logical_map to transform "logical cpu" to mpidr first. Signed-off-by: Quanyang Wang --- arch/arm/mach-axxia/axxia-gic.c | 2 +-

[linux-yocto][v5.10/standard/preempt-rt/sdkv5.10/axxia][PATCH 0/2] axxia: fix some issues

2021-09-22 Thread quanyang.wang
From: Quanyang Wang Hi Bruce, Would you please help merge this patch to the branches of linux-yocto: v5.10/standard/preempt-rt/sdkv5.10/axxia v5.10/standard/sdkv5.10/axxia Thanks, Quanyang Quanyang Wang (2): arm: axxia: axxia-gic: pass mpdir to get_logical_index arm: dts: axxia: change

[linux-yocto][v5.10/standard/preempt-rt/sdkv5.10/axxia][PATCH 2/2] arm: dts: axxia: change reg property of cpus to mpidr

2021-09-22 Thread quanyang.wang
From: Quanyang Wang According to Documentation/devicetree/bindings/arm/cpus.yaml, the reg property should represent for MPIDR[23:0] register bits but not the hwcpu index. Reported-by: Mikael Beckius Signed-off-by: Quanyang Wang --- arch/arm/boot/dts/axm5508-cpus.dtsi | 8