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

2019-11-05 Thread Bruce Ashfield
On Mon, Nov 4, 2019 at 10:01 AM wrote: > > 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

Re: [linux-yocto] [PATCH 0/1] xilinx-zynqmp: remove CONFIG_VIRTIO=y from xilinx-zynqmp.cfg

2019-11-05 Thread Bruce Ashfield
On Tue, Nov 5, 2019 at 10:45 AM qwang2 wrote: > > Hi Bruce, > > On 2019/11/5 下午5:07, quanyang.w...@windriver.com wrote: > > From: Quanyang Wang > > > > Hi Bruce & Michal, > > > > This patch delete kernel option CONFIG_VIRTIO. This is because that > > CONFIG_VIRTIO > > can be set to "Y" or "m".

Re: [linux-yocto] : [kernel-cache yocto-5.2/master]: renesas-rcar: remove CONFIG_DRM_PANEL_LVDS kernel configure

2019-11-05 Thread Bruce Ashfield
In message: [linux-yocto]: [kernel-cache yocto-5.2/master]: renesas-rcar: remove CONFIG_DRM_PANEL_LVDS kernel configure on 05/11/2019 meng...@windriver.com wrote: > From: Limeng > > Hi Bruce, > > I want to update renesas-rcar bsp kernel configure. > > Could you please merge this patch into

Re: [linux-yocto] [PATCH 0/1] xilinx-zynqmp: remove CONFIG_VIRTIO=y from xilinx-zynqmp.cfg

2019-11-05 Thread qwang2
Hi Bruce, On 2019/11/5 下午5:07, quanyang.w...@windriver.com wrote: From: Quanyang Wang Hi Bruce & Michal, This patch delete kernel option CONFIG_VIRTIO. This is because that CONFIG_VIRTIO can be set to "Y" or "m". If set it to be "Y" explicitly, there will be build warning: WARNING:

[linux-yocto] : [kernel-cache yocto-5.2/master]: renesas-rcar: remove CONFIG_DRM_PANEL_LVDS kernel configure

2019-11-05 Thread Meng.Li
From: Limeng Hi Bruce, I want to update renesas-rcar bsp kernel configure. Could you please merge this patch into yocto-kernel-cache, branches are yocto-5.2 and master? 0001-renesas-rcar-remove-CONFIG_DRM_PANEL_LVDS-kernel-con.patch renesas-rcar.cfg |1 - 1 file changed, 1 deletion(-)

[linux-yocto] [PATCH] renesas-rcar: remove CONFIG_DRM_PANEL_LVDS kernel configure

2019-11-05 Thread Meng.Li
From: Limeng There is no LVDS panel supported on renesas-rcar platform, So, delete CONFIG_DRM_PANEL_LVDS from kernel configure file. Signed-off-by: Meng Li --- bsp/renesas-rcar/renesas-rcar.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/bsp/renesas-rcar/renesas-rcar.cfg

[linux-yocto] [PATCH 1/1] xilinx-zynqmp: remove CONFIG_VIRTIO=y from xilinx-zynqmp.cfg

2019-11-05 Thread quanyang.wang
From: Quanyang Wang Don't need to set CONFIG_VIRTIO to be "y" explicitly, or else when bitbake core-image-base there will be building warning as below: WARNING: linux-yocto-5.2.x+gitAUTOINC+343a633207_b039f25b0a-r0 do_kernel_configcheck: [kernel config]: specified values did not make it into

[linux-yocto] [PATCH 0/1] xilinx-zynqmp: remove CONFIG_VIRTIO=y from xilinx-zynqmp.cfg

2019-11-05 Thread quanyang.wang
From: Quanyang Wang Hi Bruce & Michal, This patch delete kernel option CONFIG_VIRTIO. This is because that CONFIG_VIRTIO can be set to "Y" or "m". If set it to be "Y" explicitly, there will be build warning: WARNING: linux-yocto-5.2.x+gitAUTOINC+343a633207_b039f25b0a-r0