Re: [linux-yocto][linux-yocto v5.4/standard/base][PATCH] fixup! yaffs: Fix build failure by handling inode i_version with proper atomic API

2020-03-31 Thread Xu, Yanfei
Hi Bruce, Not a build failure, but a compile warning. when I built v5.4/standard/xilinx-zynq kernel, It occured the blow warning in log.do_compile. /# work-shared/xilinx-zynq/kernel-source/fs/yaffs2/yaffs_vfs.c:1829:6: warning: unused variable 'i_version' //[-Wunused-variable]/ /# 1829 |

Re: [linux-yocto][linux-yocto v5.4/standard/base][PATCH] fixup! yaffs: Fix build failure by handling inode i_version with proper atomic API

2020-03-31 Thread Bruce Ashfield
What configuration is showing this build failure ? All my 5.4 builds come back green, with yaffs2 enabled. Do you have some different options enabled ? I'd like to reproduce it locally. root@qemuarm64:~# uname -a Linux qemuarm64 5.4.28-yocto-standard #1 SMP PREEMPT Mon Mar 30 14:29:06 UTC 2020

[yocto] [meta-zephyr][PATCH 1/5] layer.conf: update LAYERSERIES_COMPAT to dunfell

2020-03-31 Thread Naveen Saini
Signed-off-by: Naveen Saini --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index cb0064f..1d41b3f 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -15,4 +15,4 @@ LAYERVERSION_zephyr = "1" LAYERDEPENDS_zephyr =

[yocto] [meta-zephyr][PATCH 3/5] zephyr-kernel: add Zephyr RTOS version 2.2.0 support

2020-03-31 Thread Naveen Saini
Release notes: https://github.com/zephyrproject-rtos/zephyr/releases/tag/zephyr-v2.2.0 Signed-off-by: Naveen Saini --- classes/zephyr-kernel-src.bbclass | 10 .../0001-cmake-add-yocto-toolchain.patch | 23 --- ...el-src_2.0.bb =>

[yocto] [meta-zephyr][PATCH 4/5] zephyr-kernel-test.inc: remove 'boot_page_table' kernel test

2020-03-31 Thread Naveen Saini
'boot_page_table' moved from kernel tests. Signed-off-by: Naveen Saini --- recipes-kernel/zephyr-kernel/zephyr-kernel-test.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-test.inc b/recipes-kernel/zephyr-kernel/zephyr-kernel-test.inc index

[yocto] [meta-zephyr][PATCH 5/5] newlib: instead of carry locally use from oe-core

2020-03-31 Thread Naveen Saini
Drop local newlib recipe and use it from oe-core TODO: enable arc support Signed-off-by: Naveen Saini --- conf/distro/zephyr.conf | 3 + .../newlib/newlib/assert-fiprintf.patch | 23 - .../newlib/gettimeofday-header-fix.patch | 20 -

Re: [yocto] duplicate files in tmp

2020-03-31 Thread nus1998
Well, Ubuntu doesn't tell any difference between a normal file and a hard link file on gui file explore, verified by "ls -i". thanksB.R.Nus At 2020-03-31 16:58:26, "Ross Burton" wrote: >On Tue, 31 Mar 2020 at 09:57, nus1998 wrote: >> When I bitbaked the system, I found there are a lot of

Re: [yocto] duplicate files in tmp

2020-03-31 Thread Ross Burton
On Tue, 31 Mar 2020 at 09:57, nus1998 wrote: > When I bitbaked the system, I found there are a lot of duplicate files in > /tmp, for example, there is a directory named "recipe-sysroot-native" > in every package, which directory is serveral hundreds of MB in size. I'm > confused that why don't