Re: [yocto] [meta-cgl][PATCH] kernel: Remove non-existing kernel option

2019-10-24 Thread He Zhe
typo in commit log, v2 will be sent. Zhe On 10/24/19 4:48 PM, zhe...@windriver.com wrote: > From: He Zhe > > CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION has been removed from mainline kernel > by commit 4c145dce2601 ("xfrm: make xfrm modes builtin"). > > Signed-off-b

Re: [yocto] [meta-selinux][PATCH] kernel: Remove non-existing kernel option

2019-10-24 Thread He Zhe
typo in commit log, v2 will be sent. Zhe On 10/24/19 4:42 PM, zhe...@windriver.com wrote: > From: He Zhe > > CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION has been remove from mainline kernel > by the commit 4c145dce2601 ("xfrm: make xfrm modes builtin"). > > Signed-off-

Re: [yocto] [meta-dpdk][PATCH] dpdk: igb_uio: fix build on Linux 5.3 for fall through

2019-08-05 Thread He Zhe
Please ignore. Zhe On 8/5/19 3:51 PM, zhe...@windriver.com wrote: > From: He Zhe > > Since kernel v5.3 "-Wimplicit-fallthrough=3" gcc flag is enabled by default by > a035d552a93b ("Makefile: Globally enable fall-through warning") and would > cause > t

Re: [yocto] [meta-dpdk][PATCH] dpdk: Fix exmples and test _FORTIFY_SOURCE build failure

2019-07-18 Thread He Zhe
Kindly ping. Zhe On 7/10/19 4:45 PM, zhe...@windriver.com wrote: > From: He Zhe > > When building examples and tests with GCC9, the following errors come up, > > error: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) > [-Werror=cpp] > 382 | # wa

Re: [yocto] [meta-dpdk][PATCH] dpdk: Remove 18.05

2019-06-30 Thread He Zhe
On 7/1/19 6:46 AM, Anuj Mittal wrote: > On 25-Jun-19 05:43 PM, zhe...@windriver.com wrote: >> From: He Zhe >> >> We have already had 18.11 and 18.05 is not a stable version. >> >> Signed-off-by: He Zhe >> --- >>   recipes-extended/dpdk/dpdk_18.05.bb

Re: [yocto] [meta-dpdk][PATCH] dpdk: Fix do_compile failure for qemux86 and qemux86-64

2019-06-11 Thread He Zhe
On 6/11/19 2:31 PM, Mittal, Anuj wrote: > On Tue, 2019-06-11 at 11:06 +0800, zhe...@windriver.com wrote: >> From: He Zhe >> >> DPDK_TARGET_MACHINE in bbappend in other layers forms the dpdk- >> internal variable >> MACHINE_CFLAGS which is passed to dpdk compi

[yocto] [PATCH] meta-yocto-bsp: Let yocto BSPs be able to build with linux-yocto-dev

2018-06-15 Thread He Zhe
Signed-off-by: He Zhe --- .../recipes-kernel/linux/linux-yocto-dev.bbappend | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-yocto-bsp/recipes-kernel/linux/linux-yocto-dev.bbappend diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto-dev.bbappend

[yocto] [PATCH] meta-yocto-bsp: mpc8315e-rdb: Change kernel provider assignment to a weaker one

2018-06-15 Thread He Zhe
Currently mpc8315e-rdb.conf comes after local.conf during parsing. We should give local.conf a chance to overwrite the kernel provider assignment, like other BSPs. Signed-off-by: He Zhe --- meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [yocto] [meta-cgl][PATCH] kernel: Fix config warning for CONFIG_I2C_ALGOBIT

2017-10-09 Thread He Zhe
Ping. Zhe On 2017年09月29日 14:10, zhe...@windriver.com wrote: > From: He Zhe > > CONFIG_DRM in yocto-kernel-cache selects CONFIG_I2C_ALGOBIT as "y". > Change CONFIG_I2C_ALGOBIT 00026-lm-sensors.cfg from "m" to "y" to > avoid following confi