Re: [meta-xilinx] xilinx_uartps infinite wait loop

2019-04-17 Thread Michal Simek
+Shubhrajyoti. On 17. 04. 19 15:20, Jean-Francois Dagenais wrote: > Hi all, > > In the last year, in xilinx_uartps.c, this loop appeared at the top of > cdns_uart_set_termios > > /* Wait for the transmit FIFO to empty before making changes */ > if (!(readl(port->membase +

[meta-xilinx] xilinx_uartps infinite wait loop

2019-04-17 Thread Jean-Francois Dagenais
Hi all, In the last year, in xilinx_uartps.c, this loop appeared at the top of cdns_uart_set_termios /* Wait for the transmit FIFO to empty before making changes */ if (!(readl(port->membase + CDNS_UART_CR) & CDNS_UART_CR_TX_DIS)) {

Re: [meta-xilinx] [meta-xilinx-bsp][PATCH 3/4] libmali-xlnx: clean and fix FILESEXTRAPATHS

2019-04-17 Thread Luca Ceresoli
Hi, On 17/04/19 09:14, Luca Ceresoli wrote: > Hi Jean-Francois, > > On 10/04/19 17:02, Jean-Francois Dagenais wrote: >> Normally, when the colon ':' separator is on the right, the assignment >> is meant to be prepended to the variable. Using the "_append" override >> with both colon and spaces

Re: [meta-xilinx] meta-xilinx-tools shell function parsed as python function

2019-04-17 Thread Manjukumar Harthikote Matha
Hi Michael, You are on master and meta-xilinx-tools 2018.3 release. They don’t work together. You can apply this RFC patch on meta-xilinx-tools to get going: https://lists.yoctoproject.org/pipermail/meta-xilinx/2019-February/004250.html Thanks, Manju From: meta-xilinx-boun...@yoctoproject.org

Re: [meta-xilinx] [meta-xilinx-bsp][PATCH 3/4] libmali-xlnx: clean and fix FILESEXTRAPATHS

2019-04-17 Thread Luca Ceresoli
Hi Jean-Francois, On 10/04/19 17:02, Jean-Francois Dagenais wrote: > Normally, when the colon ':' separator is on the right, the assignment > is meant to be prepended to the variable. Using the "_append" override > with both colon and spaces is an incoherent use of the FILESEXTRAPATH > variable:

Re: [meta-xilinx] meta-xilinx-tools shell function parsed as python function

2019-04-17 Thread Luca Ceresoli
Hi Michael, On 16/04/19 21:57, Monaghan, Michael L. (GSFC-5870) wrote: > Hello all, > >   > > Thank you in advance for your time. I’m new to the Yocto Project and > OpenEmbedded. > >   > > I am trying to add the meta-xilinx-tools layer to a working Yocto/OE > build for the zcu102 board, but