[yocto] [meta-cgl][PATCH] resource-agents: Fix build error with autoconf-2.73.

2023-08-28 Thread leimaohui
From: Lei Maohui resource-agents is built failed after poky upgraded autoconf to 2.73. Signed-off-by: Lei Maohui --- .../resource-agents/autoconf-2.73.patch | 30 +++ .../resource-agents_4.5.0.bb | 1 + 2 files changed, 31 insertions(+) create mode 1006

[yocto] M+ & H bugs with Milestone Movements WW34

2023-08-28 Thread Stephen Jolley
All, YP M+ or high bugs which moved to a new milestone in WW34 are listed below: Priority Bug ID Short Description Changer Owner Was Became High 15199 AB-INT: qemu-pcc failures randy.macl...@windriver.com richard.pur...@linuxfoundation.org

[yocto] Enhancements/Bugs closed WW34!

2023-08-28 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count richard.pur...@linuxfoundation.org 1 Grand Total 1 Thanks, *Stephen K. Jolley* *Yocto Project Program Manager* (*Cell*:(208) 244-4460 * *Email*: *s jolley.yp...@

[yocto] Current high bug count owners for Yocto Project 4.3

2023-08-28 Thread Stephen Jolley
All, Below is the list of top 28 bug owners as of the end of WW34 who have open medium or higher bugs and enhancements against YP 4.3. There are 42 possible work days left until the final release candidates for YP 4.3 needs to be released. Who Count michael.opdenac...@bootlin.com 34 ross.bur...@ar

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2023-08-28 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading: https://wiki.yoctoproject.org/wiki/Bug_Triage#Newcomer

Re: [yocto] [meta-virtualization] nerdctl broken in kirkstone

2023-08-28 Thread Marek Belisko
On Thu, Aug 24, 2023 at 4:05 PM Khem Raj wrote: > does it work if you add do_compile[network] = "1" > Nope it is not. It turns out that the fetch phase is not correct. When I do bitbake nerdctl -e | grep SRC_URI I got only: SRC_URI="git:// github.com/containerd/nerdctl.git;name=nerdcli;branch=m

[yocto] [meta-darwin][PATCH] clang: remove runtime dependency to perl

2023-08-28 Thread Etienne Cordonnier via lists.yoctoproject.org
From: Etienne Cordonnier Commit https://github.com/kraj/meta-clang/commit/68ec449f97ffa58d in meta-clang adds a dependency to perl, however at the moment perl does not cross-compile for darwin (the build tries to use readelf which does not exist on darwin, instead of using objdump). This depen

Re: [yocto] bitbake controlling memory use

2023-08-28 Thread Martin Hundeb?ll
On Sat, 2023-01-14 at 23:33 +0100, Ferry Toth wrote: > Hi, > > Op 10-01-2023 om 10:24 schreef Ferry Toth: > > Hi, > > > > On 10-01-2023 02:57, Randy MacLeod wrote: > > > Add Zheng. > > > Switch to Trevor's gmail since he might still be interested in > > > this. > > > > > > On 2023-01-09 05:49, F

[yocto] [meta-darwin][PATCH 2/2] gcc: re-add zstd dependency

2023-08-28 Thread Etienne Cordonnier via lists.yoctoproject.org
From: Etienne Cordonnier The zstd cross-compile build for darwin was fixed in f786ea1379a64fbbd, thus there is no need to remove this dependency any more. Signed-off-by: Etienne Cordonnier --- recipes-devtools/gcc/gcc-cross-canadian_%.bbappend | 5 - 1 file changed, 5 deletions(-) diff --

[yocto] [meta-darwin][PATCH 1/2] gcc: rebase patches on top of gcc 11.4

2023-08-28 Thread Etienne Cordonnier via lists.yoctoproject.org
From: Etienne Cordonnier poky kirkstone 4.0.12 updates gcc from 11.3 to 11.4, thus the patches need to be rebased. - The changes of 0001-libstdcxx-Rename-null-terminated-to-avoid-collision.patch are in 11.4 so it can be removed. - upstream introduced DARWIN_MIN_LIB_VERSION instead of the hard-

Re: [yocto] "Replicating a Build Offline" not working as expected when Git data is removed

2023-08-28 Thread Stephan M
Am Mo., 28. Aug. 2023 um 10:25 Uhr schrieb Alexander Kanavin : > It's well possible no one knows the definite answer, and the best > advice is what I said: don't touch the downloads at all. In any case, > if the documentation is not accurate, patches to make it accurate > would be appreciated. I

Re: [yocto] "Replicating a Build Offline" not working as expected when Git data is removed

2023-08-28 Thread Alexander Kanavin
On Mon, 28 Aug 2023 at 08:16, Stephan Mühlstrasser wrote: > > The documentation isn’t perfect. Sometimes it becomes outdated and no one > > notices, or it may be inaccurate to begin with. Personally I would never > > tamper with content of downloads and preserve it exactly as it is. Doesn’t > >