[linux-yocto] kernel & filesystem dependency

2017-02-22 Thread Ran Shalit
Hello, Is it possible to upgrade kernel in local.conf with older yocto branches (daisy for example) ? Is there is something in filesystem that depends on kernel version (except kernel modules) ? Thanks, Ran -- ___ linux-yocto mailing list

[linux-yocto] How can we reduce boot time ?

2017-02-22 Thread Ran Shalit
Hello, Are there some steps we can do in Yocto in order to reduce boot time ? Regards, Ran -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto

Re: [linux-yocto] [kernel-cache][PATCH 0/3] yocto-kernel-cache: update kernel config for leafhill

2017-02-22 Thread Bruce Ashfield
On 2017-02-22 3:14 AM, chong.yi.c...@intel.com wrote: From: "Chai, Chong Yi" These patches are targeted for yocto-kernel-cache yocto-4.1 branch. The changes on configs enable debugging and calibration with ISH client, fixing warning appear on terminal for USB and also

[linux-yocto] [kernel-cache][PATCH 0/3] yocto-kernel-cache: update kernel config for leafhill

2017-02-22 Thread chong . yi . chai
From: "Chai, Chong Yi" These patches are targeted for yocto-kernel-cache yocto-4.1 branch. The changes on configs enable debugging and calibration with ISH client, fixing warning appear on terminal for USB and also fixing warning where one of the kernel config is

[linux-yocto] [kernel-cache][PATCH 3/3] bsp/leafhill: fix warning on kernel config

2017-02-22 Thread chong . yi . chai
From: "Chai, Chong Yi" The changes fix the following warning. Value requested for CONFIG_MEDIA_SUBDRV_AUTOSELECT not in final ".config" Requested value: "CONFIG_MEDIA_SUBDRV_AUTOSELECT=n" Actual value set: "# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set" Signed-off-by:

[linux-yocto] [kernel-cache][PATCH 1/3] bsp/leafhill: enable ISH client for debugging and calibration

2017-02-22 Thread chong . yi . chai
From: "Chai, Chong Yi" This config enable ISH clients userspace tools for debugging and calibration of sensor. Signed-off-by: Chai, Chong Yi --- bsp/leafhill/leafhill.cfg | 1 + 1 file changed, 1 insertion(+) diff --git