Re: [OE-core] [PATCH] Use shutil.move when os.rename fails

2021-03-30 Thread Devendra Tewari
Here's the correct link https://bugzilla.yoctoproject.org/show_bug.cgi?id=14301. I'll resubmit the patch referencing the bug in the commit message. Thanks. > Em 30 de mar. de 2021, à(s) 18:59, Denys Dmytriyenko > escreveu: > > The link is for a 10-year old bug, probably not what you wanted.

Re: [OE-core] [PATCH] Use shutil.move when os.rename fails

2021-03-30 Thread Denys Dmytriyenko
The link is for a 10-year old bug, probably not what you wanted. Also, if a patch fixes existing bug in bugzilla, it needs to reference it in commit message as well - [YOCTO#1234567] On Mon, Mar 29, 2021 at 12:37:45PM -0300, Devendra Tewari wrote: > Also, this is due to

Re: [OE-core] [oe-commits] [openembedded-core] 05/11: license.bbclass: Introduce AVAILABLE_LICENSES that lists all licenses

2021-03-30 Thread Denys Dmytriyenko
On Tue, Mar 30, 2021 at 10:46:19PM +0200, Martin Jansa wrote: > On Tue, Jan 28, 2020 at 12:52 PM wrote: > > > This is an automated email from the git hooks/post-receive script. > > > > rpurdie pushed a commit to branch zeus > > in repository openembedded-core. > > > > commit

[OE-core] [RFT][PATCH 0/2] GCC 11 Pre-release

2021-03-30 Thread Khem Raj
This patchset updates to upcoming gcc 11 release, Please give it a try in your test beds if you have cycles, since there is still sometime left for final GCC 11 release perhaps we can squeeze in some bugfixes They are also available via git here

[OE-core] [PATCH 2/2] libgcc-initial: Do not build fp128 to decimal ppc functions

2021-03-30 Thread Khem Raj
These functions depend on glibc headers e.g. stdlib.h/fenv.h/string.h/stdio.h which do not exist when building lbgcc-initial, and these functions are not needed during glibc build so we are fine to disable them introdcued with [1] [1]

Re: [OE-core] [oe-commits] [openembedded-core] 05/11: license.bbclass: Introduce AVAILABLE_LICENSES that lists all licenses

2021-03-30 Thread Martin Jansa
On Tue, Jan 28, 2020 at 12:52 PM wrote: > This is an automated email from the git hooks/post-receive script. > > rpurdie pushed a commit to branch zeus > in repository openembedded-core. > > commit 5ed714139f91eb03871e01b68a4370784071234d > Author: Peter Kjellerstedt > AuthorDate: Wed Dec 11

Re: [OE-core] [PATCH] kernel-yocto: log some kmeta information to assist in developing a bsp

2021-03-30 Thread Yann Dirson
Hi Bruce, Le mar. 30 mars 2021 à 19:47, Bruce Ashfield a écrit : > > On Tue, Mar 30, 2021 at 1:27 PM Yann Dirson > wrote: > > > > From: Yann Dirson > > > > This is not quite enough for the lack of a BSP to stand out clearly to > > an unsuspecting user's eyes, but at least this line in the

Re: [OE-core] [PATCH] kernel-yocto: log some kmeta information to assist in developing a bsp

2021-03-30 Thread Bruce Ashfield
On Tue, Mar 30, 2021 at 1:47 PM Bruce Ashfield via lists.openembedded.org wrote: > > On Tue, Mar 30, 2021 at 1:27 PM Yann Dirson > wrote: > > > > From: Yann Dirson > > > > This is not quite enough for the lack of a BSP to stand out clearly to > > an unsuspecting user's eyes, but at least this

Re: [OE-core] [PATCH] kernel-yocto: log some kmeta information to assist in developing a bsp

2021-03-30 Thread Bruce Ashfield
On Tue, Mar 30, 2021 at 1:27 PM Yann Dirson wrote: > > From: Yann Dirson > > This is not quite enough for the lack of a BSP to stand out clearly to > an unsuspecting user's eyes, but at least this line in the logs should > help some of us to get a clue: > > NOTE: Using kmeta BSP '' Sorry, but

Re: [OE-core] [PATCH] buildhistory: add missing vardepsexcludes

2021-03-30 Thread Christopher Larson
On Tue, Mar 30, 2021 at 10:27 AM Christopher Larson via lists.openembedded.org wrote: > For POPULATE_SDK_POST_TARGET_COMMAND, POPULATE_SDK_POST_HOST_COMMAND, and > SDK_POSTPROCESS_COMMAND, the appropriate entries were added to > vardepvalueexclude, but we want them in vardepsexclude as well. > >

[OE-core] [PATCH] buildhistory: add missing vardepsexcludes

2021-03-30 Thread Christopher Larson
For POPULATE_SDK_POST_TARGET_COMMAND, POPULATE_SDK_POST_HOST_COMMAND, and SDK_POSTPROCESS_COMMAND, the appropriate entries were added to vardepvalueexclude, but we want them in vardepsexclude as well. Signed-off-by: Christopher Larson --- meta/classes/buildhistory.bbclass | 3 +++ 1 file

[OE-core] [PATCH] kernel-yocto: log some kmeta information to assist in developing a bsp

2021-03-30 Thread Yann Dirson
From: Yann Dirson This is not quite enough for the lack of a BSP to stand out clearly to an unsuspecting user's eyes, but at least this line in the logs should help some of us to get a clue: NOTE: Using kmeta BSP '' Signed-off-by: Yann Dirson --- meta/classes/kernel-yocto.bbclass | 3 +++

[OE-core] Yocto Project Virtual Summit 2021

2021-03-30 Thread Trevor Woerner
The Yocto Project Summit Planning Committee is happy to announce the upcoming 3rd Yocto Project Summit to take place Tuesday and Wednesday May 25-26 2021, virtually. The 2-day event will run in 2 tracks including a virtual developers meeting, beginner tutorial sessions, hands-on intermediate

[OE-core] Yocto Project Status WW13`21

2021-03-30 Thread Stephen Jolley
Current Dev Position: YP 3.3 M4 (Feature Freeze) Next Deadline: 5th April 2021 YP 3.3 M4 build Next Team Meetings: * Bug Triage meeting Thursday Apr. 1st at 7:30am PDT (

[OE-core] [PATCH] sqlite3: upgrade 3.35.0 -> 3.35.3

2021-03-30 Thread Randy MacLeod
Signed-off-by: Randy MacLeod --- .../sqlite/{sqlite3_3.35.0.bb => sqlite3_3.35.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/sqlite/{sqlite3_3.35.0.bb => sqlite3_3.35.3.bb} (83%) diff --git a/meta/recipes-support/sqlite/sqlite3_3.35.0.bb

Re: [OE-core] [PATCH] Use shutil.move when os.rename fails

2021-03-30 Thread Devendra Tewari
I understand that parallel tasks can result in such issues, but would expect some kind of dependency graph that would prevent them from happening. I wish I had more time to understand the issue fully. Here’s the last version of my patch that still uses os.rename, and on error uses shutil.move,

Re: [OE-core] [PATCH] Use shutil.move when os.rename fails

2021-03-30 Thread Richard Purdie
On Mon, 2021-03-29 at 16:00 -0700, Andre McCurdy wrote: > On Mon, Mar 29, 2021 at 3:45 PM Devendra Tewari > wrote: > > > > Thanks! My bad. The example I looked up in Python docs had a break and I > > just realized it was a looping example. > > > > Here’s the updated patch (or should I submit

Re: [OE-core] [PATCH] Use shutil.move when os.rename fails

2021-03-30 Thread Devendra Tewari
With the following patch From f29ec67239094a256fcfc119fb75be90923d3448 Mon Sep 17 00:00:00 2001 From: Devendra Tewari Date: Mon, 29 Mar 2021 21:11:56 -0300 Subject: [PATCH] Use shutil.move to rename sstate Incremental build in Docker fails with OSError: [Errno 18] Invalid cross-device link

[OE-core] [PATCH 1/2] perl: allow empty lines and comments in perl-rdepends.txt

2021-03-30 Thread Awais Belal
With this change the rdepends file can now have empty lines and comment lines. The perl-rdepends.txt generation will be fixed with further commits to leverage this change. Signed-off-by: Awais Belal --- meta/recipes-devtools/perl/perl_5.32.1.bb | 3 +++ 1 file changed, 3 insertions(+) diff

[OE-core] [PATCH 2/2] perl: fix creation and generate new perl-rdepends.txt

2021-03-30 Thread Awais Belal
The creation of perl-rdepends.txt simply copied over the generated list (perl-rdepends.generated) to perl-rdepends.txt while missing out the manual dependencies placed in perl-rdepends.inc. This caused missing runtime dependencies. Additionally, the mechanism always appended which then produced