[yocto] One second timestamp resolution?

2019-09-10 Thread Paul D. DeRocco
I just noticed that I'm getting one-second resolution on all my timestamps. This is for both ext4 and vfat partitions, and shows up in ls --full-time and the stat command. What could account for this? My uname -a output is "Linux CHROMA1 4.10.17-yocto-preempt-rt #1 SMP PREEMPT Wed Oct 11 12:33:54

Re: [yocto] [meta-selinux][PATCH] conf/layer.conf: use BBFILES_DYNAMIC for dynamic layers

2019-09-10 Thread Yi Zhao
On 9/10/19 1:11 AM, Joe MacDonald wrote: Hi Yi, [[meta-selinux][PATCH] conf/layer.conf: use BBFILES_DYNAMIC for dynamic layers] On 19.09.09 (Mon 14:01) Yi Zhao wrote: From: Robert Yang The previous code add all BBFILE_COLLECTIONS/recipes*/*/*.bbappend to BBFILES, which causes the parsing

[yocto] Yocto Project Status WW37'19

2019-09-10 Thread sjolley.yp.pm
Current Dev Position: YP 2.8 M4 Feature Freeze Next Deadline: YP 3.0 Final Release 25th Oct SWAT Team Rotation: * SWAT lead is currently: Paul * SWAT team rotation: Paul -> Ross on Sept. 13, 2019 * SWAT team rotation: Ross -> Amanda on Sept. 20, 2019 *

Re: [yocto] incohenrence between defconf, .config and /proc/config.gz

2019-09-10 Thread Khem Raj
On Tue, Sep 10, 2019 at 2:45 AM María del Mar Velasco AERTEC Solutions – Aerospace & Aviation wrote: > Hello all, > > > > I have found that if I write the image using the created *.wic file, > kernel config is correctly updated (/proc/config.gz and .config are > coherent). However if I use the

Re: [yocto] package_qa fails on copy openssl

2019-09-10 Thread Martin Jansa
On Tue, Sep 10, 2019 at 08:49:35AM -0400, William Durocher wrote: > Currently updating a sumo build to warrior. One of our recipe called config > server uses nodejs which was updated from 8.9 in sumo to 10.5 in warrior. > As an interim solution we decided to keep the version of nodejs to 8.90. >

[yocto] package_qa fails on copy openssl

2019-09-10 Thread William Durocher
Currently updating a sumo build to warrior. One of our recipe called config server uses nodejs which was updated from 8.9 in sumo to 10.5 in warrior. As an interim solution we decided to keep the version of nodejs to 8.90. However I am getting the following exception in the package_qa step:

Re: [yocto] incohenrence between defconf, .config and /proc/config.gz

2019-09-10 Thread María del Mar Velasco AERTEC Solutions – Aerospace & Aviation
Hello all, I have found that if I write the image using the created *.wic file, kernel config is correctly updated (/proc/config.gz and .config are coherent). However if I use the created *.ext4 file to write a rootfs partition of target, previous kernel config still remains (kernel config

Re: [yocto] Pointless unlink-link in strip_execs?

2019-09-10 Thread Richard Purdie
On Fri, 2019-09-06 at 11:52 -0700, Kaz Kylheku wrote: > Hi, > > I'm looking at meta/lib/oe/package.py, function strip_execs, under > Yocto > 2.5. > > It has this tidbit: > > if s.st_ino in inodes: > os.unlink(file) # <--- > of