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 |
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
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
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
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
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
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
=
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
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
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
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.
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
> --
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
26 matches
Mail list logo