${MIMEDIR} (aka ${datadir}/mime) is packaged in ${PN}-mime and the
reference to ${datadir}/mime/packages/io.systemd.xml for FILES:${PN}
should have been removed in commit
5560243137f772683e53b614f134dd632b62be8b.
Signed-off-by: Peter Kjellerstedt
---
meta/recipes-core/systemd/systemd_256.5.bb |
From: Benjamin Szőke
new URL for sources: http://ftp.midnight-commander.org/
Signed-off-by: Benjamin Szőke
Signed-off-by: Richard Purdie
(cherry picked from commit 03c4052718a9b8392b25e1770630317b8cf29fbe)
Signed-off-by: Steve Sakoman
---
meta/recipes-extended/mc/mc_4.8.31.bb | 2 +-
1 file
From: Jon Mason
Under high load, the ssh test is hitting the amount of retries.
Increase it to 20 to avoid this issue. This would increase the maximum
failure time from 50 seconds (5 * 10) to 100 seconds.
Signed-off-by: Jon Mason
Signed-off-by: Richard Purdie
(cherry picked from commit c79643
From: Jon Mason
Backport upstream patch to add a missing header. The patch says it is
for systemd, but I am seeing build issues when building openssh with
clang and musl. The issue being seen is:
#warning usage of non-standard #include is deprecated
And similar deprecated warnings. This patc
From: Wang Mingyu
Changelog:
==
- AdwAlertDialog
- Fix unmatched va_start()
- Fix setting default widget when removing a response
- AdwBreakpointCondition
- Fix leaks when parsing
- AdwBreakpointBin
- Fix a leak
- AdwDialog
- Fix toggling presentation mode
- Fix close button i
From: Siddharth Doshi
License-Update:
===
- README: Change in copyright years as per
https://w1.fi/cgit/hostap/commit/README?id=d945ddd368085f255e68328f2d3b020ceea359af
- wpa_supplicant/wpa_supplicant.c: Change in copyright years as per
https://w1.fi/cgit/hostap/commit/wpa_supplican
From: Wang Mingyu
Signed-off-by: Wang Mingyu
Signed-off-by: Alexandre Belloni
Signed-off-by: Richard Purdie
(cherry picked from commit b460d2d55a35450564ea04255153b0a3bf715530)
Signed-off-by: Steve Sakoman
---
...ireless-regdb_2024.05.08.bb => wireless-regdb_2024.07.04.bb} | 2 +-
1 file cha
From: Wang Mingyu
Changelog:
==
- context: use rpmtsAddReinstallElement() when doing a reinstall
- MergedTransaction: Fix invalid memory access when dropping items
- ConfigParser: fix use-out-of-scope leaks
- Since we use rpmtsAddReinstallElement rpm also uninstalls the package
- Fix coun
From: Wang Mingyu
Changelog:
===
- Fixed error handling when reading a mixed "1setOf" attribute.
- Fixed scheduler start if there is only domain socket to listen on
0001-use-echo-only-in-init.patch
0002-don-t-try-to-run-generated-binaries.patch
0004-cups-fix-multilib-install-file-conflic
From: Vijay Anusuri
Refreshed patch 0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch
Includes security fix
CVE-2023-49582
changelog:
https://downloads.apache.org/apr/CHANGES-APR-1.7
Signed-off-by: Vijay Anusuri
Signed-off-by: Richard Purdie
(cherry picked from commit c5d949846
From: Alexander Kanavin
At some point this became unnecessary, as tested by building apr
with DISTRO_FEATURES:append = " ld-is-gold"
The logs do confirm that (previously) problematic binary links without errors.
Signed-off-by: Alexander Kanavin
Signed-off-by: Richard Purdie
(cherry picked fro
From: Soumya Sambu
There is a LOW severity vulnerability affecting CPython, specifically the
'http.cookies' standard library module. When parsing cookies that contained
backslashes for quoted characters in the cookie value, the parser would use
an algorithm with quadratic complexity, resulting in
From: Dmitry Baryshkov
If XvFB is enabled, the CVE_STATUS for CVE-2023-5574 should be
'unpatched' rather than the empty string. Otherwise SDPX checker
complains:
xserver-xorg-2_21.1.13-r0 do_create_spdx: Unknown CVE status
Signed-off-by: Dmitry Baryshkov
Signed-off-by: Richard Purdie
(cherry
Please review this set of changes for scarthgap and have comments back by
end of day Friday, September 6
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/7306
The following changes since commit 553f31396a5d966ab827f1c4b807ef46649080d0:
linux-firm
From: Soumya Sambu
There is a HIGH severity vulnerability affecting the CPython "zipfile"
module. When iterating over names of entries in a zip archive (for example,
methodsof "zipfile.ZipFile" like "namelist()", "iterdir()", "extractall()",
etc) the process can be put into an infinite loop with
Includes fixes for CVE-2024-45490, CVE-2024-45491 and CVE-2024-45492.
https://blog.hartwork.org/posts/expat-2-6-3-released/
Signed-off-by: Richard Purdie
---
meta/recipes-core/expat/{expat_2.6.2.bb => expat_2.6.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-cor
From: Adrian Freihofer
Move the do_savedefconfig task definition from u-boot and kernel to
cml1.bbclass. There are more recipes which use the kbuild framework and
benefit from a do_savedefconfig task.
Signed-off-by: Adrian Freihofer
---
meta/classes-recipe/cml1.bbclass | 7 +++
meta/clas
On 9/4/24 21:36, Alexander Kanavin wrote:
I don't think putting this into get_layer_revisions() is correct.
Bitbake is not a layer, and obtaining its revision should be in a
separate pair of functions:
is_bitbake_in_separate_repo()
get_bitbake_revision()
Makes sense, I will send a V2 for it.
I don't think putting this into get_layer_revisions() is correct.
Bitbake is not a layer, and obtaining its revision should be in a
separate pair of functions:
is_bitbake_in_separate_repo()
get_bitbake_revision()
Alex
On Wed, 4 Sept 2024 at 15:23, Robert Yang via lists.openembedded.org
wrote:
>
From: Robert Yang
Clone https://git.openembedded.org/bitbake into poky/bitbake
Before the patch:
meta
meta-poky
meta-yocto-bsp = "master:377fd06d86f5f3be80a927ee19c30d9557077a7f"
Now:
bitbake = "master:5bd0c65c217394cde4c8e382eba6cf7f4b909c97"
meta
meta-poky
meta-yocto-bsp
From: Robert Yang
The following changes since commit 94ff1be36a1eeef7ddceb4fcf20425a03cd052de:
devtool: remove obsolete SRCTREECOVEREDTASKS handling (2024-09-04 12:36:43
+0100)
are available in the Git repository at:
https://github.com/robertlinux/yocto rbt/buildcfg
https://github.com/r
On Wed, Sep 4, 2024 at 1:57 PM Richard Purdie
wrote:
>
> On Wed, 2024-09-04 at 08:53 +0200, Martin Jansa via
> lists.openembedded.org wrote:
> > Some related info I've found now:
> > https://reviews.llvm.org/D148975?id=516863
> > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109591
> >
> > maybe af
The contents of the COPYING file included in the current source code
package match those of LGPL-2.0 license, which seems to have been the
case since 2011 commit
https://gitlab.gnome.org/GNOME/gcr/-/commit/c6691faa0348ab087e99ab9bd9914e1d5e81fa14
Signed-off-by: Niko Mauno
---
meta/recipes-gnome/
The contents of the LICENSE.md file included in the current source
code package match those of libtiff license, which seems to have been
the case since 1999 commit
https://gitlab.com/libtiff/libtiff/-/commit/0ef31e1f62aa7a8b1c488a59c4930775ee0046e4
where it was added with filename COPYRIGHT and was
in case of running two or more runqemu instances in parallel
with no previously setup tap devices, the following happens:
instance A probes for tap devices, but doesn't find
any, proceeds to generating tap devices with the sudo call,
resulting in tap0.
instance B starts to probes, finds tap0.
Both
On Wed, 2024-09-04 at 08:53 +0200, Martin Jansa via
lists.openembedded.org wrote:
> Some related info I've found now:
> https://reviews.llvm.org/D148975?id=516863
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109591
>
> maybe affected by -fcanon-prefix-map used since gcc-13:
> https://git.openemb
We've been able to run musl and glibc builds in the same TMPDIR for
many years and a separate directory is not required. Most distros disable
this value for that reason.
Drop support for the variable to make it clear and easy for distros
to be able to set multiconfigs which behave consistently for
The TCLIBC value is already encoded into build paths through the triplet
so no need to encode it here where it can cause problems for allarch output
that span multiple libcs.
Signed-off-by: Richard Purdie
---
meta/classes-global/insane.bbclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/
Adding Alexandre and Kristian since they contributed the uki support,
On Wed, Sep 04, 2024 at 11:17:29AM +0200, Alexander Kanavin wrote:
> On Wed, 4 Sept 2024 at 09:56, Mikko Rapeli wrote:
> > > Not rejected per se; I would suggest that the existing wic
> > > implementation is rewritten to use th
On Wed, 4 Sept 2024 at 09:56, Mikko Rapeli wrote:
> > Not rejected per se; I would suggest that the existing wic
> > implementation is rewritten to use the class (and hopefully becomes
> > radically simpler and shorter)!
> >
> > It's fine to not be entirely backwards compatible; this is master, an
Hi, Raj
> https://lore.kernel.org/openembedded-core/20240904031759.1891128-1-r
> aj.k...@gmail.com/T/#u
> Can you test it please ?
I did a build test on qemuarm64 enabled multilib. The conflict error has gone.
Best regards
Lei
> -Original Message-
> From: Khem Raj
> Sent: Wednesday,
Hi,
On Mon, Sep 02, 2024 at 04:30:53PM +0200, Alexander Kanavin wrote:
> On Mon, 2 Sept 2024 at 16:15, Mikko Rapeli wrote:
>
> > So, this is a wic image format specific re-implementation of systemd
> > ukify.py script.
> > Calling not systemd ukify.py but objcopy directly. No control over kerne
On Wed, 2024-09-04 at 01:25 +, Mingyu Wang (Fujitsu) wrote:
> I set machine=qemux86_64, DISTRO="poky-altcfg", but I did not
> reproduce this issue.
> Is there any other setting necessary?
That build also adds:
DISTRO_FEATURES:append = ' api-documentation'
Cheers,
Richard
-=-=-=-=-=-=-=-=-=
33 matches
Mail list logo