[linux-yocto] [linux-yocto 4.1] fs/yaffs2: adjust to the change of inode_change_ok()

2017-01-25 Thread Kevin Hao
In commit cb8e1eef351b ("fs: Give dentry to inode_change_ok() instead of inode") the inode_change_ok() has been rename to setattr_prepare(), and one of the argument was also changed from inode to dentry. We adjust the invocation of inode_change_ok() in Yaffs2 according to this change. Signed-off-b

Re: [linux-yocto] [linux-yocto-4.1] [Kernel-cache & bsp patch] Action-s500: Enable WIFI/BT/TPM support

2017-01-25 Thread Bruce Ashfield
On 01/22/2017 04:52 AM, Jiang Lu wrote: Hi Bruce, This series of patches enable support action s500 SOC and rose-apple-pi board. There are 95 patches for kernel to enable BT/WIFI/TPM feature on this board. And there is one patch for kernel-cache to enable corresponding kernel configurations

[linux-yocto] [PATCH] ver_linux: Use /usr/bin/awk instead of /bin/awk

2017-01-25 Thread Saul Wold
Most Linux distributions contain awk in /usr/bin by default, not in /bin. Signed-off-by: Saul Wold --- scripts/ver_linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ver_linux b/scripts/ver_linux index 430b201..b51de8a 100755 --- a/scripts/ver_linux +++ b/scripts/v