Re: [yocto] ptest-runner yocto build sytem issue

2019-09-09 Thread sateesh m
Sure, sir. If you don't mine can you please share where this log file will present. I am seeing /tmp-glibc/work/riscv-oe-linux/ptest-runner/2.3.4.../temp/ I am seeing here but log.do_rootfs file is not Present here. Can you please tell me where I can found this file. Thanks & Regards, Sateesh On

Re: [yocto] Build break in the latest openbmc tree.

2019-09-09 Thread Jae Hyun Yoo
On 8/27/2019 5:00 PM, Brad Bishop wrote: On Sun, 2019-08-25 at 10:49 -0700, akuster808 wrote: the meta-security layer should be fix now. please update and let me know if not. Thanks Armin! Jae, I've pulled this into OpenBMC. Can you give it a try? Thanks Armin, Brad! I tried it using th

[yocto] [poky] Want to create a x11 image of less than 100 MB with bitbake

2019-09-09 Thread Kamal Jagesia
Hi All > I need your help to create a small Embedded Linux Image less than 100 > MB with x11 libraries. > I have been trying to do this with core-image-x11 but I need to > eliminate packages like bluez5 (Bluetooth) from poky bitbake build. > Kindly let me know how to do this . Regards Kamal -- __

[yocto] Pointless unlink-link in strip_execs?

2019-09-09 Thread Kaz Kylheku
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 interest os.link(inodes[s.st_ino], file) #

Re: [yocto] [poky] Want to create a x11 image of less than 100 MB with bitbake

2019-09-09 Thread Ross Burton
On 04/09/2019 09:33, Kamal Jagesia wrote: > I need your help to create a small Embedded Linux Image less than 100 > MB with x11 libraries. > I have been trying to do this with core-image-x11 but I need to > eliminate packages like bluez5 (Bluetooth) from poky bitbake build. > Kindly let me k

Re: [yocto] Kenel 5.1.0 SRCREV

2019-09-09 Thread Bas Mevissen
On 9/7/19 2:06 PM, JH wrote: Hi, Anyone know what is the kernel 5.1.0 SRCREV? Thank you e93c9c99a629c61837d5a7fc2120cd2b6c70dbdd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

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

2019-09-09 Thread Joe MacDonald
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 very slow when there are many layers,

[yocto] [yocto-autobuilder-helper][PATCH] config.json: for API documentation builds bitbake world instead of core-image-sato

2019-09-09 Thread Ross Burton
Signed-off-by: Ross Burton --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index a92adba..7723285 100644 --- a/config.json +++ b/config.json @@ -741,7 +741,7 @@ ] }, "step3" : { -

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2019-09-09 Thread sjolley.yp.pm
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading: https://wiki.yoctoproject.org/wiki/Bug_Triage#N

[yocto] September Edition - Live Coding with Yocto Project

2019-09-09 Thread Volosincu, Andreea S
This month's live coding session is almost here. When: Sep 10, 5:00 PM Europe/Berlin Where: Yocto Project Twitch channel - https://www.twitch.tv/yocto_project What: Josef will talk about kernel handling and development See you there! Yocto Project Advocacy Team -- ___

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

2019-09-09 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 >