Re: [yocto] consul

2021-07-22 Thread Yocto
SRC_URI = "git://${GO_IMPORT}.git;branch=main \ On Friday 23 July 2021 12:37:47 PM (+07:00), sateesh m wrote: Hi Guys, I am trying to integrate consul package to my image.facing issue while fetching the sources. WARNING: consul-git-r0 do_fetch: Failed to fetch URL

Re: [yocto] consul

2021-07-22 Thread Yocto
add branch=main to the giturl github chaged a huge swatch from master to main On Friday 23 July 2021 12:37:47 PM (+07:00), sateesh m wrote: Hi Guys, I am trying to integrate consul package to my image.facing issue while fetching the sources. WARNING: consul-git-r0

[yocto] consul

2021-07-22 Thread sateesh m
Hi Guys, I am trying to integrate consul package to my image.facing issue while fetching the sources. WARNING: consul-git-r0 do_fetch: Failed to fetch URL git://github.com/hashicorp/consul.git, attempting MIRRORS if available ERROR: consul-git-r0 do_fetch: Fetcher failure: Unable to find

[linux-yocto][linux-yocto v5.10/standard/ti-sdk-5.4/ti-j72xx][PATCH] crypto: sa2ul: discard duplicate dma initialization codes due to wrong merging

2021-07-22 Thread Xulin Sun
Discard the duplicate dma initialization codes during probe, this will cause the system hung. These duplicate codes are introduced by the wrong code merging to updating the kernel version. Signed-off-by: Xulin Sun --- drivers/crypto/sa2ul.c | 8 +--- 1 file changed, 1 insertion(+), 7

[linux-yocto] [PATCH] [v5.10/standard/x86] Add TCC, TGPIO and TSN support for EHL CRB on non-RT kernel

2021-07-22 Thread Yongxin Liu
Hi Bruce, Could you help to merge the following patches to linux-yocto, branch "v5.10/standard/x86"? They are already merged to branch "v5.10/standard/preempt-rt/x86". But we decide to add them to non-RT kernel also. Sorry for adding extra work to you. The following changes since commit

Re: [yocto] [PATCH yocto-autobuilder-helper] Enable canary builds for meta-aws[aws-iot-device-sdk-cpp-v2] on x86-64 and arm64.

2021-07-22 Thread Richard Purdie
On Thu, 2021-07-22 at 16:05 -0400, elberger via lists.yoctoproject.org wrote: > Hello, > > What can I do to move this patch along - or did I miss anything?  > Apologies for my ignorance, it's my first time submitting a patch to YP. I can't see the patch in the mailing list archives:

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

2021-07-22 Thread Alexander Kanavin
PIE is nowadays more or less the only available option and is expected for improved security; Yocto does not even test non-PIE builds or provide an off the shelf way to turn it off. I also have to note that prelink does show higher RAM consumption in your tests as well (MemFree column). On the

[yocto] [yocto-autobuilder-helper][hardknott][PATCH] config.json: track system load with PARALLEL_MAKE

2021-07-22 Thread Trevor Gamblin
Backport for hardknott since we have been running for ~1 week with this patch in master and the same load limiting may help reduce build failures for hardknott itself as well as when its builds are running alongside other branches. This adds the "-l" option to PARALLEL_MAKE in config.json with an

[yocto] [yocto-autobuilder-helper][gatesgarth][PATCH] config.json: track system load with PARALLEL_MAKE

2021-07-22 Thread Trevor Gamblin
Backport for gatesgarth since we have been running for ~1 week with this patch in master and the same load limiting may help reduce build failures for gatesgarth itself as well as when its builds are running alongside other branches. This adds the "-l" option to PARALLEL_MAKE in config.json with

[yocto] [yocto-autobuilder-helper][dunfell][PATCH] config.json: track system load with PARALLEL_MAKE

2021-07-22 Thread Trevor Gamblin
Backport for dunfell since we have been running for ~1 week with this patch in master and the same load limiting may help reduce build failures for dunfell itself as well as when its builds are running alongside other branches. This adds the "-l" option to PARALLEL_MAKE in config.json with an

[yocto] [meta-spdxscanner][PATCH] MAINTAINERS & README.md: Updated the email address where send patches

2021-07-22 Thread Marco Cavallini
From: Marco Cavallini Was yo...@yoctoproject.org and now is yocto@lists.yoctoproject.org Signed-off-by: Marco Cavallini --- MAINTAINERS | 2 +- README.md | 4 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 23761bf..ec34c24 100644 ---

[yocto] [meta-spdxscanner][PATCH] fossology-rest.bbclass: Moved check if spdx already exists out of the task

2021-07-22 Thread Marco Cavallini
From: Marco Cavallini With the previous code was impossible to run the do_get_report task whenever a correspondent .spdx file was already present in tmp/deploy/spdx. Now the check if spdx already exists is at a higher level therefore is possible to run : bitbake -c get_report

Re: [yocto] [ptest-runner 0/5] ptest: Various memory fixes and enhancements

2021-07-22 Thread ?ukasz Majewski
Hi Randy, > On 2021-07-21 5:46 a.m., ?ukasz Majewski wrote: > > This patch series provides some memory management fixes and > > corrected return code handling for ptest-runner2. > > > > Adrian Freihofer (4): > >git: Extend the gitignore > >mem: Fix memleak for ptest_opts > >mem:

[linux-yocto][yocto-kernel-cache yocto-5.10][PATCH 2/2] nxp-ls1028: add the dependence of CONFIG_DRM_IMX_CDNS_MHDP

2021-07-22 Thread Zhang, Siyu
Add the dependence of CONFIG_DRM_IMX_CDNS_MHDP and CONFIG_GENERIC_IRQ_CHIP to support deep sleep and FTM. Signed-off-by: Zhang, Siyu --- bsp/nxp-ls1028/nxp-ls1028.cfg | 5 + 1 file changed, 5 insertions(+) diff --git a/bsp/nxp-ls1028/nxp-ls1028.cfg b/bsp/nxp-ls1028/nxp-ls1028.cfg index

[linux-yocto][yocto-kernel-cache yocto-5.10][PATCH 1/2] nxp-ls1028: add configure files for nxp-ls1028 BSP in kernel-cache

2021-07-22 Thread Zhang, Siyu
From: Siyu Zhang Add configure files for nxp-ls1028 BSP in kernel-cache. Signed-off-by: Siyu Zhang --- bsp/nxp-ls1028/nxp-ls1028-standard.scc | 9 + bsp/nxp-ls1028/nxp-ls1028.cfg | 253 + bsp/nxp-ls1028/nxp-ls1028.scc | 8 + 3 files changed, 270

[linux-yocto][yocto-kernel-cache yocto-5.10][PATCH 0/2]: nxp-ls1028: add configure files for nxp-ls1028 BSP in kernel-cache

2021-07-22 Thread Zhang, Siyu
Add configure files for nxp-ls1028 BSP in kernel-cache. Siyu Zhang (2): nxp-ls1028: add configure files for nxp-ls1028 BSP in kernel-cache nxp-ls1028: add the dependence of CONFIG_DRM_IMX_CDNS_MHDP and CONFIG_GENERIC_IRQ_CHIP bsp/nxp-ls1028/nxp-ls1028-standard.scc | 9 +

[linux-yocto][linux-yocto v5.10/standard/ti-sdk-5.4/ti-j72xx][PATCH] arm64: dts: ti: k3-j721e-main: replace dummy_cmn_refclk with cmn_refclk

2021-07-22 Thread Xulin Sun
commit 1479998d80279b(arm64: dts: ti: k3-j721e-main: Fix external refclk input to SERDES) has replaced the dummy_cmn_refclk with cmn_refclk, here adding the missed items and to avoid below building error: arch/arm64/boot/dts/ti/k3-j721e-main.dtsi:949.31-955.5: ERROR (phandle_references):