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

2018-08-22 Thread Changqing Li
It is for: kernel version:    yocto-kernel-cahe: linux-yocto-dev   master linux-yocto-4.12  yocto-4.12 On 08/23/2018 09:49 AM, changqing...@windriver.com wrote: From: Changqing Li It is better to use LKM for dm-multipath. 1. For multipathd service, it will modprobe dm-multipath

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

2018-08-22 Thread changqing.li
From: Changqing Li It is better to use LKM for dm-multipath. 1. For multipathd service, it will modprobe dm-multipath before start the daemon. 2. In package multipath, there is a script mpathconf which can config or check configuration of mutltipath, which will use lsmod to check if

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

2018-08-22 Thread 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 pass to gcc when cross-compiling. Bitbake spits a NOTE about the > error that looks

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

2018-08-22 Thread David Daniel
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 pass to gcc when cross-compiling. Bitbake spits a NOTE about the error that looks like the following: -- ERROR: