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

2021-07-27 Thread Sangeeta Jain
Hi all, Intel and WR YP QA is planning for QA execution for YP build yocto-3.3.2.rc2. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. BSP-hw Runtime auto test for following platforms: 1. MinnowTurbot 32-bit 2. Coffee Lake 3. NUC

[yocto] QA notification for completed autobuilder build (yocto-3.1.10.rc1)

2021-07-27 Thread Richard Purdie
A build flagged for QA (yocto-3.1.10.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-3.1.10.rc1 Build hash information: bitbake: 0e0af15b84e07e6763300dcd092b980086b9b9c4 meta-agl: 68c0029602e539d005c33b6c36baa32e34bf67bf

Re: [yocto] #yocto

2021-07-27 Thread Khem Raj
you need a patch like this https://patches.openembedded.org/patch/169519/ On 7/22/21 11:26 PM, sateesh m wrote: Hi Guys,               I am facing below error while compiling consul package. can anybody know this issue please suggest me. ERROR: consul-git-r0 do_compile: Execution of

Re: [yocto] HOW To resolve : Files/directories were installed but not shipped in any package:

2021-07-27 Thread Randy MacLeod
On 2021-07-27 5:44 a.m., Alexander Raih wrote: After modify recipe with using my repo I have this error after rebuild. How to resolve this ? As the log says, either don't install the file or delete them. There are many commits that you can look at as examples:

[yocto] [meta-security][PATCH 1/2] krill: Add new pkg

2021-07-27 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../krill/files/panic_workaround.patch| 16 + .../recipes-security/krill/krill.inc | 325 ++ .../recipes-security/krill/krill_0.9.1.bb | 39 +++ 3 files changed, 380 insertions(+) create mode 100644

[yocto] [meta-security][PATCH 2/2] clamav: fix branch name and update

2021-07-27 Thread Armin Kuster
They dropped the dev branch for rel. Update to tip. Refresh patches Signed-off-by: Armin Kuster --- recipes-scanners/clamav/clamav_0.104.0.bb | 6 +++--- recipes-scanners/clamav/files/fix_systemd_socket.patch | 4 ++-- recipes-scanners/clamav/files/headers_fixup.patch | 8

Re: [yocto] [ptest-runner 5/5] main: Do not return number of failed tests when calling ptest-runner

2021-07-27 Thread Adrian Freihofer
Hi Lukasz Also our test infrastructure expects an exit value not equal to 0 in case of a failed test. Regards, Adrian On Wed, 2021-07-21 at 11:46 +0200, ?ukasz Majewski wrote: > Up till now ptest-runner2 returns number of failed tests with its > exit status code. Such use case is not

Re: [yocto] #yocto

2021-07-27 Thread sateesh m
Thanks, I'll check them out. On Tue, 27 Jul 2021, 18:17 Nicolas Jeker, wrote: > On Thu, 2021-07-22 at 23:26 -0700, sateesh m wrote: > > Hi Guys, > > > > I am facing below error while compiling consul package. > > can anybody know this issue please suggest me. > > ERROR:

[yocto] QA notification for completed autobuilder build (yocto-3.3.2.rc2)

2021-07-27 Thread Richard Purdie
A build flagged for QA (yocto-3.3.2.rc2) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-3.3.2.rc2 Build hash information: bitbake: 731fb52eb03338c0bdb2a2256c22c64c22bcbace meta-agl: ee397d099bf5db91f14f357f874a0fb074208fbe meta-arm:

Re: [linux-yocto][linux-yocto v5.10/standard/sdkv5.10/xlnx-soc][PATCH 3/4] spi: spi-zynq-qspi: remove dev_dbg from zynq_qspi_exec_mem_op

2021-07-27 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v5.10/standard/sdkv5.10/xlnx-soc][PATCH 3/4] spi: spi-zynq-qspi: remove dev_dbg from zynq_qspi_exec_mem_op on 27/07/2021 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > The dev_dbg in zynq_qspi_exec_mem_op will print too many logs especially

Re: [linux-yocto][linux-yocto v5.10/standard/sdkv5.10/xlnx-soc][PATCH 2/4] net: xilinx: fix compile warning due to typecheck

2021-07-27 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v5.10/standard/sdkv5.10/xlnx-soc][PATCH 2/4] net: xilinx: fix compile warning due to typecheck on 27/07/2021 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > Change the type of flags from "u32" to "unsigned long" to avoid the > compile

Re: [linux-yocto][linux-yocto v5.10/standard/sdkv5.10/xlnx-soc][PATCH 1/4] arm64: zynqmp: fix warning about lack of #interrupt-cells

2021-07-27 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v5.10/standard/sdkv5.10/xlnx-soc][PATCH 1/4] arm64: zynqmp: fix warning about lack of #interrupt-cells on 27/07/2021 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > The interrupt controller nodes need #interrupt-cells property. When >

Re: [yocto] #yocto

2021-07-27 Thread Nicolas Jeker
On Thu, 2021-07-22 at 23:26 -0700, sateesh m wrote: > Hi Guys, > >               I am facing below error while compiling consul package. > can anybody know this issue please suggest me.  > ERROR: consul-git-r0 do_compile: Execution of '/home/sources/fu540- >

[linux-yocto][linux-yocto v5.10/standard/sdkv5.10/xlnx-soc][PATCH 3/4] spi: spi-zynq-qspi: remove dev_dbg from zynq_qspi_exec_mem_op

2021-07-27 Thread quanyang.wang
From: Quanyang Wang The dev_dbg in zynq_qspi_exec_mem_op will print too many logs especially when erasing flashes. Let's remove it. Signed-off-by: Quanyang Wang --- drivers/spi/spi-zynq-qspi.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/spi/spi-zynq-qspi.c

[linux-yocto][linux-yocto v5.10/standard/sdkv5.10/xlnx-soc][PATCH 4/4] spi: spi-zynqmp-gqspi: remove dev_dbg from zynqmp_qspi_exec_op

2021-07-27 Thread quanyang.wang
From: Quanyang Wang The dev_dbg in zynq_qspi_exec_mem_op will print too many logs especially when erasing flashes. Let's remove it. Signed-off-by: Quanyang Wang --- drivers/spi/spi-zynqmp-gqspi.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/spi/spi-zynqmp-gqspi.c

[linux-yocto][linux-yocto v5.10/standard/sdkv5.10/xlnx-soc][PATCH 2/4] net: xilinx: fix compile warning due to typecheck

2021-07-27 Thread quanyang.wang
From: Quanyang Wang Change the type of flags from "u32" to "unsigned long" to avoid the compile warning as below: include/linux/spinlock.h:251:3: note: in expansion of macro ‘typecheck’ 251 | typecheck(unsigned long, flags); \ | ^

[linux-yocto][linux-yocto v5.10/standard/sdkv5.10/xlnx-soc][PATCH 1/4] arm64: zynqmp: fix warning about lack of #interrupt-cells

2021-07-27 Thread quanyang.wang
From: Quanyang Wang The interrupt controller nodes need #interrupt-cells property. When building device-tree files with "DTC_FLAGS='-@'", there is warning as below: arch/arm64/boot/dts/xilinx/zynqmp.dtsi:450.38-460.5: Warning (interrupt_provider): /axi/interrupt-controller@f901: Missing

Re: [yocto] #yocto

2021-07-27 Thread sateesh m
Hi, I have cleared my cache state but also it's not compiling. Can you suggest any other way ? Or any patchwork. Thanks & Regards, Sateesh On Fri, 23 Jul 2021, 15:27 Embedded Devel, wrote: > maybe clear your build tmp cache sstate and rebuild > > > On Friday 23 July 2021 13:26:08 PM

[yocto] HOW To resolve : Files/directories were installed but not shipped in any package:

2021-07-27 Thread Alexander Raih
After modify recipe with using my repo I have this error after rebuild. How to resolve this ? log: ERROR: phosphor-user-manager-1.0+gitAUTOINC+5a6e836a71-r1 do_package: QA Issue: phosphor-user-manager: Files/directories were installed but not shipped in any package: /dbus-1 /usr/share

[yocto] [yocto-autobuilder-helper] [PATCH] config.json: Update to use new overrides syntax

2021-07-27 Thread Richard Purdie
To help with the conversion, switch the core configurations to use the new syntax since this allows testing with the new syntax only. Signed-off-by: Richard Purdie --- config.json | 94 ++--- 1 file changed, 47 insertions(+), 47 deletions(-) diff

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

2021-07-27 Thread leimaohui
merged > -Original Message- > From: Marco > Sent: Tuesday, July 27, 2021 3:34 PM > To: Lei, Maohui ; > yocto@lists.yoctoproject.org > Cc: Marco Cavallini > Subject: Re: [yocto] [meta-spdxscanner][PATCH] fossology-rest.bbclass: Moved > check if spdx already exists out of the task > > Hi

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

2021-07-27 Thread Marco Cavallini
Hi Lei, you are right. Ignore this one and please see my other patch I set a few minutes ago. Thank you -- Marco On 27/07/21 09:27, leimao...@fujitsu.com wrote: Hi, Marco I got what you mean, but I think your patch should be modified as the following, just make do_get_report not check spdx

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

2021-07-27 Thread leimaohui
Hi, Marco I got what you mean, but I think your patch should be modified as the following, just make do_get_report not check spdx file again, is it ? $ git diff classes/fossology-rest.bbclass diff --git a/classes/fossology-rest.bbclass b/classes/fossology-rest.bbclass index 3694440..c29e57f

[yocto] [meta-spdxscanner][PATCH] fossology-rest.bbclass: Skip check if spdx already exists

2021-07-27 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. Removed the check if spdx already exists in python do_get_report() therefore is possible to run : bitbake -c get_report

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

2021-07-27 Thread Marco Cavallini
Hi Lei, my patches are based on branch MASTER therefore they are based on the latest source code. Would you mind to apply this one so will be possible to call "bitbake -c get_report" ? Thank you -- Marco On 27/07/21 03:11, leimao...@fujitsu.com wrote: Hi Marco I'm sorry, but your