[yocto] Yocto Project Summit 2019 - CFP Reminder

2019-09-12 Thread Volosincu, Andreea S
The Yocto Project Summit 2019 is quickly approaching and, with that, the CFP closing date. Quick reminder for everyone that plans to submit an abstract: CFP Closes: 11:59 PM PST on Monday, September 16 CFP Notifications: Monday, September 23 Schedule Announcement: Thursday, September 30 Slide

[linux-yocto] v4.18.x - stable updates comprising v4.18.43

2019-09-12 Thread Paul Gortmaker
Bruce, Yocto kernel folks: Here is the next 4.18.x stable update "extension" primarily created for the Yocto project, continuing from the previous v4.18.42 release. There are about 125 commits here, based on the commits that were used in the 4.19.[48/49/50] linux-stable releases. A note to

[yocto] how to generate an SPDX "notice file" from a build?

2019-09-12 Thread Robert P. J. Day
colleague just asked how to generate an SPDX license "notice file" (whatever that is) from a build for a zynq ultrascale+ board, which shouldn't be hard other than that: 1) it's not pure YP, it's petalinux 2) petalinux is being driven by a docker build container so it may be that one or

Re: [yocto] One second timestamp resolution?

2019-09-12 Thread Paul D. DeRocco
> From: Jussi Kukkonen [mailto:j...@goto.fi] > > I think file timestamp resolution on ext4 is one of the things that > depend on inode size (ext4 does not enforce reasonable values because > of compatibility with earlier versions I guess). So maybe check inode > size (should be 256 bytes I

Re: [yocto] Debug-files in SDK

2019-09-12 Thread Ross Burton
On 12/09/2019 11:13, Teemu K wrote: Hi, I'm not entirely sure if this is bug or feature. I've created sdk to my image with populate_sdk - command. I noticed that in the SDK the x86_64 - directory is 384MB and that contains all the toolchains etc., but the target side

[yocto] Debug-files in SDK

2019-09-12 Thread Teemu K
Hi, I'm not entirely sure if this is bug or feature. I've created sdk to my image with populate_sdk - command. I noticed that in the SDK the x86_64 - directory is 384MB and that contains all the toolchains etc., but the target side (cortexa9hf-neon-poky-linux-gnueabi) is 5.7GB. Majority of it is

Re: [yocto] source an environment file in bitbake recipe.

2019-09-12 Thread Bas Mevissen
On 9/11/19 5:09 PM, Pandey, Kamal wrote: Hi, Is there any way by which I can use the source command inside a bitbake recipe for example if I need to source some environment file before compiling. source doesn't seem to work Will the command . work What exactly I need to inherit for

[yocto] [meta-selinux][PATCH] audit: explicitly disable golang bindings

2019-09-12 Thread Yi Zhao
Disable golang bindings to avoid potential host contamination issue. Fixes: https://bugzilla.yoctoproject.org/show_bug.cgi?id=13166 Signed-off-by: Yi Zhao --- recipes-security/audit/audit_2.8.5.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-security/audit/audit_2.8.5.bb

Re: [yocto] One second timestamp resolution?

2019-09-12 Thread Jussi Kukkonen
On Wed, 11 Sep 2019 at 08:53, Paul D. DeRocco wrote: > > 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