[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 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 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 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 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 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 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

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

Re: [yocto] [PATCH yocto-autobuilder-helper] config.json: add binutils to images where it's required by tests

2020-08-27 Thread Richard Purdie
On Thu, 2020-08-27 at 13:01 +0200, Alexander Kanavin wrote: > On Wed, 26 Aug 2020 at 23:03, Richard Purdie < > richard.pur...@linuxfoundation.org> wrote: > > > I didn't write either of the tests, but yes - I can work on this > > > tomorrow. > > > >

Re: [yocto] [PATCH yocto-autobuilder-helper] config.json: add binutils to images where it's required by tests

2020-08-26 Thread Richard Purdie
On Wed, 2020-08-26 at 23:00 +0200, Alexander Kanavin wrote: > On Wed, 26 Aug 2020 at 22:50, Richard Purdie < > richard.pur...@linuxfoundation.org> wrote: > > I suspect we need binutils-symlinks instead of binutils? > > binutils-symlinks is only an alias to th

Re: [yocto] [PATCH yocto-autobuilder-helper] config.json: add binutils to images where it's required by tests

2020-08-26 Thread Richard Purdie
On Wed, 2020-08-26 at 17:54 +0200, Alexander Kanavin wrote: > Previously it was pulled in implicitly via poky default config. > > Signed-off-by: Alexander Kanavin > --- > config.json | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/config.json b/config.json > index

Re: [yocto] [PATCH] meta-yocto-bsp: Bump to the v5.8 kernel

2020-08-26 Thread Richard Purdie
On Wed, 2020-08-26 at 08:44 -0400, Bruce Ashfield wrote: > On Wed, Aug 26, 2020 at 2:22 AM Kevin Hao > wrote: > > Boot test for all the supported boards. There is a kernel config > > check warning for beaglebone-yocto, the fix [1] has been sent to > > kernel-meta for merging. > > > > [1]

Re: [yocto] [OE-core] [devtool] problem with PACKAGE_ARCH and TARGET_OS

2020-08-25 Thread Richard Purdie
On Tue, 2020-08-25 at 14:47 +0200, Adrian wrote: > Hi, > > After recent update of poky, I started to experience an issue with > devtool. Currently, I am using the latest zeus version. I have a > multiconfig environment (Xilinx ZynqMP+ with ARM64 and Microblaze). I > am > modifying my recipe

Re: [yocto] Additional log handler

2020-08-24 Thread Richard Purdie
On Mon, 2020-08-24 at 08:10 -0500, Joshua Watt wrote: > The newer log handling uses Python's structure logging configuration > [1], so you should be able to use whatever capabilities it has > (including logging different domains/levels to a separate file). In > fact, this is the only way logging

Re: [yocto] Additional log handler

2020-08-24 Thread Richard Purdie
On Sun, 2020-08-23 at 17:01 +0200, Konrad Weihmann wrote: > Hi all, > > when running bitbake in CI I would like to add an additional log > handler to used python logging to catch *ALL* (task warnings, > dangling append, qa issues, a.s.o.), instead of manually grepping > through the console log.

[yocto] [PATCH] [meta-mingw] nativesdk-packagegroup-sdk-host: Update to match oe-core default providers handling

2020-08-21 Thread Richard Purdie
This was repsonsible for some strange differences in behaviour between other OE-Core recipes and this one. Its assumed this package is present in any SDK build. Signed-off-by: Richard Purdie --- .../packagegroups/nativesdk-packagegroup-sdk-host.bbappend | 1 + 1 file changed, 1 insertion

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

2020-08-20 Thread Richard Purdie
On Wed, 2020-08-19 at 09:09 +, Jain, Sangeeta wrote: > This is the full report for yocto-3.0.4.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

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

2020-08-17 Thread Richard Purdie
On Mon, 2020-08-17 at 09:48 +0200, Zoran Stojsavljevic wrote: > > Intel and WR YP QA is planning for QA execution for YP > > build yocto-3.0.3.rc2. > > With all due respect... INTEL part I'll drop out. ;-) > > Better to keep YOCTO as an Open Source project without > mentioning ECO systems

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

2020-08-15 Thread Richard Purdie
On Sat, 2020-08-15 at 05:06 +, Poky Build User wrote: > A build flagged for QA (yocto-3.0.4.rc1) was completed on the > autobuilder and is available at: > > > https://autobuilder.yocto.io/pub/releases/yocto-3.0.4.rc1 > > > Build hash information: > > bitbake:

Re: [yocto] Is http://downloads.yoctoproject.org/ down?

2020-08-07 Thread Richard Purdie
On Thu, 2020-08-06 at 15:31 -0700, Scott Branden wrote: > > diff --git a/meta/classes/uninative.bbclass > > b/meta/classes/uninative.bbclass > > index 70799bbf6d..99072e1326 100644 > > --- a/meta/classes/uninative.bbclass > > +++ b/meta/classes/uninative.bbclass > > @@ -56,9 +56,14 @@ python

Re: [linux-yocto] [linux-yocto-dev] [oe-core] [PATCH] kernel.bbclass: Configuration for environment with HOSTCXX

2020-08-07 Thread Richard Purdie
On Fri, 2020-08-07 at 08:34 -0400, Bruce Ashfield wrote: > This needs to go to oe-core. > > But see some comments below. > > On Fri, Aug 7, 2020 at 5:26 AM wrote: > > From: Zhang Qiang > > > > When compiling xilinx-zynq board linux-kernel-dev(v5.8) if > > "GCC_PLUGINS=y", The following error

Re: [yocto] Is http://downloads.yoctoproject.org/ down?

2020-08-06 Thread Richard Purdie
On Thu, 2020-08-06 at 11:05 -0700, Scott Branden wrote: > We found the source of the uninative fetch problem: > > SOURCE_MIRROR_URL needs to be set in order for uninative to be picked > up from local mirror. > > The standard PREMIRRORS mechanism doesn't work for this single > tarball. > So every

Re: [yocto] Mirroring meta-kernel on git.yoctoproject.org

2020-08-05 Thread Richard Purdie
On Mon, 2020-08-03 at 09:56 +0100, Paul Barker wrote: > I'd like to get the meta-kernel layer mirrored on > git.yoctoproject.org > so that we've got a backup available in case of any issues with > GitLab. This has been requested by one of our users >

Re: [yocto] Yocto host not found

2020-08-05 Thread Richard Purdie
On Tue, 2020-08-04 at 14:10 -0700, Rick Liu via lists.yoctoproject.org wrote: > Does http://downloads.yoctoproject.org/ have HA or hot-backup > machine? > Is there an instruction on how to create a > http://downloads.yoctoproject.org/ local mirror and sync? The standard DL_DIR should be enough

Re: [yocto] Is http://downloads.yoctoproject.org/ down?

2020-08-05 Thread Richard Purdie
On Tue, 2020-08-04 at 14:36 -0700, Scott Branden via lists.yoctoproject.org wrote: > With downloads.yoctoproject.org down again this begs the question: > > Why does uninative tarball get fetched by default from the internet > every time? > Why is it in not cached like every other tarball that is

Re: [yocto] [swupdate] [meta-swupdate][PATCH] mtd-utils: Remove patchs

2020-07-30 Thread Richard Purdie
On Thu, 2020-07-30 at 10:34 +0200, Stefano Babic wrote: > Hi Zheng, > > I do not discuss abot the correctness of these patches (that I will > aplly to meta-swupdate, -master), but about mtd-utils version (for > this I pick up Richard in CC). There were in last month more breakage > around

Re: [bitbake-devel] [yocto] Stable Warrior branch

2020-07-21 Thread Richard Purdie
On Tue, 2020-07-14 at 16:56 +0300, Adrian Bunk wrote: > On Thu, Jun 04, 2020 at 09:28:00PM -0700, akuster wrote: > > Hello, > > > > The Warrior branch of Poky has had its last official dot release. > > It > > will be moving to Community support and EOL within 6 weeks if no > > one > > steps up. >

Re: [yocto] Adjusting Extensible SDK for build setup

2020-07-20 Thread Richard Purdie
On Mon, 2020-07-20 at 17:13 +, Monsees, Steven C (US) wrote: > No, I guess I wasn't clear, I needed to add to lines of code in the > scripts to adjust things so that my env script was copied to the > proper SDK build env "layers" directory and set the conf_initpath to > use my env script... >

Re: [yocto] Adjusting Extensible SDK for build setup

2020-07-20 Thread Richard Purdie
On Mon, 2020-07-20 at 16:28 +, Monsees, Steven C (US) wrote: > Yes, this is what I saw as well... > > I had to add two lines to the populate_sdk_ext.bbclass to properly > get it to pick up my env script. > I set : > > OE_INIT_ENV_SCRIPT = "setup-build-env" > CORE_BASE_Files = " \

Re: [yocto] Adjusting Extensible SDK for build setup

2020-07-20 Thread Richard Purdie
On Mon, 2020-07-20 at 15:57 +, Monsees, Steven C (US) wrote: > The BUILDDIR is defined as configurable under Yocto... > > I set this up as per the Yocto docs based on the "MACHINE' I am > building, I do not believe this is the issue. > > There is no issue when building the standard SDK... >

Re: [yocto] Adjusting Extensible SDK for build setup

2020-07-20 Thread Richard Purdie
On Mon, 2020-07-20 at 15:06 +, Monsees, Steven C (US) wrote: > > I am fairly new to the Yocto SDK build process, and am looking to > create an extensible SDK for one of our platforms. > > I am currently working with Rocko 2.4.1, in conjunction with > uninative release 1.9… > > My current

Re: [yocto] Offline Build #yocto

2020-07-20 Thread Richard Purdie
On Mon, 2020-07-20 at 07:18 -0700, Amrun Nisha.R wrote: > For gnu-config-native-20150728, I have copied the git2 folder from > older build folder to new build folder. It is fixed now. > > But I'm getting do_fetch error for the ncurses and ncurses_native. I > have attached the log file for both

Re: [yocto] Offline Build #yocto

2020-07-20 Thread Richard Purdie
On Sun, 2020-07-19 at 23:05 -0700, Amrun Nisha.R wrote: > I want to create a offline build using yocto. > > I have sources and downloads packages directory in which i can able to create > a successful bitbake. I have transferred those files to another system and > tried to build them in

Re: [yocto] how does "bitbake meta-toolchain" map to a particular "image" when generating SDK?

2020-07-05 Thread Richard Purdie
On Sun, 2020-07-05 at 15:24 -0400, Robert P. J. Day wrote: > Quoting Ross Burton : > > > On Sun, 5 Jul 2020 at 11:50, Robert P. J. Day wrote: > > >however, one can also generate a standard SDK with the generic > > > (image-independent): > > > > > >$ bitbake meta-toolchain > > > > > >

Re: [yocto] how crippled is ruby support in YP 3.0?

2020-06-26 Thread Richard Purdie
On Fri, 2020-06-26 at 14:19 -0400, Robert P. J. Day wrote: > background: trying to get ruby and a number of ruby gems migrated > from "morty" to "zeus", and nothing but grief trying to > compile/install ruby gems. > > plan A: start with standard YP layers all checked out to "zeus", > and >

Re: [yocto] [PATCH yocto-autobuilder-helper]scripts/publish-artefacts: Fix for Bug 13947:Change checksum file extension from sha256sum to sha256

2020-06-18 Thread Richard Purdie
On Wed, 2020-06-17 at 20:12 +, Vineela wrote: > From: Vineela Tummalapalli > > > --- > scripts/publish-artefacts | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/scripts/publish-artefacts b/scripts/publish-artefacts > index 6ed922a..3ef7206 100755 > ---

Re: [yocto] devtool modify issues with ubuntu 20 and fedora core 32

2020-06-03 Thread Richard Purdie
On Wed, 2020-06-03 at 11:06 +0200, Alexander Kanavin wrote: > I'm not sure if this is distro specific. _PYTHON_SYSCONFIGDATA_NAME > is set from python3native.bbclass so that native python can pick up > target configuration, and if the target configuration is not there > (it comes with target

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

2020-05-28 Thread Richard Purdie
On Thu, 2020-05-28 at 00:28 -0400, William Mills via lists.yoctoproject.org wrote: > > On 5/27/20 6:42 PM, Michael Halstead wrote: > > I've rebuilt the fancyindex module and enabled it. The full filenames > > are displayed now. The module is disabled automatically when new > > versions of EPEL

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

2020-05-27 Thread Richard Purdie
Hi Bill, On Wed, 2020-05-27 at 12:31 +, Mills, William wrote: > In a script, how would I download all the files in this dir: > > https://autobuilder.yocto.io/pub/releases/yocto-2.7.4.rc2/machines/beaglebone-yocto/ > > I see no global md5sum (or sha256sum etc) file in the tree anywhere. > >

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] 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

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

[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] [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 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

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] 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] 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.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] [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-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] 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] 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] 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 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] 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] 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 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] [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] [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

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] 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] 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] 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] 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] 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] 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] [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] 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] 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] 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] 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] 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] 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

[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] [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 @@

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] [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

[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 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

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] 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] [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] [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,

[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

<    2   3   4   5   6   7   8   >