Re: [OE-core] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.16.rc1)

2022-04-26 Thread Teoh, Jay Shen
Hi all, Intel and WR YP QA is planning for QA execution for YP build yocto-3.1.16.rc1. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. BSP-hw Runtime auto test for following platforms: 1. MinnowTurbot 32-bit 2. NUC 7 3. NUC 6 4.

[OE-core] [PATCH] util-linux: Create u-a symlink for findfs utility

2022-04-26 Thread Khem Raj
busybox also installs findfs but into base_sbindir which works out to be ok when sbindir != base_sbindir but with usrmerge distro feature enabled this starts to cause trouble because busybox's postinst is trying to create a symlink for findfs applet in base_sbindir which is same as sbindir now and

Re: [OE-core] [PATCH] sanity: skip make 4.2.1 warning for debian

2022-04-26 Thread Andre McCurdy
On Tue, Apr 26, 2022 at 1:56 PM Khem Raj wrote: > > On Tue, Apr 26, 2022 at 1:51 PM Andre McCurdy wrote: > > > > On Tue, Apr 26, 2022 at 12:46 PM Nicolas Dechesne > > wrote: > > > > > > This is a follow up patch of: > > > ad5829aa1f8a (sanity: Show a warning that make 4.2.1 is buggy on > > >

Re: [OE-core] [PATCH] sanity: skip make 4.2.1 warning for debian

2022-04-26 Thread Khem Raj
On Tue, Apr 26, 2022 at 1:51 PM Andre McCurdy wrote: > > On Tue, Apr 26, 2022 at 12:46 PM Nicolas Dechesne > wrote: > > > > This is a follow up patch of: > > ad5829aa1f8a (sanity: Show a warning that make 4.2.1 is buggy on non-ubuntu > > systems) > > > > Debian10 has the exact same

Re: [OE-core] [PATCH] sanity: skip make 4.2.1 warning for debian

2022-04-26 Thread Andre McCurdy
On Tue, Apr 26, 2022 at 12:46 PM Nicolas Dechesne wrote: > > This is a follow up patch of: > ad5829aa1f8a (sanity: Show a warning that make 4.2.1 is buggy on non-ubuntu > systems) > > Debian10 has the exact same version/sources for make as Ubuntu > (focal), e.g.

[OE-core] [PATCH v2] zlib: Add patch to fix building icedtea7-native from meta-java

2022-04-26 Thread Jacob Kroon
Signed-off-by: Jacob Kroon --- Changes in v2: * Add SoB tag in patch ...t-inputs-provided-to-the-CRC-functio.patch | 54 +++ meta/recipes-core/zlib/zlib_1.2.12.bb | 1 + 2 files changed, 55 insertions(+) create mode 100644

[OE-core] [PATCH] sanity: skip make 4.2.1 warning for debian

2022-04-26 Thread Nicolas Dechesne
This is a follow up patch of: ad5829aa1f8a (sanity: Show a warning that make 4.2.1 is buggy on non-ubuntu systems) Debian10 has the exact same version/sources for make as Ubuntu (focal), e.g. https://packages.debian.org/source/buster/make-dfsg and

[OE-core] [PATCH] wic: Add dependencies for erofs-utils

2022-04-26 Thread Sean Anderson via lists.openembedded.org
In order to build erofs filesystems, wic must have the erofs-utils package installed into its sysroot. Fixes: 30375ce97 ("Add support for erofs filesystems") Signed-off-by: Sean Anderson --- meta/classes/image_types_wic.bbclass | 2 +- meta/recipes-core/meta/wic-tools.bb | 2 +-

Re: [OE-core] CVE-check failing on world with meta-openembedded: diff.gz file

2022-04-26 Thread Khem Raj
Hi Marta On 4/26/22 5:20 AM, Marta Rybczynska wrote: On Fri, Apr 22, 2022 at 11:07 AM Marta Rybczynska > wrote: Dear all, We're running cve-check on a world build containing oe-core, meta-oe and more. We have an issue with the lockdev recipe

Re: [OE-core] [PATCH] zlib: Add patch to fix building icedtea7-native from meta-java

2022-04-26 Thread Ross Burton
> On 26 Apr 2022, at 14:26, Jacob Kroon via lists.openembedded.org > wrote: > > +Upstream-Status: Backport > [https://github.com/madler/zlib/commit/ec3df00224d4b396e2ac6586ab5d25f673caa4c2] Your Signed-off-by should also be in the patch file, alongside the Upstream-Status. Ross IMPORTANT

[OE-core] Yocto Project Status WW17`22

2022-04-26 Thread Richard Purdie
Current Dev Position: YP 4.1 M1 Next Deadline: 30th May 2022 YP 4.1 M1 Build Next Team Meetings: * Bug Triage meeting Thursday Apr. 28th 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) * Monthly Project Meeting Tuesday May 3rd at 8 am PDT

[OE-core] [master][kirkstone][PATCH v2] create-spdx: delete virtual/kernel dependency to fix FreeRTOS build

2022-04-26 Thread Davide Gardenal
When building FreeRTOS this dependency generates an error because bitbake cannot find any provider for "virtual/kernel". >From a dependency analysis the task is executed indipendently from this so it can be safely removed. This patch has been discussed in this ML thread:

[OE-core] [PATCH] zlib: Add patch to fix building icedtea7-native from meta-java

2022-04-26 Thread Jacob Kroon
Signed-off-by: Jacob Kroon --- ...t-inputs-provided-to-the-CRC-functio.patch | 53 +++ meta/recipes-core/zlib/zlib_1.2.12.bb | 1 + 2 files changed, 54 insertions(+) create mode 100644

Re: [OE-core] [RFC PATCH] bitbake.conf: mark all directories as safe for git to read

2022-04-26 Thread Richard Purdie
On Tue, 2022-04-26 at 12:42 +, Ross Burton wrote: > I propose we merge this fix and revert the git intercept changes that are > current in master/master-next. > > Whilst a global export is quite a brute force solution, it’s also surgically > precise in what it does. Improvements to how git

Re: [OE-core] [PATCH] rust: update 1.59.0 -> 1.60.0

2022-04-26 Thread Pgowda
Hi, @Khem >> right, this might be good to have as comment on top of that assignment >> for future reference Thanks for the info. It's been updated as per your comments. > like the the version bump in tcmode-default.inc was missing. Thanks for mentioning it. I figured it out after seeing the

[OE-core] [PATCH v2] rust: update 1.59.0 -> 1.60.0

2022-04-26 Thread Pgowda
Rust has been upgraded to rust-1.60.0 that uses LLVM 14. Please refer the following link for more detailed features. https://blog.rust-lang.org/2022/04/07/Rust-1.60.0.html https://github.com/rust-lang/rust/blob/master/RELEASES.md Signed-off-by: pgowda ---

Re: [OE-core] [RFC PATCH] bitbake.conf: mark all directories as safe for git to read

2022-04-26 Thread Ross Burton
I propose we merge this fix and revert the git intercept changes that are current in master/master-next. Whilst a global export is quite a brute force solution, it’s also surgically precise in what it does. Improvements to how git works in devshell and other context can be done after release,

Re: [OE-core] CVE-check failing on world with meta-openembedded: diff.gz file

2022-04-26 Thread Marta Rybczynska
On Fri, Apr 22, 2022 at 11:07 AM Marta Rybczynska wrote: > Dear all, > We're running cve-check on a world build containing oe-core, meta-oe and > more. We have an issue with the lockdev recipe > (meta-openembedded/meta-oe/recipes-support/lockdev/lockdev_1.0.3.bb), > which causes a fail like

[OE-core] [PATCH] neard: Switch SRC_URI to git repo

2022-04-26 Thread Rahul Kumar via lists.openembedded.org
From: Rahul Kumar The tarball (neard-0.16.tar.xz) fetched by the recipe is incomplete. Few plugins (e.g. tizen) and tests scripts (e.g. Test-channel, test-see, neard-ui.py, ndef-agent etc) are missing. Since neard did not release latest tarballs, so as per community recommendation switching the

[OE-core] [RFC PATCH] bitbake.conf: mark all directories as safe for git to read

2022-04-26 Thread Ross Burton
Recent git releases containing [1] have an ownership check when opening repositories, and refuse to open a repository if it is owned by a different user. This breaks any use of git in do_install, as that is executed by the (fake) root user. Whilst not common, this does happen. Setting the git

Re: [OE-core] [PATCH] rust: update 1.59.0 -> 1.60.0

2022-04-26 Thread Alex Kiernan
On Tue, Apr 26, 2022 at 12:56 PM Luca Ceresoli via lists.openembedded.org wrote: > > Hello Pgowda, > > Il giorno Mon, 25 Apr 2022 03:05:33 -0700 > "Pgowda" ha scritto: > > > Rust has been upgraded to rust-1.60.0 that uses LLVM 14. > > > > Please refer the following link for more detailed

Re: [OE-core] [PATCH] rust: update 1.59.0 -> 1.60.0

2022-04-26 Thread Luca Ceresoli via lists.openembedded.org
Hello Pgowda, Il giorno Mon, 25 Apr 2022 03:05:33 -0700 "Pgowda" ha scritto: > Rust has been upgraded to rust-1.60.0 that uses LLVM 14. > > Please refer the following link for more detailed features. > https://blog.rust-lang.org/2022/04/07/Rust-1.60.0.html >

[OE-core] [PATCH] scripts/git: Ensure we don't have circular references

2022-04-26 Thread Richard Purdie
This is horrible but I'm running out of better ideas. We hit circular reference issues which we were trying to avoid in the core HOSTTOOLS code. When building the eSDK, there can be two copies of the script. Therefore assume git will never be in a directory called scripts. This fixes eSDK build

Re: [OE-core] Git and pseudo

2022-04-26 Thread Mike Looijmans
Met vriendelijke groet / kind regards, Mike Looijmans System Expert TOPIC Embedded Products B.V. Materiaalweg 4, 5681 RJ Best The Netherlands T: +31 (0) 499 33 69 69 E: mike.looijm...@topicproducts.com W: www.topic.nl Please consider the environment before printing this e-mail On 25-04-2022

Re: [OE-core] patches.openembedded.org web page down.

2022-04-26 Thread Rahul Chauhan
Thanks Richard for quick response. Yesterday, I sent a patch to oe-core and using below command but i am not able to see my patch here. git send-email --to=openembedded-core@lists.openembedded.org --confirm=always -M -1 Is there any change in process to send the patch? -=-=-=-=-=-=-=-=-=-=-=-

Re: [OE-core] CVE-2022-24765 Git Errors with Bitbake

2022-04-26 Thread Alexander Kanavin
There is a fix in master for this, and more fixes in master-next. Alex On Tue, 26 Apr 2022 at 10:14, wrote: > > Hello everyone, > since the patch for CVE-2022-24765 (uncontrolled search for git repositories) > arrived we have problems using Git as package source. For some reason git > thinks

[OE-core] CVE-2022-24765 Git Errors with Bitbake

2022-04-26 Thread dev-faha
Hello everyone, since the patch for CVE-2022-24765 (uncontrolled search for git repositories) arrived we have problems using Git as package source. For some reason git thinks that the repositories do not belong to the user who is invoking the bitbake command, even though when checking the file

Re: [OE-core] patches.openembedded.org web page down.

2022-04-26 Thread Richard Purdie
On Mon, 2022-04-25 at 23:44 -0700, Rahul Chauhan wrote: > Hi Team, > > I am not able to access below link. its look like web page is down. > http://patches.openembedded.org > > Can any one please  help me on this. I think it is now: https://patchwork.yoctoproject.org/ Cheers, Richard

[OE-core] [master][kirkstone][PATCH] create-spdx: delete virtual/kernel dependency to fix FreeRTOS build

2022-04-26 Thread Davide Gardenal
This patch has been discussed in this ML thread: https://lists.openembedded.org/g/openembedded-core/topic/90602531 Signed-off-by: Davide Gardenal --- meta/classes/create-spdx.bbclass | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/classes/create-spdx.bbclass

[OE-core] patches.openembedded.org web page down.

2022-04-26 Thread Rahul Chauhan
Hi Team, I am not able to access below link. its look like web page is down. http://patches.openembedded.org Can any one please  help me on this. Thanks & Regards Rahul Chauhan -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#164858):