[OE-core][kirkstone][PATCH] Fix kirkstone dmidedecode smbios3_decode

2023-08-11 Thread Lau, Karn Jye
From: "Lau, Karn Jye" Recent CVE fixes in kirkstone dmidecode broke it functionality, this issue is only observed in kirkstone version of dmidecode(v3.3).Update smbios3_decode to address the broken functionality. Signed-off-by: Lau, Karn Jye --- ...mbios3_decode-in-kirkstone-dmidecode.patch |

Re: [OE-core] [PATCH] riscv: Add asm-offsets.s to target for on-target module compilation

2023-08-11 Thread Khem Raj
On Fri, Aug 11, 2023 at 3:30 PM wrote: > > From: Alexandru Moise > > I wanted to build kernel modules on my riscv target, > > cd /usr/src/kernel/ > > make scripts prepare > <...> > CC scripts/mod/devicetable-offsets.s > UPD scripts/mod/devicetable-offsets.h > HOSTCC scripts/mod/fi

[OE-core] [PATCH] riscv: Add asm-offsets.s to target for on-target module compilation

2023-08-11 Thread alexandru . t . moise
From: Alexandru Moise I wanted to build kernel modules on my riscv target, cd /usr/src/kernel/ make scripts prepare <...> CC scripts/mod/devicetable-offsets.s UPD scripts/mod/devicetable-offsets.h HOSTCC scripts/mod/file2alias.o HOSTCC scripts/mod/sumversion.o HOSTLD scrip

Re: [OE-core][mickledore][PATCH 1/1] python3-pygments: upgrade 2.14.0 -> 2.15.1

2023-08-11 Thread Steve Sakoman
On Fri, Aug 11, 2023 at 6:42 AM Randy MacLeod via lists.openembedded.org wrote: > > Narpat, > > I don't see this in Steve's test branch: > > https://git.openembedded.org/openembedded-core-contrib/log/?h=stable%2Fmickledore-nut&qt=grep&q=pygments Yes, for the reasons you discuss below. I was

Re: [OE-core][mickledore][PATCH 1/1] python3-pygments: upgrade 2.14.0 -> 2.15.1

2023-08-11 Thread Randy MacLeod via lists.openembedded.org
Narpat, I don't see this in Steve's test branch: https://git.openembedded.org/openembedded-core-contrib/log/?h=stable%2Fmickledore-nut&qt=grep&q=pygments which is good since for mickledore, I think that you need backport only the fix commits because 2.15.1  has added features and build related

Re: [OE-core] [PATCH v4 3/5] sstatesig: add a new info level for SIGGEN_LOCKEDSIGS_TASKSIG_CHECK

2023-08-11 Thread Richard Purdie
On Wed, 2023-08-02 at 16:24 +0200, Julien Stephan wrote: > as of now, SIGGEN_LOCKEDSIGS_TASKSIG_CHECK can take 2 values: "warn" and > "error", displaying respectively a warning or a fatal error message > only when a task is locked and the task signature is different from > the locked one. > > The

Re: [OE-core] [PATCH v4 2/5] bitbake: cooker: add a new function to retrieve task signatures

2023-08-11 Thread Richard Purdie
On Wed, 2023-08-02 at 16:44 +0200, Julien Stephan wrote: > On Wed, Aug 02, 2023 at 04:24:29PM +0200, Julien Stephan wrote: > > adding a new command in cooker to compute and get task signatures > > > > this commit also add the associated command and event needed to get the > > signatures using tinf

[oe-core][PATCH] libadwaita: upgrade 1.3.3 -> 1.3.4

2023-08-11 Thread Markus Volk
= Version 1.3.4 = - AdwAboutWindow - Fix :translator-credits property - AdwComboRow - Fix accessible role on the dropdown arrow - AdwEntryRow - Fix accessibility - AdwLeaflet - Fix back/forward mouse button handling - AdwTabBar - Fix accessibility - AdwTabThumbnai

[oe-core][PATCH] gtk4: upgrade 4.10.4 -> 4.10.5

2023-08-11 Thread Markus Volk
Overview of Changes in 4.10.5, 05-08-2023 = * Fix ordering problems with filter model signals * Avoid lingering resize cursors * Fix alignment issues on sparc * Fix a problem with CSS corner values * Translation updates Brazilian Portuguese Czech Gree

Re: [OE-core] [PATCH] recipes/classes/scripts: Drop SRCPV usage in OE-Core

2023-08-11 Thread Bruce Ashfield
On Fri, Aug 11, 2023 at 9:49 AM Richard Purdie wrote: > > On Fri, 2023-08-11 at 14:45 +0100, Jose Quaresma wrote: > > Something to warm the user about the usage of it on existing layers > > around will be useful in my opinion. > > It is harmless but I'm sure we'll reach a point where we do somethi

Re: [OE-core] [PATCH] recipes/classes/scripts: Drop SRCPV usage in OE-Core

2023-08-11 Thread Richard Purdie
On Fri, 2023-08-11 at 14:45 +0100, Jose Quaresma wrote: > Something to warm the user about the usage of it on existing layers > around will be useful in my opinion. It is harmless but I'm sure we'll reach a point where we do something like that. There are also docs changes likely needed and so on.

Re: [OE-core] [PATCH] recipes/classes/scripts: Drop SRCPV usage in OE-Core

2023-08-11 Thread Jose Quaresma
Hi Richard, Something to warm the user about the usage of it on existing layers around will be useful in my opinion. Jose Richard Purdie escreveu no dia sexta, 11/08/2023 à(s) 14:35: > Now that SRCPV isn't needed we can simplify things in a few places... > > Signed-off-by: Richard Purdie > --

[OE-core] [PATCH] recipes/classes/scripts: Drop SRCPV usage in OE-Core

2023-08-11 Thread Richard Purdie
Now that SRCPV isn't needed we can simplify things in a few places... Signed-off-by: Richard Purdie --- .../recipes-test/devtool/devtool-upgrade-test2_git.bb | 2 +- .../devtool/devtool-upgrade-test2_git.bb.upgraded | 2 +- .../recipes-test/gitunpackoffline/gitunpackoffline.bb

[OE-core] [PATCH] base/package: Move source revision information from PV to PKGV

2023-08-11 Thread Richard Purdie
Source control information being present in PV used to be a hard requirement for bitbake to operate correctly. Now that hashes are a required part of task stamps, this requirement no longer exists. This means we can defer the hash pieces to PKGV and simplify PV. Use new bitbake fetcher API to inj

Re: [OE-core] [PATCH v2] systemd: add usrmerge to REQUIRED_DISTRO_FEATURES

2023-08-11 Thread Luca Bocassi
On Fri, 11 Aug 2023 at 13:24, Richard Purdie wrote: > > On Sat, 2023-08-05 at 22:35 +0100, Luca Bocassi wrote: > > From: Luca Boccassi > > > > Support for unmerged-usr is deprecated upstream, taints the system and > > has been removed for v255 (next release). > > Enforce building merged-usr image

[OE-Core][PATCH 0/2] oeqa/utils/gitarchive: fix tag name computation

2023-08-11 Thread Alexis Lothoré via lists . openembedded . org
Hello, this series brings a fix to a sporadic tag push issue observed in autobuilder. The bug is documented in bugzilla #15140 ([1]). Basically, whenever the autobuilder creates a new tag on test results, it is only aware of "local" tags, which is kind of faulty since used repository is a shallow c

[OE-Core][PATCH 2/2] oeqa/utils/gitarchive: fix tag computation when creating archive

2023-08-11 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Sporadic errors have been observed in autobuilder when trying to store new tests results: error: failed to push some refs to 'push.yoctoproject.org:yocto-testresults' hint: Updates were rejected because the tag already exists in the remote. The new tag name is generated by

[OE-Core][PATCH 1/2] oeqa/selftest: introduce gitarchive tests

2023-08-11 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Add a test suite for gitarchive.py. For now, only introduce tests on methods which needs to read existing tags The tests rely on tmpdirs to create local, "fake" results repository in order to allow basic git commands Signed-off-by: Alexis Lothoré --- .../oeqa/selftest/cas

Re: [OE-core] [PATCH v2] systemd: add usrmerge to REQUIRED_DISTRO_FEATURES

2023-08-11 Thread Richard Purdie
On Sat, 2023-08-05 at 22:35 +0100, Luca Bocassi wrote: > From: Luca Boccassi > > Support for unmerged-usr is deprecated upstream, taints the system and > has been removed for v255 (next release). > Enforce building merged-usr images when using systemd. This allows one > release cycle where it can

[OE-core] [PATCH] conf/init-mamager-systemd: Add usrmerge to DISTRO_FEATURES

2023-08-11 Thread Richard Purdie
usrmerge is now required by systemd, ensure this is also added to DISTRO_FEATURES when systemd is selected. Signed-off-by: Richard Purdie --- meta/conf/distro/include/init-manager-systemd.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/init-manag

Re: [OE-core] [PATCH v4 0/5] Add bblock helper scripts

2023-08-11 Thread Alexandre Belloni via lists.openembedded.org
On 11/08/2023 10:00:33+0200, Alexandre Belloni wrote: > On 10/08/2023 15:21:14+0200, Alexandre Belloni wrote: > > Hello, this causes oe-selftest failures on the autobuilders: > > > > https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/5589/steps/14/logs/stdio > > https://autobuilder.

[OE-core] [PATCH v2] externalsrc: fix dependency chain issues

2023-08-11 Thread Richard Purdie
From: Peter Suti Instead of deleting setscene tasks, now SSTATE_SKIP_CREATION is set instead. This seems to fix the compile issues where the populate_sysroot task was not run when an externalsrc recipe was built as a dependency. [YOCTO #15164] [RP addition: The deltask was added by me in 2012

[OE-core] [PATCH] qemuboot: Update hardcoded path to match new layout

2023-08-11 Thread Richard Purdie
Obviously this code is horrible and shouldn't hardcode it. Update it to match the WORKDIR change to drop PE/PR for now. Signed-off-by: Richard Purdie --- meta/classes-recipe/qemuboot.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-recipe/qemuboot.bbclass

Re: [OE-core] [PATCH v4 0/5] Add bblock helper scripts

2023-08-11 Thread Alexandre Belloni via lists.openembedded.org
On 10/08/2023 15:21:14+0200, Alexandre Belloni wrote: > Hello, this causes oe-selftest failures on the autobuilders: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/5589/steps/14/logs/stdio > https://autobuilder.yoctoproject.org/typhoon/#/builders/86/builds/5577/steps/14/logs

Re: [OE-core] Status of patchtest tool

2023-08-11 Thread Frederic Martinsons
Le ven. 11 août 2023, 09:05, Richard Purdie < richard.pur...@linuxfoundation.org> a écrit : > On Fri, 2023-08-11 at 08:00 +0200, Michael Opdenacker via > lists.openembedded.org wrote: > > Hi Frederic, > > > > On 11.08.23 at 07:28, Frederic Martinsons wrote: > > > Hello list > > > > > > Michael rec

Re: [OE-core] Status of patchtest tool

2023-08-11 Thread Richard Purdie
On Fri, 2023-08-11 at 08:00 +0200, Michael Opdenacker via lists.openembedded.org wrote: > Hi Frederic, > > On 11.08.23 at 07:28, Frederic Martinsons wrote: > > Hello list > > > > Michael recently made a change on contirubing guide talking about > > patchtest as a tool (quoting him) "to test user