[yocto] [meta-qt4][PATCH] Mark as compatible with warrior and zeus

2019-08-30 Thread Adrian Bunk
--- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 8218dcd..c8d31bb 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,4 +8,4 @@ BBFILE_COLLECTIONS += "qt4-layer" BBFILE_PATTERN_qt4-layer = "^${LAYERDIR}/"

[yocto] [PATCH v2] meta-yocto-bsp: Bump to the v5.2 kernel

2019-08-30 Thread bruce . ashfield
From: Kevin Hao Boot test for all the supported boards. Also drop the v5.0 bbappend since we no plan to support it anymore. There are some kernel_configcheck warning when building some boards, the patches [1] for them have been sent to kernel-meta for merging. [1]

[linux-yocto] [PATCH] renesas-rcar: add configure file for renesas BSP in kernel-cache

2019-08-30 Thread Meng.Li
From: Limeng Signed-off-by: Meng Li --- bsp/renesas-rcar/renesas-rcar-h3-standard.scc | 7 + bsp/renesas-rcar/renesas-rcar-m3-standard.scc | 7 + bsp/renesas-rcar/renesas-rcar.cfg | 252 ++ bsp/renesas-rcar/renesas-rcar.scc | 8 + 4 files changed,

[linux-yocto] : [kernel-cache yocto-5.2]: renesas-rcar: add configure file for renesas BSP in kernel-cache

2019-08-30 Thread Meng.Li
From: Limeng Hi Bruce, I am working on BSP renesas-rcar platform, and intend to merge this BSP supporting into yocto community. Below patch includes scc and cfg files for renesas-rcar platform. Could you please merge this patch into yocto-kernel-cache, branch is yocto-5.2? This patch was

[yocto] [meta-dpdk][PATCH V2] dpdk: support usrmerge

2019-08-30 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- recipes-extended/dpdk/dpdk.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/dpdk/dpdk.inc b/recipes-extended/dpdk/dpdk.inc index 9dcec76..9b04881 100644 --- a/recipes-extended/dpdk/dpdk.inc +++

Re: [yocto] [meta-dpdk][PATCH] dpdk: support usrmerge

2019-08-30 Thread Changqing Li
On 8/30/19 2:43 PM, Mittal, Anuj wrote: On Fri, 2019-08-30 at 13:58 +0800, changqing...@windriver.com wrote: -export MODULE_DIR="/lib/modules/${KERNEL_VERSION}/kernel/drivers/net" +export MODULE_DIR="${@bb.utils.contains('DISTRO_FEATURES','usrmerge'

Re: [yocto] [meta-dpdk][PATCH] dpdk: support usrmerge

2019-08-30 Thread Mittal, Anuj
On Fri, 2019-08-30 at 13:58 +0800, changqing...@windriver.com wrote: > -export > MODULE_DIR="/lib/modules/${KERNEL_VERSION}/kernel/drivers/net" > +export MODULE_DIR="${@bb.utils.contains('DISTRO_FEATURES','usrmerge' > ,'/usr','',d)}/lib/modules/${KERNEL_VERSION}/kernel/drivers/net" > export

Re: [yocto] QA Issue: Files/directories were installed but not shipped

2019-08-30 Thread Zoran Stojsavljevic
Maybe this web pointer to similar problem can help you (as a reference examlpe)?! https://yocto.yoctoproject.narkive.com/20hVZuCp/files-directories-were-installed-but-not-shipped Zoran ___ On Fri, Aug 30, 2019 at 7:21 AM SIMON BABY wrote: > > Hello, > > I am getting "ERROR: QA Issue:

Re: [yocto] [meta-cloud-services][PATCH 1/14] glusterfs: support usrmerge [LINUXEXEC-1807]

2019-08-30 Thread Changqing Li
Please ignore this mail On 8/30/19 2:09 PM, changqing...@windriver.com wrote: From: Changqing Li Issue: LINUXEXEC-1807 (LOCAL REV: NOT UPSTREAM) -- send upstream 20190830 Signed-off-by: Changqing Li --- recipes-extended/glusterfs/glusterfs.inc | 8 +--- 1 file changed, 5 insertions

[yocto] [meta-cloud-services][PATCH] glusterfs: support usrmerge

2019-08-30 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- recipes-extended/glusterfs/glusterfs.inc | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/recipes-extended/glusterfs/glusterfs.inc b/recipes-extended/glusterfs/glusterfs.inc index 40a3922..66e2bf1 100644 ---

[yocto] [meta-cloud-services][PATCH 1/14] glusterfs: support usrmerge [LINUXEXEC-1807]

2019-08-30 Thread changqing.li
From: Changqing Li Issue: LINUXEXEC-1807 (LOCAL REV: NOT UPSTREAM) -- send upstream 20190830 Signed-off-by: Changqing Li --- recipes-extended/glusterfs/glusterfs.inc | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/recipes-extended/glusterfs/glusterfs.inc b

[yocto] [meta-dpdk][PATCH] dpdk: support usrmerge

2019-08-30 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- recipes-extended/dpdk/dpdk.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/dpdk/dpdk.inc b/recipes-extended/dpdk/dpdk.inc index 9dcec76..08db741 100644 --- a/recipes-extended/dpdk/dpdk.inc +++