Re: [OE-core] [PATCH 5/5] glib-networking: upgrade 2.74.0 -> 2.76.0

2023-05-18 Thread Anuj Mittal
On Thu, 2023-05-18 at 12:09 +, Ross Burton wrote: > On 18 May 2023, at 03:31, Anuj Mittal via lists.openembedded.org > wrote: > > rename meta/recipes-core/glib-networking/{glib-networking_2.74.0.bb > > => glib-networking_2.76.0.bb} (95%) > >

Re: [OE-core][PATCH 00/20] python3: fix run-time dependencies

2023-05-18 Thread Tim Orling
Thank you, Bartosz. I didn't review in great depth, but others have done so. This series looks like a step in the right direction. On Wed, May 17, 2023 at 1:39 AM Alexander Kanavin wrote: > Thanks for this work. Perhaps we could catch this easier if there are > runtime tests for those items,

Re: [OE-core] [PATCH 2/2] python3-async: remove recipe

2023-05-18 Thread Tim Orling
Thank you, Ross. Nice to see some cruft get jettisoned. On Thu, May 18, 2023 at 9:08 AM Ross Burton wrote: > From: Ross Burton > > This is part of the same project as GitPython, but hasn't been used by > gitdb (the sole user) since 2014. > > Signed-off-by: Ross Burton > Acknowledged-by: Tim

Re: [OE-core][PATCH 06/20] python3-libfdt: new package

2023-05-18 Thread Ross Burton
> On 17 May 2023, at 17:32, Bruce Ashfield via lists.openembedded.org > wrote: > > I'm not sure if you saw the old threads on this, but we went through this > binding in detail in february: > > See the series from TrevorW: > > [PATCH v3 1/4] dtc: version bump and add python wrapper > > The

[OE-core] [PATCH 1/2] python3-gitdb: remove python3-async dependency

2023-05-18 Thread Ross Burton
From: Ross Burton The dependency on the async module was removed back in 0.6.0 (November 2014). Whilst here, also merge the bb/inc and stop using PYTHON_PN, as we only support Python 3. Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python-gitdb.inc | 23 ---

[OE-core] [PATCH 2/2] python3-async: remove recipe

2023-05-18 Thread Ross Burton
From: Ross Burton This is part of the same project as GitPython, but hasn't been used by gitdb (the sole user) since 2014. Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python-async.inc | 14 -- .../recipes-devtools/python/python3-async_0.6.2.bb | 2 -- 2 files

Re: [OE-core] [PATCH 25/27] gdb: enable python PACKAGECONFIG

2023-05-18 Thread Ross Burton
On 9 May 2023, at 18:23, Alexander Kanavin via lists.openembedded.org wrote: > > This is required by latest valgrind ptests. > > Signed-off-by: Alexander Kanavin > --- > meta/recipes-devtools/gdb/gdb-common.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [OE-core][PATCH 06/20] python3-libfdt: new package

2023-05-18 Thread Alexandre Belloni via lists.openembedded.org
On 17/05/2023 12:16:21-0400, Trevor Gamblin wrote: > > On 2023-05-17 04:06, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > > > Add a recipe for python bindings for libfdt (spun out of upstream dtc) > > fetched from pypi. > > > > Signed-off-by: Bartosz Golaszewski > > --- > >

[OE-core] [PATCH] rpm: upgrade to v4.18.1

2023-05-18 Thread Sudip Mukherjee
Changes: Rebase patches for upstream changes. Remove patches not needed due to upstream changes. Add a new patch to fix build failure. Package egg-info file. Signed-off-by: Sudip Mukherjee --- ...olor-setting-for-mips64_n32-binaries.patch | 8 ++-- ...lib-rpm-as-the-installation-path-for.patch

Re: [OE-core][PATCH] linux-yocto: fix missing pahole and elfutils when CONFIG_DEBUG_INFO_BTF enabled in devshell

2023-05-18 Thread Bruce Ashfield
On Wed, May 17, 2023 at 10:08 PM Xiangyu Chen wrote: > > > On 5/17/23 22:35, Bruce Ashfield wrote: > > CAUTION: This email comes from a non Wind River email account! > > Do not click links or open attachments unless you recognize the sender and > > know the content is safe. > > > > On Wed, May

Re: [OE-core] [PATCH 5/5] glib-networking: upgrade 2.74.0 -> 2.76.0

2023-05-18 Thread Ross Burton
On 18 May 2023, at 03:31, Anuj Mittal via lists.openembedded.org wrote: > rename meta/recipes-core/glib-networking/{glib-networking_2.74.0.bb => > glib-networking_2.76.0.bb} (95%) packages/cortexa57-poky-linux/glib-networking/glib-networking: FILELIST: removed

Re: [OE-core] [PATCH 4/7] gconf: remove explicit gobject-introspection DEPENDS

2023-05-18 Thread Petr Kubizňák
With the patch 2/7 applied, the gobject-introspection inherit pulls in gobject-introspection-native, not gobject-introspection dependency. Is this sufficient? Please make sure it builds with g-i disabled. Petr From: ross.bur...@arm.com Sent: Tuesday,

Re: [OE-core] [PATCH 5/7] gi-docgen.bbclass: depends on gobject-introspection-data being enabled

2023-05-18 Thread Petr Kubizňák
The comment before the modified line does not match now. Petr From: ross.bur...@arm.com Sent: Tuesday, May 16, 2023 8:40 PM To: openembedded-core@lists.openembedded.org Cc: alex.kana...@gmail.com; Petr Kubizňák - 2N Subject: [PATCH 5/7]

Re: [OE-core] [PATCH 6/7] python3-pygobject: mandate gobject-introspection-data DISTRO_FEATURE

2023-05-18 Thread Petr Kubizňák
With gobject-introspection in DEPENDS, PyGObject builds always, even if gobject-introspection-data is not in DISTRO_FEATURES. Is this conditional approach better? Petr From: ross.bur...@arm.com Sent: Tuesday, May 16, 2023 8:40 PM To:

[OE-core] [PATCH v2] conf: add nice level to the hash config ignred variables

2023-05-18 Thread arena . lor
From: Lorenzo Arena This is needed as each user could be setting different nice levels while building, however this should not make the shared cache unusable. Signed-off-by: Lorenzo Arena --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2023-05-18 Thread Jing Hui Tham
Hi All, QA for yocto-4.0.10.rc1 is completed. This is the full report for this release: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. No new issue found. Thanks, Jing Hui >

Re: [OE-core] [PATCH] conf: add nice level to the hash config ignored variables

2023-05-18 Thread Ross Burton
Can you send patches as plaintext (ideally, using git-send-email). Copy-pasting HTML mails tends to fail. Thanks Ross > On 18 May 2023, at 10:36, lorenzo.arena via lists.openembedded.org > wrote: > > From: Lorenzo Arena > > This is needed as each user could be setting different nice

[OE-core] [PATCH] conf: add nice level to the hash config ignored variables

2023-05-18 Thread lorenzo.arena via lists.openembedded.org
From: Lorenzo Arena This is needed as each user could be setting different nice levels while building, however this should not make the shared cache unusable. Signed-off-by: Lorenzo Arena ---  meta/conf/bitbake.conf | 2 +-  1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [kirkstone][PATCH] llvm: backport a fix for build with gcc-13

2023-05-18 Thread Martin Jansa
* needed for llvm-native on hosts with gcc-13 Signed-off-by: Martin Jansa --- ...-missing-cstdint-header-to-Signals.h.patch | 31 +++ meta/recipes-devtools/llvm/llvm_git.bb| 1 + 2 files changed, 32 insertions(+) create mode 100644