[yocto] [PATCH][autobuilder-helper][warrior 03/41] README: Add pointer to the mailing list for patches

2020-09-10 Thread Richard Purdie
Signed-off-by: Richard Purdie --- README | 5 + 1 file changed, 5 insertions(+) diff --git a/README b/README index a6c4f1d..2747510 100644 --- a/README +++ b/README @@ -25,3 +25,8 @@ would also allow customisation. Authors: Richard Purdie Joshua Lock + +Contributions: + +Patches

[yocto] [PATCH][autobuilder-helper][warrior 19/41] scripts/run-config: Add support for local filesystem buildtools urls

2020-09-10 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 b4f1d58..d4ff6b3 100755 --- a/scripts/run-config +++ b/scripts/run-config @@ -103,7 +103,10 @@ if bttarball

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

[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
o 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..abc17

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

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

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

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

[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

[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

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 I'm

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

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] https://

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 compil

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 is

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 in

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 financi

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

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 uninat

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 > (https://gitlab.com/openembedded/community/meta-

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 d

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

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 pac

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 offline

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

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

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 > --- a/script

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 python

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 ar

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 deliberat

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] [meta-gplv2] [PATCH 1/3] conf/distro: Add disable-gplv3.inc

2020-05-05 Thread Richard Purdie
ilder config currently used for testing meta-gplv2. 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/di

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

2020-05-05 Thread Richard Purdie
ilder 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-

[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: > https://stackoverflow.c

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 any

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

2020-04-23 Thread Richard Purdie
On Wed, 2020-04-22 at 14:43 -1000, Steve Sakoman wrote: > We were mistakenly doing a force push if the branch was in either > BUILD_HISTORY_FORKPUSH or BUILD_HISTORY_DIRECTPUSH. > > Now we force push for branches in BUILD_HISTORY_FORKPUSH, regular push > for branches in BUILD_HISTORY_DIRECTPUSH, a

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 s

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: 4618da20

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 issu

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

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 doe

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 b

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

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 bran

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 pulls

[yocto] Yocto Project Long Term Support (LTS) Announced

2020-03-03 Thread Richard Purdie
Its posted at: https://www.yoctoproject.org/yocto-project-long-term-support-announced/ but I'll copy it below since this is an important announcement """ To fulfill the evolving requirements of its members and users, the Yocto Project announced a new plan to extend support for selected releases. T

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 > https://github.com/me

Re: [yocto] [PATCH] yocto-bsps: update to v5.4.20

2020-02-23 Thread Richard Purdie
On Fri, 2020-02-21 at 18:10 -0500, bruce.ashfi...@gmail.com wrote: > From: Bruce Ashfield > > Updating the SRCREVs for the h/w references to v5.4.20, which includes > the binutils fix for perf. > > Signed-off-by: Bruce Ashfield > --- > .../recipes-kernel/linux/linux-yocto_5.4.bbappend

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 relea

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

2020-02-21 Thread Richard Purdie
On Fri, 2020-02-21 at 10:03 +0200, Adrian Bunk wrote: > On Thu, Feb 20, 2020 at 10:44:24PM +0000, Richard Purdie wrote: > > ... > > This would also include the bitbake memory optimisation during > > parsing > > which merged. > > ... > > I would consider th

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 r

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() to

<    2   3   4   5   6   7   8   >