Re: [yocto] repost: how to create a SPDX "notice file" from a build?

2019-11-23 Thread Richard Purdie
On Fri, 2019-11-22 at 09:59 -0800, akuster808 wrote: > > > On 11/22/19 9:03 AM, rpj...@crashcourse.ca wrote: > > On Fri, 22 Nov 2019, Robert P. J. Day wrote: > > > > > > /// end / > > > > i have absolutely no idea what to think of this, and am open to > > suggestions. does

Re: [yocto] QA cycle report for yocto-3.0.1.rc3

2019-12-03 Thread Richard Purdie
On Tue, 2019-12-03 at 07:15 +, Jain, Sangeeta wrote: > This is the full report for 3.0.1 RC3: > 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

Re: [yocto] variable and task/function timing

2019-12-11 Thread Richard Purdie
On Wed, 2019-12-11 at 10:39 -0500, Trevor Woerner wrote: > On Wed 2019-12-11 @ 11:06:44 AM, Nicolas Dechesne wrote: > > > +python do_check_build_type() { > > > +_buildtype = d.getVar('MESA_BUILD_TYPE') > > > +if _buildtype not in ['release', 'debug']: > > >

Re: [yocto] QA Cycle report for build (yocto-3.1_M1.rc8)

2019-12-18 Thread Richard Purdie
On Wed, 2019-12-18 at 03:32 +, Jain, Sangeeta wrote: > Hello all, > > This is the full report for 3.1_M1.rc8: > https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults > > > === Summary > No high milestone defects. > No new

Re: [yocto] QA Cycle report for build (yocto-3.1_M1.rc8)

2019-12-19 Thread Richard Purdie
On Wed, 2019-12-18 at 07:38 -0800, akuster808 wrote: > > On 12/18/19 2:46 AM, Richard Purdie wrote: > > On Wed, 2019-12-18 at 03:32 +, Jain, Sangeeta wrote: > > > Hello all, > > > > > > This is the full report for 3.1_M1.rc8: > > >

Re: [yocto] SSTATE_MIRRORS with ssh/sftp fetchers #yocto

2019-12-19 Thread Richard Purdie
On Thu, 2019-12-19 at 02:37 -0800, angeal1...@gmail.com wrote: > Hi everyone, > > Recently, I tried to use the SSTATE_MIRRORS variable to get back > sstate cache from a build machine shared amongst developers. > When I tried with the simple FILE fetcher, it worked great and > resumed the work

Re: [yocto] Building CentOS based filesystem #yocto

2020-02-24 Thread Richard Purdie
On Mon, 2020-02-24 at 08:15 -0800, bill.k...@azuresummit.com wrote: > Hello! I am currently using Yocto with default Poky distro. A > customer would like a CentOS-based filesystem, and I am wondering if > this is possible using Yocto? > > My initial thought is to imitate >

Re: [yocto] Should changing a task in the .bb file cause the task to be rerun?

2020-02-28 Thread Richard Purdie
On Fri, 2020-02-28 at 22:51 +, Sean McKay wrote: > This is probably a fairly short question (I hope): > I’m working on a branch based on zeus. I found a bug in the way that > one of our recipes was handling something during do_configure (which > caused an error to pop up in a do_compile task).

Re: [yocto] [OE-core] Yocto Project Status WW09'20

2020-03-04 Thread Richard Purdie
On Wed, 2020-03-04 at 14:00 +0100, Alexander Kanavin wrote: > On Tue, 3 Mar 2020 at 16:59, wrote: > > coreutils ptest blocked on libmodule-build-perl reproducibility > > issue > > > > I sent a patch for this. Thanks! Just FYI I think there may also be a couple of other packages coreutils

[yocto] [PATCH 1/2] native/cross/nativesdk: Drop obsolete do_populate_sysroot[stamp-extra-info]

2020-01-26 Thread Richard Purdie
With recipe specific sysroot, these settings do nothing. Drop the obsolete code. Signed-off-by: Richard Purdie --- meta/classes/cross.bbclass | 1 - meta/classes/crosssdk.bbclass | 1 - meta/classes/native.bbclass| 1 - meta/classes/nativesdk.bbclass | 1 - 4 files changed, 4 deletions

[yocto] [PATCH 2/2] l3afpad: Add missing mime-xdg inherit

2020-01-26 Thread Richard Purdie
Fixes: WARNING: l3afpad-0.8.18.1.11+gitAUTOINC+3cdccdc950-r0 do_package_qa: QA Issue: package contains desktop file with key 'MimeType' but does not inhert mime-xdg: l3afpad path 'XXX/packages-split/l3afpad/usr/share/applications/l3afpad.desktop' [mime-xdg] Signed-off-by: Richard Purdie

[yocto] [PATCH] distrodata/maintainers: Add PARSE_ALL_RECIPES flag to fix test issues

2020-01-27 Thread Richard Purdie
out a bit (more cleanup can follow). Signed-off-by: Richard Purdie --- meta/classes/base.bbclass | 4 ++-- meta/classes/features_check.bbclass| 3 +++ meta/lib/oeqa/selftest/cases/distrodata.py | 7 +++ 3 files changed, 8 insertions(+), 6 deletions(-) diff --git

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

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

2020-01-31 Thread Richard Purdie
On Thu, 2020-01-30 at 16:19 -0800, akuster wrote: > 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 @@

[yocto] Sad news about Scott Rifenbark

2020-01-31 Thread Richard Purdie
I'm sorry to have to pass on the sad news that Scott Rifenbark, our tech writer for the project passed away on Wednesday after a battle with cancer. I remember interviewing Scott over 10 years ago when forming a team at Intel to work on what became the Yocto Project, he was with it from the

Re: [yocto] Creating a build system which can scale. #yocto

2020-02-17 Thread Richard Purdie
On Mon, 2020-02-17 at 04:27 -0800, philip.le...@domino-uk.com wrote: > Something using the built-in cache mirror in Yocto–there are a few > ways it can do this, as it’s essentially a file share somewhere. > https://pelux.io/2017/06/19/How-to-create-a-shared-sstate-dir.html > for an example shows

Re: [yocto] [OE-core] Yocto Project Status WW07'20

2020-02-19 Thread Richard Purdie
On Tue, 2020-02-18 at 17:44 +0100, Alexander Kanavin wrote: > On Tue, 18 Feb 2020 at 17:10, wrote: > > With the git infrastructure issue updated, we now have centos8 > > workers added to the autobuilder. > > > > What are the current plans for centos 7? Project members are keen to see support

Re: [yocto] QA Cycle report for build (yocto-3.0.2.rc2)

2020-02-20 Thread Richard Purdie
I discussed this quickly in bug triage today with Armin. We agreed that: * The openssh bug is minor and doesn't affect release * Anuj resolved one of the bugs as being execution error so again it doesn't affect release * The bash issue does affect release We're proposing we build and release an

Re: [yocto] clarifying "PROVIDES =" versus "PROVIDES +=" (pedantic stuff)

2020-02-11 Thread Richard Purdie
On Tue, 2020-02-11 at 05:32 -0500, rpj...@crashcourse.ca wrote: > second, i think we all agree that it is rarely necessary to use > "PROVIDES +=", although i did run across one case in > recipes-core/glibc/glibc.inc: > > PROVIDES = "virtual/libc" > PROVIDES += "virtual/libintl

Re: [yocto] yocto.io: Add weekly full tests on master branch?

2020-02-14 Thread Richard Purdie
On Fri, 2020-02-14 at 12:08 -0500, Randy MacLeod wrote: > Hi, > > There are many tests run for master-next and reported here: > https://autobuilder.yocto.io/pub/non-release/ > such as: > > https://autobuilder.yocto.io/pub/non-release/20200214-4/testresults/testresult-report.txt > > It

Re: [yocto] yocto.io: Add weekly full tests on master branch?

2020-02-14 Thread Richard Purdie
On Fri, 2020-02-14 at 17:14 +, Richard Purdie via Lists.Yoctoproject.Org wrote: > On Fri, 2020-02-14 at 12:08 -0500, Randy MacLeod wrote: > > Hi, > > > > There are many tests run for master-next and reported here: > > https://autobuild

Re: [yocto] QA Cycle report for build (yocto-3.0.2.rc2)

2020-02-21 Thread Richard Purdie
On Fri, 2020-02-21 at 17:26 +, Tummalapalli, Vineela wrote: > [Vineela]: So we will have 3.0.2.rc3 as the release candidate and not > 3.0.2.rc2 as we see issues with that. Am I correct? > If so, in terms of release process I just have to redo the things > like staging 3.0.2.rc3 and do the

Re: [yocto] master/master-next missing from poky repo?

2020-02-15 Thread Richard Purdie
On Sat, 2020-02-15 at 11:41 +0100, Alexander Kanavin wrote: > Something is wrong, as master and master-next are missing here? > http://git.yoctoproject.org/cgit/cgit.cgi/poky/ There is something wrong with the http caching on the git server. The branches are there, they're just not appearing

Re: [yocto] Debugging gdb built by Yocto

2020-02-19 Thread Richard Purdie
On Tue, 2020-02-18 at 11:26 -0500, Patrick Doyle wrote: > Does anybody have any tips or tricks for how I might debug the > (cross-canadian) gdb built by Yocto's SDK? > > I need to add some printf's to the gdb code to help track down why > something isn't working, but none of my traditional >

Re: [yocto] Bitbake returning non-zero due to sstate errors

2020-02-20 Thread Richard Purdie
On Thu, 2020-02-20 at 11:26 +, Paul Barker wrote: > In my new CI setup I'm using an sstate mirror which seems to have > some > occasional download issues. This results in the setscene task > failing. > For example: > > ERROR: qt3d-5.13.2+gitAUTOINC+93361f1a59-r0 >

Re: [yocto] [OE-core] Yocto Project Status WW07'20

2020-02-20 Thread Richard Purdie
On Thu, 2020-02-20 at 07:46 +, Jain, Sangeeta wrote: > Planned upcoming dot releases: > YP 2.7.3 built and in QA > > I didn’t see any notification for this build. Am I missing something? No, its due to be built but isn't built yet! I think that was meant to say 3.0.2, sorry about any

Re: [yocto] Bitbake returning non-zero due to sstate errors

2020-02-20 Thread Richard Purdie
On Thu, 2020-02-20 at 11:59 +, Paul Barker wrote: > I'm now looking into this... > > In sstate_checkhashes() we mark sstate as available if > fetcher.checkstatus() succeeds. Then at a later point > sstate_setscene() calls sstate_installpkg() calls pstaging_fetch() > calls fetcher.download()

Re: [yocto] more nitpicky pedantry: question about DEFAULT_PREFERENCE

2020-02-10 Thread Richard Purdie
On Sat, 2020-02-08 at 13:31 -0500, rpj...@crashcourse.ca wrote: > (part of the nitpickiness of some of these questions stems from > that, in my updated courseware, i want to use actual examples out of, > say, the openembedded layer, and not just contrived examples > involving > packages like

Re: [yocto] more nitpicky pedantry: question about DEFAULT_PREFERENCE

2020-02-10 Thread Richard Purdie
On Sat, 2020-02-08 at 13:31 -0500, rpj...@crashcourse.ca wrote: > (part of the nitpickiness of some of these questions stems from > that, in my updated courseware, i want to use actual examples out of, > say, the openembedded layer, and not just contrived examples > involving > packages like

Re: [yocto] [PATCH yocto-autobuilder-helper v2 1/3] config: don't run meta-intel in qemu yet

2020-01-15 Thread Richard Purdie
On Wed, 2020-01-15 at 06:50 +, Mittal, Anuj wrote: > Can this be merged in zeus/warrior too please? I've merged to zeus but this code isn't in warrior at all... Cheers, Richard -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#47966):

[yocto] [PATCH 1/2] mc: Drop python2 scripts

2020-01-18 Thread Richard Purdie
python2 is now EOL. To keep this old version of mc going, delete the python2 scripts to avoid the dependency. Signed-off-by: Richard Purdie --- recipes-extended/mc/mc_4.7.5.2.bb | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/recipes-extended/mc/mc_4.7.5.2.bb b

Re: [yocto] using d.expand() in a python function

2020-01-22 Thread Richard Purdie
On Wed, 2020-01-22 at 15:46 +, Rasmus Villemoes wrote: > On 22/01/2020 15.35, Richard Purdie wrote: > > Bitbake can only detect direct references to variables. The code > > above only runs at configure time, not at parse time so its not > > really surprising that bitbak

Re: [yocto] using d.expand() in a python function

2020-01-22 Thread Richard Purdie
On Wed, 2020-01-22 at 16:39 +, Rasmus Villemoes wrote: > On 22/01/2020 16.50, Richard Purdie wrote: > > On Wed, 2020-01-22 at 15:46 +, Rasmus Villemoes wrote: > > > On 22/01/2020 15.35, Richard Purdie wrote: > > > > Bitbake can only detect direct references

Re: [yocto] patchtest licensing

2020-01-16 Thread Richard Purdie
On Thu, 2020-01-16 at 20:07 +, Paul Barker wrote: > Hey folks, > > I've started looking through patchtest & patchtest-oe in detail and > spotted that all the scripts, support code and test cases are > licensed > under GPLv2. Is that ok given that we plan to copy this into > openembedded-core

Re: [yocto] [psplash][PATCH 1/3] add recovered bar.png

2020-01-20 Thread Richard Purdie
On Mon, 2020-01-20 at 14:31 +0100, Stefan Agner wrote: > Hi list, hi Ross, > > We still carry this downstream, any chance to get them still merged > in > psplash? > > If it is really considered unmaintained, then we probably should drop > the psplash recipe altogether? I've just merged them,

Re: [yocto] [psplash][PATCH] add systemd support

2020-01-20 Thread Richard Purdie
On Mon, 2020-01-20 at 23:00 +0100, Stefan Agner wrote: > From: Stefan Agner > > This adds optional systemd support. When enabled, an utility called > psplash-systemd is built. This tool will connect to systemd using the > system bus to obtain progress information and communicate that to >

Re: [yocto] [psplash][PATCH 1/3] add recovered bar.png

2020-01-20 Thread Richard Purdie
On Mon, 2020-01-20 at 22:48 +0100, Stefan Agner wrote: > On 2020-01-20 17:14, Richard Purdie wrote: > > On Mon, 2020-01-20 at 14:31 +0100, Stefan Agner wrote: > > > Hi list, hi Ross, > > > > > > We still carry this downstream, any chance to get them still

Re: [yocto] poky: no submodule mapping found in .gitmodules for path 'documentation/bitbake'

2020-01-07 Thread Richard Purdie
On Tue, 2020-01-07 at 12:55 +0100, Richard Leitner wrote: > Hi Scott, Richard, > I'm experiencing weird git submodule behaviour on poky master since > commit 7e7b066085 ("YP 3.1 Docs: Updated Manual revision tables.") > > Was this intended? No, it wasn't. Scott is unavailable right now so I've

Re: [yocto] Should changing a task in the .bb file cause the task to be rerun?

2020-03-10 Thread Richard Purdie
On Tue, 2020-03-10 at 11:33 +, mikko.rap...@bmw.de wrote: > On Fri, Feb 28, 2020 at 11:25:59PM +0000, Richard Purdie wrote: > > On Fri, 2020-02-28 at 22:51 +, Sean McKay wrote: > > > This is probably a fairly short question (I hope): > > > I’m working on a br

Re: [yocto] [OE-core] Yocto Project Status WW09'20

2020-03-07 Thread Richard Purdie
On Fri, 2020-03-06 at 22:53 +0100, Alexander Kanavin wrote: > On Wed, 4 Mar 2020 at 23:42, Richard Purdie < > richard.pur...@linuxfoundation.org> wrote: > > Just FYI I think there may also be a couple of other packages > > coreutils > > pulls in and they may al

Re: [yocto] [yocto-autobuilder-helper][zeus][PATCH] config.json: Override BBTARGETS for meta-intel

2020-04-09 Thread Richard Purdie
On Thu, 2020-04-09 at 09:54 +0800, mohamad.noor.alim.hus...@intel.com wrote: > From: Mohamad Noor Alim Hussin > > Using meta-intel with core-image-sato-(sdk)-ptest > results in a hddimg size of more than 4 GB. Remove > that image type from testing. > > hddimg is not built by default in dunfell

Re: [yocto] QA notification for completed autobuilder build (yocto-3.1.rc2)

2020-04-14 Thread Richard Purdie
Hi Sangeeta/Vineela, On Sat, 2020-04-11 at 07:26 +, Jain, Sangeeta wrote: > This is the full report for yocto-3.1.rc2: > https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults > > === Summary > No high milestone defects. > No new

Re: [yocto] QA notification for completed autobuilder build (yocto-3.1.rc2)

2020-04-15 Thread Richard Purdie
On Wed, 2020-04-15 at 16:05 -0700, akuster wrote: > > > On 4/15/20 3:25 PM, Paul Eggleton wrote: > > Release notes draft attached, including a dedication to Scott > > (wasn't sure where to put that so I've just left it at the top) and > > contributors list. Let me know if you notice anything > >

Re: [yocto] QA notification for completed autobuilder build (yocto-3.1.rc1)

2020-04-07 Thread Richard Purdie
On Mon, 2020-04-06 at 22:53 +, Poky Build User wrote: > A build flagged for QA (yocto-3.1.rc1) was completed on the > autobuilder and is available at: > > > https://autobuilder.yocto.io/pub/releases/yocto-3.1.rc1 I haven't see any "started QA" email about this yet. We have had some

Re: [yocto] QA notification for completed autobuilder build (yocto-3.1.rc2)

2020-04-08 Thread Richard Purdie
On Wed, 2020-04-08 at 04:01 +, pokybu...@localhost.yoctoproject.org wrote: > A build flagged for QA (yocto-3.1.rc2) was completed on the > autobuilder and is available at: > > > https://autobuilder.yocto.io/pub/releases/yocto-3.1.rc2 > > > Build hash information: > > bitbake:

Re: [yocto] QA notification for completed autobuilder build (yocto-3.1.rc1)

2020-04-08 Thread Richard Purdie
s some issues. > > I will now start the QA on > https://autobuilder.yocto.io/pub/releases/yocto-3.1.rc2/ > > Thanks, > Sangeeta > > > > -Original Message- > > From: yocto@lists.yoctoproject.org > > On Behalf > > Of Richard Purdie > >

Re: [yocto] git fetcher: does not execute git fetch --tags or similar when HEAD has not changed

2020-03-16 Thread Richard Purdie
On Thu, 2020-03-12 at 14:55 +0100, Matthias Schoepfer via Lists.Yoctoproject.Org wrote: > We have noticed the following issue: We keep the versions of out > software by means of tags on the git repositories, i.e. during the > build, somethings like git describe --tags gets called. In yocto, >

Re: [yocto] Can not use wildcard in SRC_URI to apply patches #yocto

2020-04-25 Thread Richard Purdie
On Sat, 2020-04-25 at 17:30 +0900, Hao Qian wrote: > However, if I change files' name into wildcard in SRC_URI like: > === > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" > SRC_URI += "file://*" > === [...] > Could

Re: [yocto] Can not use wildcard in SRC_URI to apply patches #yocto

2020-04-26 Thread Richard Purdie
On Sun, 2020-04-26 at 08:24 +0900, Hao Qian wrote: > Hi, Richard > > Thanks for replying. > > Yes, it makes sense why patches not be applied by using wildcard. > > Just for confirmation, it looks like more than one person made it to > use wildcard for patching as below: >

Re: [yocto] [matchbox-desktop-2][PATCH] Add SPDX-License-Identifier: GPL-2.0-or-later

2020-05-12 Thread Richard Purdie
On Mon, 2020-03-23 at 11:53 -0400, Matthew wrote: > Fixes [YOCTO #13319] > > Signed-off-by: Mingde (Matthew) Zeng > --- > libtaku/inotify/inotify-diag.c| 2 ++ > libtaku/inotify/inotify-diag.h| 2 ++ > libtaku/inotify/inotify-kernel.c | 2 ++ > libtaku/inotify/inotify-kernel.h | 2 ++

Re: [yocto] What are the key factors for yocto build speed?

2020-03-19 Thread Richard Purdie
On Thu, 2020-03-19 at 11:43 +, mikko.rap...@bmw.de wrote: > On Thu, Mar 19, 2020 at 11:04:26AM +0000, Richard Purdie wrote: > > Recipe parsing should hit 100% CPU, its one of the few places we > > can do > > that. > > I'm not fully aware what bitbake does bef

Re: [yocto] What are the key factors for yocto build speed?

2020-03-19 Thread Richard Purdie
On Thu, 2020-03-19 at 08:05 +, Mikko Rapeli wrote: > Once this is done, IO still happens when anything calls sync() and > fsync() and worst offenders are package management tools. In yocto > builds, package manager actions to flush to disk are always useless > since rootfs images are going to

Re: [yocto] What are the key factors for yocto build speed?

2020-03-19 Thread Richard Purdie
On Thu, 2020-03-19 at 17:29 +0100, Yann Dirson wrote: > > > Le jeu. 19 mars 2020 à 17:07, Mike Looijmans a > écrit : > > On 19-03-2020 12:04, Richard Purdie via Lists.Yoctoproject.Org wrote: > > >> , fetch, configure, package and rootfs tasks. > > >

Re: [yocto] What are the key factors for yocto build speed?

2020-03-19 Thread Richard Purdie
On Thu, 2020-03-19 at 19:21 +0200, Adrian Bunk wrote: > On Thu, Mar 19, 2020 at 05:07:17PM +0100, Mike Looijmans wrote: > > ... > > With both parallelization options > > to "16", I might end up with 16 compile tasks running 16 compile > > threads > > each, i.e. 256 running processes. > > ... > >

Re: [yocto] [OE-core] Yocto Project Status WW09'20

2020-03-07 Thread Richard Purdie
On Sat, 2020-03-07 at 16:58 +, Richard Purdie wrote: > On Fri, 2020-03-06 at 22:53 +0100, Alexander Kanavin wrote: > > On Wed, 4 Mar 2020 at 23:42, Richard Purdie < > > richard.pur...@linuxfoundation.org> wrote: > > > Just FYI I think there may also

Re: [yocto] [meta-gplv2] [PATCH 3/3] README: Document how to configure repo for sending patches

2020-05-05 Thread Richard Purdie
On Tue, 2020-05-05 at 12:01 +0100, Richard Purdie via lists.yoctoproject.org wrote: > Signed-off-by: Richard Purdie > --- > README | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/README b/README > index 4558a99..6a61331 100644 > --- a/README > ++

[yocto] [meta-gplv2] [PATCH 2/3] disable-gplv3.inc: Disable glib-2.0 ptest python3-dbusmock dependency

2020-05-05 Thread Richard Purdie
The newly added dependency on python3-dbusmock in OE-Core is GPLv3 and would fail to work with this layer. Remove it in the config for enabling the layer. Signed-off-by: Richard Purdie --- conf/distro/include/disable-gplv3.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/distro

[yocto] [meta-gplv2] [PATCH 3/3] README: Document how to configure repo for sending patches

2020-05-05 Thread Richard Purdie
Signed-off-by: Richard Purdie --- README | 5 + 1 file changed, 5 insertions(+) diff --git a/README b/README index 4558a99..6a61331 100644 --- a/README +++ b/README @@ -27,3 +27,8 @@ intended target branch of the Git repository. Git repository: http://git.yoctoproject.org/cgit.cgi

Re: [yocto] oddities(?) when appending to an override

2020-05-05 Thread Richard Purdie
On Mon, 2020-05-04 at 16:28 -0400, Robert P. J. Day wrote: > i bring this up because i've run across occasional examples of that > in the code base -- here's > meta-gnome/recipes-connectivity/libnma/libnma_1.8.28.bb: > > EXTRA_OEMESON_mipsarchn32_append = " -Dvapi=false" > > is that

[yocto] [PATCH 2/2] disable-gplv3.inc: Disable glib-2.0 ptest python3-dbusmock dependency

2020-05-05 Thread Richard Purdie
The newly added dependency on python3-dbusmock in OE-Core is GPLv3 and would fail to work with this layer. Remove it in the config for enabling the layer. Signed-off-by: Richard Purdie --- conf/distro/include/disable-gplv3.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/distro

[yocto] [PATCH 1/2] conf/distro: Add disable-gplv3.inc

2020-05-05 Thread Richard Purdie
config used for this testing this layer. Signed-off-by: Richard Purdie --- conf/distro/include/disable-gplv3.inc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 conf/distro/include/disable-gplv3.inc diff --git a/conf/distro/include/disable-gplv3.inc b/conf/distro/include/disable-gplv3

[yocto] [PATCH][autobuilder-helper][zeus 13/32] config.json: Apply buildtools tarball to centos7 perf worker too

2020-09-07 Thread Richard Purdie
Signed-off-by: Richard Purdie --- config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 20e74e1..ef5ff6d 100644 --- a/config.json +++ b/config.json @@ -961,6 +961,7 @@ }, "buildtools" : {

[yocto] [PATCH][autobuilder-helper][zeus 09/32] scripts/run-config: Add support for local filesystem buildtools urls

2020-09-07 Thread Richard Purdie
Signed-off-by: Richard Purdie --- scripts/run-config | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/run-config b/scripts/run-config index 29d783e..9d8d48a 100755 --- a/scripts/run-config +++ b/scripts/run-config @@ -115,7 +115,10 @@ if bttarball

[yocto] [PATCH][autobuilder-helper][zeus 00/32] Update zeus to match master/dunfell

2020-09-07 Thread Richard Purdie
capable domain Richard Purdie (27): run-config: Preface log output with auto.conf settings to aid debugging run-config: Add support for wrapping builds in a buildtools tarball config.json: Enable buildtools for centos7 workers (as a test for now) config.json: Disable buildtools tarball

[yocto] [PATCH][autobuilder-helper][zeus 06/32] send-qa-email: Limit results clone to shallow depth to avoid timeouts

2020-09-07 Thread Richard Purdie
Signed-off-by: Richard Purdie --- scripts/send-qa-email | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/send-qa-email b/scripts/send-qa-email index d2f4574..7dbc290 100755 --- a/scripts/send-qa-email +++ b/scripts/send-qa-email @@ -61,7 +61,7 @@ if 'poky' in repos

[yocto] [PATCH][autobuilder-helper][zeus 01/32] run-config: Preface log output with auto.conf settings to aid debugging

2020-09-07 Thread Richard Purdie
Signed-off-by: Richard Purdie --- scripts/run-config | 8 1 file changed, 8 insertions(+) diff --git a/scripts/run-config b/scripts/run-config index 3566d3b..a0e0204 100755 --- a/scripts/run-config +++ b/scripts/run-config @@ -133,6 +133,14 @@ def bitbakecmd(builddir, cmd, report

[yocto] [PATCH][autobuilder-helper][zeus 17/32] scripts/run-config: Share buildtools setup code with shared-repo-unpack

2020-09-07 Thread Richard Purdie
Signed-off-by: Richard Purdie --- scripts/run-config | 49 + scripts/shared-repo-unpack | 2 ++ scripts/utils.py | 50 ++ 3 files changed, 53 insertions(+), 48 deletions(-) diff --git a/scripts/run-config

[yocto] [PATCH][autobuilder-helper][zeus 16/32] scripts/run-config: Add extra debug about buildtools to show when active

2020-09-07 Thread Richard Purdie
Signed-off-by: Richard Purdie --- scripts/run-config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/run-config b/scripts/run-config index 2ad38e2..45a417f 100755 --- a/scripts/run-config +++ b/scripts/run-config @@ -108,6 +108,7 @@ if bttarball: btdir = args.builddir

[yocto] [PATCH][autobuilder-helper][zeus 15/32] scripts/send-qa-email: fix bug in git push logic for yocto-testresults

2020-09-07 Thread Richard Purdie
. Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- scripts/send-qa-email | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/send-qa-email b/scripts/send-qa-email index 7dbc290..a265a7c 100755 --- a/scripts/send-qa-email +++ b/scripts/send-qa-email

[yocto] [PATCH][autobuilder-helper][zeus 04/32] config.json: Disable buildtools tarball on centos7 as its missing crypt.h

2020-09-07 Thread Richard Purdie
Signed-off-by: Richard Purdie --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index a251d53..70faf73 100644 --- a/config.json +++ b/config.json @@ -959,6 +959,6 @@ }, "buildtools" : { -

[yocto] [PATCH][autobuilder-helper][zeus 12/32] config.json: Update to 3.1M3 for buildtools tarball and apply to centos7/debian8

2020-09-07 Thread Richard Purdie
Signed-off-by: Richard Purdie --- config.json | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 70faf73..20e74e1 100644 --- a/config.json +++ b/config.json @@ -8,7 +8,8 @@ "BUILD_HISTORY_DIRECTPUSH" : ["poky:mor

[yocto] [PATCH][autobuilder-helper][zeus 14/32] scripts/utils.py: Fix confusing naming of getcomparisonbranch() return value

2020-09-07 Thread Richard Purdie
From: Steve Sakoman This code was copy/pasted but in this case the variables should be called "compare", not base. Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- scripts/utils.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/

[yocto] [PATCH][autobuilder-helper][zeus 08/32] scripts/run-config: Handle quoting issues in buildtools environment files

2020-09-07 Thread Richard Purdie
Signed-off-by: Richard Purdie --- scripts/run-config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/run-config b/scripts/run-config index 5c6a9ca..29d783e 100755 --- a/scripts/run-config +++ b/scripts/run-config @@ -123,9 +123,11 @@ if bttarball: with open

[yocto] [PATCH][autobuilder-helper][zeus 07/32] scripts/run-config: Handle multiple builds racing with lockfile for buildtools

2020-09-07 Thread Richard Purdie
Signed-off-by: Richard Purdie --- scripts/run-config | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/scripts/run-config b/scripts/run-config index 8e175d0..5c6a9ca 100755 --- a/scripts/run-config +++ b/scripts/run-config @@ -10,6 +10,7 @@ import subprocess

[yocto] [PATCH][autobuilder-helper][zeus 10/32] scripts/run-config: Ensure racing for the lockfile doesn't traceback

2020-09-07 Thread Richard Purdie
Traceback (most recent call last): File "yocto-autobuilder-helper/scripts/run-config", line 116, in fcntl.flock(fileno, fcntl.LOCK_EX) OSError: [Errno 22] Invalid argument Signed-off-by: Richard Purdie --- scripts/run-config | 23 ++- 1 file changed, 14

[yocto] [PATCH][autobuilder-helper][zeus 05/32] scripts/run-config: Fix buildtools path

2020-09-07 Thread Richard Purdie
Signed-off-by: Richard Purdie --- scripts/run-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-config b/scripts/run-config index 161cca4..8e175d0 100755 --- a/scripts/run-config +++ b/scripts/run-config @@ -104,7 +104,7 @@ if "buildtools" in

[yocto] [PATCH][autobuilder-helper][zeus 11/32] run-config: Fix lockfile loop handling

2020-09-07 Thread Richard Purdie
Signed-off-by: Richard Purdie --- scripts/run-config | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/run-config b/scripts/run-config index ed13ca0..2ad38e2 100755 --- a/scripts/run-config +++ b/scripts/run-config @@ -122,6 +122,7 @@ if bttarball: else

[yocto] [PATCH][autobuilder-helper][zeus 03/32] config.json: Enable buildtools for centos7 workers (as a test for now)

2020-09-07 Thread Richard Purdie
Signed-off-by: Richard Purdie --- config.json | 5 + 1 file changed, 5 insertions(+) diff --git a/config.json b/config.json index 7a88e6e..a251d53 100644 --- a/config.json +++ b/config.json @@ -8,6 +8,8 @@ "BUILD_HISTORY_DIRECTPUSH" : ["poky:morty", &quo

[yocto] [PATCH][autobuilder-helper][zeus 25/32] build-perf/send-qa-email: Fallback to master as a comparision branch

2020-09-07 Thread Richard Purdie
Signed-off-by: Richard Purdie --- scripts/build-perf-test-wrapper | 3 +++ scripts/send-qa-email | 3 +++ 2 files changed, 6 insertions(+) diff --git a/scripts/build-perf-test-wrapper b/scripts/build-perf-test-wrapper index e7b24ad..660ef82 100755 --- a/scripts/build-perf-test-wrapper

[yocto] [PATCH][autobuilder-helper][zeus 18/32] config.json: Use new buildtools tarball

2020-09-07 Thread Richard Purdie
Signed-off-by: Richard Purdie --- config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index ef5ff6d..d494679 100644 --- a/config.json +++ b/config.json @@ -9,7 +9,8 @@ "BUILD_HISTORY_FORKPUSH" : {"poky-contrib:ross/mut&

[yocto] [PATCH][autobuilder-helper][zeus 19/32] config.json: Update to new buildtools tarball

2020-09-07 Thread Richard Purdie
Signed-off-by: Richard Purdie --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index d494679..d3b39fd 100644 --- a/config.json +++ b/config.json @@ -10,7 +10,7 @@ "BUILDTOOLS_URL_TEMPLOCAL" : "/

[yocto] [PATCH][autobuilder-helper][zeus 31/32] scripts/utils: Ensuring new logging is flushed from buffers

2020-09-07 Thread Richard Purdie
Signed-off-by: Richard Purdie --- scripts/utils.py | 6 ++ 1 file changed, 6 insertions(+) diff --git a/scripts/utils.py b/scripts/utils.py index 1dfc9a2..10e3cc1 100644 --- a/scripts/utils.py +++ b/scripts/utils.py @@ -233,18 +233,24 @@ def fetchgitrepo(clonedir, repo, params, stashdir

[yocto] [PATCH][autobuilder-helper][zeus 29/32] config.json: Build buildtools-extended-tarball for x86_64 and aarch64

2020-09-07 Thread Richard Purdie
Signed-off-by: Richard Purdie --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 2218891..ab6943b 100644 --- a/config.json +++ b/config.json @@ -595,7 +595,7 @@ "MACHINE" : "qemux86-64",

[yocto] [PATCH][autobuilder-helper][zeus 27/32] scripts/send-qa-email: Update to dedicated push capable domain

2020-09-07 Thread Richard Purdie
From: Michael Halstead Signed-off-by: Michael Halstead Signed-off-by: Richard Purdie --- scripts/send-qa-email | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/send-qa-email b/scripts/send-qa-email index abc17e2..f38c876 100755 --- a/scripts/send-qa-email +++ b

[yocto] [PATCH][autobuilder-helper][zeus 22/32] scripts/publish-artefacts: Convert md5sum to sha256sum

2020-09-07 Thread Richard Purdie
Signed-off-by: Richard Purdie (cherry picked from commit 80c53d03ea32e3b4831e8945eaa2e1d643d0ce89) Signed-off-by: Steve Sakoman --- scripts/publish-artefacts | 88 +++ 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/scripts/publish-artefacts b

[yocto] [PATCH][autobuilder-helper][zeus 20/32] config.json: ltp QB_MEM parameter was being lost, fix this

2020-09-07 Thread Richard Purdie
Signed-off-by: Richard Purdie --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index d3b39fd..df67545 100644 --- a/config.json +++ b/config.json @@ -109,7 +109,7 @@ "TEST_SUITES = 'ping ssh ltp ltp_compl

[yocto] [PATCH][autobuilder-helper][zeus 23/32] publish-artefacts: Improve sha256 checksum handling

2020-09-07 Thread Richard Purdie
From: "Tummalapalli, Vineela" The existing checksum files were encoding full paths. This patch changes this to use just the filename which allows relocation of the directories and is more appropriate for sharing over http. Signed-off-by: Vineela Tummalapalli Signed-off-by: Rich

[yocto] [PATCH][autobuilder-helper][zeus 24/32] scripts/utils.py: Convert md5sum to sha256sum for layer tarballs

2020-09-07 Thread Richard Purdie
From: Vineela Signed-off-by: Vineela Tummalapalli Signed-off-by: Richard Purdie (cherry picked from commit 3aefa5a763125c760813a8f8434c574ecd3ca99b) Signed-off-by: Steve Sakoman --- scripts/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/utils.py b

[yocto] [PATCH][autobuilder-helper][zeus 26/32] send-qa-email: Fix stable branch test result history issues

2020-09-07 Thread Richard Purdie
m. To fix this, fall back to cloning basebranch by name, then master if it doesn't exist. Signed-off-by: Richard Purdie --- scripts/send-qa-email | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/scripts/send-qa-email b/scripts/send-qa-email index b4d4cec..abc1

[yocto] [PATCH][autobuilder-helper][zeus 32/32] scripts/utils: Ensure buildtools tarball hash matches any supplied value

2020-09-07 Thread Richard Purdie
Signed-off-by: Richard Purdie --- scripts/utils.py | 26 ++ 1 file changed, 26 insertions(+) diff --git a/scripts/utils.py b/scripts/utils.py index 10e3cc1..46346fb 100644 --- a/scripts/utils.py +++ b/scripts/utils.py @@ -378,6 +378,25 @@ def getcomparisonbranch

[yocto] [PATCH][autobuilder-helper][zeus 28/32] config.json: Update buildtools config

2020-09-07 Thread Richard Purdie
Need to use buildtools on centos8 and fedora32 as they lack makeinfo as part of the default install now. Also use buildtools to standard and extended as appropriate. Signed-off-by: Richard Purdie --- config.json | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git

[yocto] [PATCH][autobuilder-helper][zeus 21/32] config.json: Use buildtools from 3.2 M1 to fix bugs in openssl reporting

2020-09-07 Thread Richard Purdie
Signed-off-by: Richard Purdie (cherry picked from commit 385fdf2295d514d0b0883957a110825235f9647f) Signed-off-by: Steve Sakoman --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index df67545..516e050 100644 --- a/config.json +++ b

[yocto] [PATCH][autobuilder-helper][zeus 02/32] run-config: Add support for wrapping builds in a buildtools tarball

2020-09-07 Thread Richard Purdie
Signed-off-by: Richard Purdie --- scripts/run-config | 30 ++ 1 file changed, 30 insertions(+) diff --git a/scripts/run-config b/scripts/run-config index a0e0204..161cca4 100755 --- a/scripts/run-config +++ b/scripts/run-config @@ -8,6 +8,8 @@ import os import sys

[yocto] [PATCH][autobuilder-helper][zeus 30/32] scripts/utils: Add more logging for fetchgitrepo

2020-09-07 Thread Richard Purdie
Signed-off-by: Richard Purdie --- scripts/utils.py | 4 1 file changed, 4 insertions(+) diff --git a/scripts/utils.py b/scripts/utils.py index ec43832..1dfc9a2 100644 --- a/scripts/utils.py +++ b/scripts/utils.py @@ -232,13 +232,17 @@ def fetchgitrepo(clonedir, repo, params, stashdir

Re: [yocto] Multiconfig question

2020-09-07 Thread Richard Purdie
On Mon, 2020-09-07 at 15:53 +0100, Eil?s N? Fhlannag?in wrote: > Assuming this: > > bitbake multiconfig:ConfigA:core-image-foo multiconfig:ConfigB:core- > image-bar > > Is there a way during or before the rootfs of ConfigB:core-image-bar > to tell what else was run during execution? > > What

[yocto] [PATCH][autobuilder-helper][warrior 39/41] config.json: Build buildtools-extended-tarball for x86_64 and aarch64

2020-09-10 Thread Richard Purdie
Signed-off-by: Richard Purdie --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index fbf262b..c0cf55b 100644 --- a/config.json +++ b/config.json @@ -524,7 +524,7 @@ "MACHINE" : "qemux86-64",

[yocto] [PATCH][autobuilder-helper][warrior 35/41] send-qa-email: Fix stable branch test result history issues

2020-09-10 Thread Richard Purdie
m. To fix this, fall back to cloning basebranch by name, then master if it doesn't exist. Signed-off-by: Richard Purdie --- scripts/send-qa-email | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/scripts/send-qa-email b/scripts/send-qa-email index b4d4cec..abc1

[yocto] [PATCH][autobuilder-helper][warrior 29/41] config.json: Update to new buildtools tarball

2020-09-10 Thread Richard Purdie
Signed-off-by: Richard Purdie --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index c94605b..70cee81 100644 --- a/config.json +++ b/config.json @@ -10,7 +10,7 @@ "BUILDTOOLS_URL_TEMPLOCAL" : "/

[yocto] [PATCH][autobuilder-helper][warrior 31/41] scripts/publish-artefacts: Convert md5sum to sha256sum

2020-09-10 Thread Richard Purdie
Signed-off-by: Richard Purdie (cherry picked from commit 80c53d03ea32e3b4831e8945eaa2e1d643d0ce89) Signed-off-by: Steve Sakoman --- scripts/publish-artefacts | 88 +++ 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/scripts/publish-artefacts b

[yocto] [PATCH][autobuilder-helper][warrior 33/41] scripts/utils.py: Convert md5sum to sha256sum for layer tarballs

2020-09-10 Thread Richard Purdie
From: Vineela Signed-off-by: Vineela Tummalapalli Signed-off-by: Richard Purdie (cherry picked from commit 3aefa5a763125c760813a8f8434c574ecd3ca99b) Signed-off-by: Steve Sakoman --- scripts/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/utils.py b

  1   2   3   4   5   6   7   8   >