[yocto] QA Cycle report for build (yocto-3.1_M2.rc1)

2020-01-30 Thread Sangeeta Jain
Hello All, This is the full report for yocto-3.1_M2.rc1: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. No new defects are found in this cycle. starce ptest failed (BUG id:13765).

Re: [yocto] [meta-selinux][PATCH 1/2] python: move appends to a dynamic-layer

2020-01-30 Thread Joe MacDonald
Thanks for these, Jeremy, I'd just been prepping the same patches today, but since yours are on-list, I'm merging them. -J. [[yocto] [meta-selinux][PATCH 1/2] python: move appends to a dynamic-layer] On 20.01.30 (Thu 15:28) Jeremy Puhlman wrote: > Signed-off-by: Jeremy Puhlman > --- >

[yocto] [yocto-autobuilder2][PATCH] config.py: remove mpc8315-rdb

2020-01-30 Thread akuster
Signed-off-by: Armin Kuster --- config.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config.py b/config.py index 7dbd5e7..b210275 100644 --- a/config.py +++ b/config.py @@ -51,7 +51,6 @@ trigger_builders_wait_shared = [ "qemux86-64", "qemux86-64-alt",

[yocto] [yocto-autobuilder-helper][PATCH] yocto-autobuilder-helper: remove mpc8315 from configs

2020-01-30 Thread akuster
Signed-off-by: Armin Kuster --- config.json | 8 scripts/publish-artefacts | 12 +--- 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/config.json b/config.json index cf7710a..f7e2b84 100644 --- a/config.json +++ b/config.json @@ -327,14 +327,6 @@

[yocto] [meta-selinux][PATCH 2/2] findutils: make append generic

2020-01-30 Thread Jeremy Puhlman
Signed-off-by: Jeremy Puhlman --- .../findutils/{findutils_4.6.%.bbappend => findutils_%.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-extended/findutils/{findutils_4.6.%.bbappend => findutils_%.bbappend} (100%) diff --git

[yocto] [meta-selinux][PATCH 1/2] python: move appends to a dynamic-layer

2020-01-30 Thread Jeremy Puhlman
Signed-off-by: Jeremy Puhlman --- conf/layer.conf | 2 ++ .../recipes-devtools}/python/files/sitecustomize.py | 0 .../python2-layer/recipes-devtools}/python/python_%.bbappend| 0

[yocto] bitbake failed to compile - ld cannot find -lc

2020-01-30 Thread Michael
Hello All, I'm a newbie to Yocto. I'm setting up a project using poky warrior branch. I set up SDKMACHINE="x86_64" Target arch is powerpc-nf The goal is to create sdk image to be used for other development. I include the following packages in conf/local.conf  and many others (but may not be

Re: [yocto] OpenEmbedded at FOSDEM 2020: Request for volunteers and demos

2020-01-30 Thread Paul Barker
Hey folks, We've now got a couple of demos planned for the OE stand at FOSDEM this weekend but some more volunteers to help out at the stand would be really good! If you're at FOSDEM and can spare even an hour or two please drop me an email :) Even if you're not available to volunteer, we look

[yocto] New Dedicated Licensing and Documentation Mailing Lists

2020-01-30 Thread Michael Halstead
We are adding new lists for topics concerning subcommunities that will benefit from focused list traffic. The licensing list will separate licensing and legal discussion from general development to aid participation of specialists in this area. Please join at

Re: [yocto] Bitbake immediate assignment behavior

2020-01-30 Thread Alexandru N. Onea
Hi Richard, Thank you for the clarification. I am definitely not in a position to make any suggestions regarding how bitbake should behave, however I would like to at least give my view: * to me, the reason for having an immediate assignment seems to be related (among others, maybe) to the

Re: [yocto] Tools to debug kernel hang in yocto

2020-01-30 Thread Mark Asselstine
On Wednesday, January 29, 2020 7:11:47 A.M. EST Sheraz Ali wrote: > I cannot enter any commands when it crashes > The issue appears to be with the SDCard. I would suggest you start by building a kernel with a bundled initramfs, thus avoiding having to read the rootfs from SD. You can find

Re: [yocto] Bitbake immediate assignment behavior

2020-01-30 Thread Richard Purdie
Hi, On Thu, 2020-01-30 at 13:32 +0200, Alexandru N. Onea wrote: > Let's consider the following example in a bb file: > > X = "1" > A := "X is '${X}' and Y is '${Y}'" > B = "X is '${X}' and Y is '${Y}'" > X = "2" > Y = "3" > > According to the bitbake user manual, section 3.1.7 [1], the expected

[yocto] Bitbake immediate assignment behavior

2020-01-30 Thread Alexandru N. Onea
Hello community, Let's consider the following example in a bb file: X = "1" A := "X is '${X}' and Y is '${Y}'" B = "X is '${X}' and Y is '${Y}'" X = "2" Y = "3" According to the bitbake user manual, section 3.1.7 [1], the expected values for A and B after parsing is done, are A="X is '1' and Y

[yocto] Not adding glibc to an image and avoiding RDEPENDS problem?

2020-01-30 Thread Heinz Wrobel
Hi, I want to build an image that does in the end NOT contain the virtual/libc used for building the elements of the image because the final target libc is provided pre-built in a different way through another recipe and package. [Yes I understand the version risks] Given that the