[linux-yocto] [kernel-meta v4.18 5/6] beaglebone: Clean up the cfg file

2018-08-23 Thread Kevin Hao
In general we only need to enable the kernel options we really care and leave all other kernel options as is. That is to say we don't need to disable any kernel options explicitly. So drop all of them. Signed-off-by: Kevin Hao --- bsp/beaglebone/beaglebone.cfg | 24 1

[linux-yocto] [kernel-meta v4.18 3/6] beaglebone: Drop the obsolete kernel options

2018-08-23 Thread Kevin Hao
Signed-off-by: Kevin Hao --- bsp/beaglebone/beaglebone.cfg | 37 - 1 file changed, 37 deletions(-) diff --git a/bsp/beaglebone/beaglebone.cfg b/bsp/beaglebone/beaglebone.cfg index a712321297c2..ab42283c645f 100644 --- a/bsp/beaglebone/beaglebone.cfg +++

[linux-yocto] [kernel-meta v4.18 6/6] common-pc: Drop the x2apic feature

2018-08-23 Thread Kevin Hao
This is a feature for x86-64 platform and can't be enabled on x86-32. Signed-off-by: Kevin Hao --- bsp/common-pc/common-pc.scc | 2 -- 1 file changed, 2 deletions(-) diff --git a/bsp/common-pc/common-pc.scc b/bsp/common-pc/common-pc.scc index 4818fb939e8c..cd947b0faa9d 100644 ---

[linux-yocto] [kernel-meta v4.18 1/6] mpc8315e-rdb: Drop the obsolete kernel options

2018-08-23 Thread Kevin Hao
Signed-off-by: Kevin Hao --- bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb.cfg b/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb.cfg index 324989c1951a..57ebaabb6583 100644 ---

[linux-yocto] [kernel-meta v4.18 2/6] edgerouter: Drop the obsolete kernel options

2018-08-23 Thread Kevin Hao
Signed-off-by: Kevin Hao --- bsp/edgerouter/edgerouter.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/bsp/edgerouter/edgerouter.cfg b/bsp/edgerouter/edgerouter.cfg index 54597416dde8..f100ebde3eca 100644 --- a/bsp/edgerouter/edgerouter.cfg +++ b/bsp/edgerouter/edgerouter.cfg @@ -52,7

[linux-yocto] [kernel-meta v4.18 0/6] Fix the config check warnings and some minor cleanup

2018-08-23 Thread Kevin Hao
This patch series fixes the config check warnings when switching to the v4.18 kernel for the boards in meta-yocto-bsp layer and also do some cleanup for the cfg file. Kevin Hao (6): mpc8315e-rdb: Drop the obsolete kernel options edgerouter: Drop the obsolete kernel options beaglebone: Drop

Re: [linux-yocto] Custom kernel recipe based on linux-yocto fails due to wrong make call

2018-08-23 Thread David Daniel
Am Mittwoch, den 22.08.2018, 20:35 -0400 schrieb Bruce Ashfield: > On Wed, Aug 22, 2018 at 7:31 AM, David Daniel > wrote: > > Hi all > > > > I am trying to get a custom kernel recipe to work and it fails by > > issuing a weird make command - the command contains the arguments > > one > > would

Re: [linux-yocto] [PATCH] dmm.cfg: Change dm-multipath from built-in kernel module to LKM

2018-08-23 Thread Bruce Ashfield
On 08/22/2018 09:50 PM, Changqing Li wrote: It is for: kernel version:    yocto-kernel-cahe: linux-yocto-dev   master linux-yocto-4.12  yocto-4.12 merged. Bruce On 08/23/2018 09:49 AM, changqing...@windriver.com wrote: From: Changqing Li It is better to use LKM for