Re: [yocto] poky thud: qtscript fails to build with undefined reference to `cti_vm_throw'

2019-11-04 Thread JK . Behnke
Hello Khem, >Gesendet: Freitag, 01. November 2019 um 18:23 Uhr >Von: "Khem Raj" >An: jk.beh...@web.de >Cc: "Yocto Project" >Betreff: Re: [yocto] poky thud: qtscript fails to build with undefined reference to `cti_vm_throw' >On Fri, Nov 1, 2019 at 2:12 AM wrote: >> >> Hello, >> >> I tried to

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

2019-11-04 Thread Stephen K 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] [meta-raspberrypi] poky linux build fails if ARM erratum mfix linker switch is specified

2019-11-04 Thread Steve Pavao
> On Nov 4, 2019, at 11:32 AM, Steve Pavao wrote: > >> >> On Nov 4, 2019, at 11:16 AM, Steve Pavao > > wrote: >> >>> >>> On Nov 4, 2019, at 11:11 AM, Adrian Bunk >> > wrote: >>> >>> On Mon, Nov 04, 2019 at 10:48:57AM -0500, Steve Pavao

[yocto] help with meta-java

2019-11-04 Thread Shockley, Timothy
Helllo, I am looking for some help with meta-java, specifically upgrading to zeus branch and also upgrading openjdk to a more recent release in order to address CVEs. Wondering if there is anyone else working / needing this? Thanks, Tim Shockley --

Re: [yocto] [meta-raspberrypi] poky linux build fails if ARM erratum mfix linker switch is specified

2019-11-04 Thread Steve Pavao
> On Nov 4, 2019, at 11:16 AM, Steve Pavao wrote: > >> >> On Nov 4, 2019, at 11:11 AM, Adrian Bunk > > wrote: >> >> On Mon, Nov 04, 2019 at 10:48:57AM -0500, Steve Pavao wrote: >>> On Nov 3, 2019, at 1:25 PM, Adrian Bunk >>> > wrote:

Re: [yocto] [meta-raspberrypi] poky linux build fails if ARM erratum mfix linker switch is specified

2019-11-04 Thread Steve Pavao
> On Nov 4, 2019, at 11:11 AM, Adrian Bunk wrote: > > On Mon, Nov 04, 2019 at 10:48:57AM -0500, Steve Pavao wrote: >> >>> On Nov 3, 2019, at 1:25 PM, Adrian Bunk wrote: >>> >>> On Sun, Nov 03, 2019 at 05:56:45PM +, Andrei Gherzan wrote: On 3 November 2019 13:18:53 GMT, Khem Raj

Re: [yocto] [meta-raspberrypi] poky linux build fails if ARM erratum mfix linker switch is specified

2019-11-04 Thread Adrian Bunk
On Mon, Nov 04, 2019 at 10:48:57AM -0500, Steve Pavao wrote: > > > On Nov 3, 2019, at 1:25 PM, Adrian Bunk wrote: > > > > On Sun, Nov 03, 2019 at 05:56:45PM +, Andrei Gherzan wrote: > >> On 3 November 2019 13:18:53 GMT, Khem Raj wrote: > >>> On Sun, Nov 3, 2019 at 2:46 AM Andrei Gherzan >

Re: [yocto] [meta-raspberrypi] poky linux build fails if ARM erratum mfix linker switch is specified

2019-11-04 Thread Steve Pavao
> On Nov 3, 2019, at 1:25 PM, Adrian Bunk wrote: > > On Sun, Nov 03, 2019 at 05:56:45PM +, Andrei Gherzan wrote: >> On 3 November 2019 13:18:53 GMT, Khem Raj wrote: >>> On Sun, Nov 3, 2019 at 2:46 AM Andrei Gherzan >>> wrote: I was thinking about this. The erratum seems to show that

[linux-yocto] [PATCH] drivers: soc: xilinx: fix compile warning by defining payload array length to 32

2019-11-04 Thread quanyang.wang
From: Quanyang Wang In zynqmp-ipi-mailbox.c and zynqmp_r5_remoteproc.c, the variables of zynqmp_ipi_message structures are all using 32 as the maximum size of data length. So move IPI_BUF_LEN_MAX to zynqmp-ipi-message.h to share with zynqmp_power.c. Signed-off-by: Quanyang Wang ---

[linux-yocto] [V2][[kernel v5.2/standard/xlnx-soc]][PATCH 0/3] xililnx-zynqmp: fix compile warning in zynqmp platform

2019-11-04 Thread quanyang.wang
From: Quanyang Wang Hi Bruce & Michal, In V1 patch, I define the maximum length of data buffer to 12. But when I try to search if there is existing macro defined for the maxium length, I find that the maximum length should be 32. In drivers/remoteproc/zynqmp_r5_remoteproc.c, it use

Re: [linux-yocto] [[kernel v5.2/standard/xlnx-soc]][PATCH 0/3] xililnx-zynqmp: fix compile warning in zynqmp platform

2019-11-04 Thread Bruce Ashfield
In message: [linux-yocto][[kernel v5.2/standard/xlnx-soc]][PATCH 0/3] xililnx-zynqmp: fix compile warning in zynqmp platform on 29/10/2019 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > > Hi Bruce, Michal, > > There are 3 patches to fix compile warnings in xilinx-zynqmp

Re: [linux-yocto] [kernel v5.2/standard/xlnx-soc][PATCH 0/1][V2]patches for xilinx

2019-11-04 Thread Bruce Ashfield
On Mon, Nov 4, 2019 at 1:21 AM Quanyang Wang wrote: > > Hi Bruce, > > On 10/25/19 1:20 AM, Bruce Ashfield wrote: > > On Thu, Oct 24, 2019 at 6:26 AM wrote: > >> From: Quanyang Wang > >> > >> Hi all, > >> > >> V1 ---> V2: > >> > >> 1. delete the patch "arch: arm64: dts: add overlay dts file"

Re: [linux-yocto] [PATCH 2/3] drivers: soc: xilinx: fix compile warning by defining payload array length to 12

2019-11-04 Thread Quanyang Wang
Hi Michal, On 11/4/19 7:51 PM, Michal Simek wrote: On 29. 10. 19 8:56, quanyang.w...@windriver.com wrote: From: Quanyang Wang In include/linux/mailbox/zynqmp-ipi-message.h, it says that the maximum length of data buffer is fixed to 12 bytes. So define payload array length to 12 to fix