|
[PATCH 1/3] Add python3-hatchling (from meta-oe)
Recipes in core are now needing to use the Hatch build system, so
move the hatchling recipe and class from meta-oe to oe-core.
Signed-off-by: Ross Burton <ross.burton@...>
---
Recipes in core are now needing to use the Hatch build system, so
move the hatchling recipe and class from meta-oe to oe-core.
Signed-off-by: Ross Burton <ross.burton@...>
---
|
By
Ross Burton
·
#167075
·
|
|
[dunfell 12/12] archiver: don't use machine variables in shared recipes
From: Jose Quaresma <quaresma.jose@...>
When using multiconfig with the same TMP folder we can have
races because the shared recipes like gcc-source run twice.
ARCHIVER_OUTDIR =
From: Jose Quaresma <quaresma.jose@...>
When using multiconfig with the same TMP folder we can have
races because the shared recipes like gcc-source run twice.
ARCHIVER_OUTDIR =
|
By
Steve Sakoman
·
#167074
·
|
|
[dunfell 11/12] gcc-source: Fix incorrect task dependencies from ${B}
From: Richard Purdie <richard.purdie@...>
Some tasks may reference ${B} for gcc-source which in general would not exist.
It has dependencies on HOST_SYS and TARGET_SYS which are not
From: Richard Purdie <richard.purdie@...>
Some tasks may reference ${B} for gcc-source which in general would not exist.
It has dependencies on HOST_SYS and TARGET_SYS which are not
|
By
Steve Sakoman
·
#167073
·
|
|
[dunfell 10/12] e2fsprogs: add alternatives handling of lsattr as well
From: Rasmus Villemoes <rasmus.villemoes@...>
Building busybox with CONFIG_LSATTR=y and installing that in the same
filesystem as e2fsprogs breaks:
ERROR: ... do_rootfs: Postinstall
From: Rasmus Villemoes <rasmus.villemoes@...>
Building busybox with CONFIG_LSATTR=y and installing that in the same
filesystem as e2fsprogs breaks:
ERROR: ... do_rootfs: Postinstall
|
By
Steve Sakoman
·
#167072
·
|
|
[dunfell 09/12] oescripts: change compare logic in OEListPackageconfigTests
From: Mingli Yu <mingli.yu@...>
When multilib enabled and add layers/meta-openembedded/meta-oe in
conf/bblayers.conf, it reports below error when run oe-selftest.
$ oe-selftest -r
From: Mingli Yu <mingli.yu@...>
When multilib enabled and add layers/meta-openembedded/meta-oe in
conf/bblayers.conf, it reports below error when run oe-selftest.
$ oe-selftest -r
|
By
Steve Sakoman
·
#167071
·
|
|
[dunfell 08/12] archiver: use bb.note instead of echo
From: Jose Quaresma <quaresma.jose@...>
Signed-off-by: Jose Quaresma <jose.quaresma@...>
Signed-off-by: Luca Ceresoli <luca.ceresoli@...>
Signed-off-by: Richard Purdie
From: Jose Quaresma <quaresma.jose@...>
Signed-off-by: Jose Quaresma <jose.quaresma@...>
Signed-off-by: Luca Ceresoli <luca.ceresoli@...>
Signed-off-by: Richard Purdie
|
By
Steve Sakoman
·
#167070
·
|
|
[dunfell 07/12] rootfs.py: close kernel_abi_ver_file
From: Martin Jansa <Martin.Jansa@...>
* fixes:
oe-core/meta/lib/oe/rootfs.py:331: ResourceWarning: unclosed file <_io.TextIOWrapper name='pkgdata/mach/kernel-depmod/kernel-abiversion'
From: Martin Jansa <Martin.Jansa@...>
* fixes:
oe-core/meta/lib/oe/rootfs.py:331: ResourceWarning: unclosed file <_io.TextIOWrapper name='pkgdata/mach/kernel-depmod/kernel-abiversion'
|
By
Steve Sakoman
·
#167069
·
|
|
[dunfell 06/12] license.bbclass: Bound beginline and endline in copy_license_files()
From: Peter Kjellerstedt <peter.kjellerstedt@...>
Ensure that begin_idx (i.e., beginline - 1) and end_idx (i.e.,
endline) are positive numbers in copy_license_files(). This makes sure
the same
From: Peter Kjellerstedt <peter.kjellerstedt@...>
Ensure that begin_idx (i.e., beginline - 1) and end_idx (i.e.,
endline) are positive numbers in copy_license_files(). This makes sure
the same
|
By
Steve Sakoman
·
#167068
·
|
|
[dunfell 05/12] alsa-plugins: fix libavtp vs. avtp packageconfig
From: Marcel Ziswiler <marcel.ziswiler@...>
Fix PACKAGECONFIG to refer to libavtp instead of avtp as this is what
the project and everything is really called everywhere.
Signed-off-by:
From: Marcel Ziswiler <marcel.ziswiler@...>
Fix PACKAGECONFIG to refer to libavtp instead of avtp as this is what
the project and everything is really called everywhere.
Signed-off-by:
|
By
Steve Sakoman
·
#167067
·
|
|
[dunfell 04/12] kernel-yocto.bbclass: Reset to exiting on non-zero return code at end of task
From: Stefan Wiehler <stefan.wiehler@...>
Several tasks deactivate exiting on non-zero return codes via set +e because
they run subcommands that have legitimate non-zero return codes. However
From: Stefan Wiehler <stefan.wiehler@...>
Several tasks deactivate exiting on non-zero return codes via set +e because
they run subcommands that have legitimate non-zero return codes. However
|
By
Steve Sakoman
·
#167066
·
|
|
[dunfell 03/12] vim: Upgrade 8.2.5034 -> 8.2.5083
From: Richard Purdie <richard.purdie@...>
Includes fixes for CVE-2022-1927, CVE-2022-1942.
Signed-off-by: Richard Purdie <richard.purdie@...>
Signed-off-by: Alexandre
From: Richard Purdie <richard.purdie@...>
Includes fixes for CVE-2022-1927, CVE-2022-1942.
Signed-off-by: Richard Purdie <richard.purdie@...>
Signed-off-by: Alexandre
|
By
Steve Sakoman
·
#167065
·
|
|
[dunfell 02/12] openssh: Whitelist CVE-2021-36368
From: Pawan Badganchi <badganchipv@...>
As per debian, the issue is fixed by a feature called
"agent restriction" in openssh 8.9.
Urgency is unimportant as per debian, Hence this CVE is
From: Pawan Badganchi <badganchipv@...>
As per debian, the issue is fixed by a feature called
"agent restriction" in openssh 8.9.
Urgency is unimportant as per debian, Hence this CVE is
|
By
Steve Sakoman
·
#167064
·
|
|
[dunfell 01/12] cups: fix CVE-2022-26691
In scheduler/cert.c the previous algorithm didn't expect the strings can
have a different length, so one string can be a substring of the other
and such substring was reported as equal to the longer
In scheduler/cert.c the previous algorithm didn't expect the strings can
have a different length, so one string can be a substring of the other
and such substring was reported as equal to the longer
|
By
Steve Sakoman
·
#167063
·
|
|
[dunfell 00/12] Patch review
Please review this set of patches for dunfell and have comments back by end
of day Tuesday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3790
The
Please review this set of patches for dunfell and have comments back by end
of day Tuesday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3790
The
|
By
Steve Sakoman
·
#167062
·
|
|
[kirkstone 15/15] liberror-perl: Update sstate/equiv versions to clean cache
From: Richard Purdie <richard.purdie@...>
There are cached reproducibility issues on the autobuilder due to the PRServ
sstate checksum issues, flush the bad data out the system by
From: Richard Purdie <richard.purdie@...>
There are cached reproducibility issues on the autobuilder due to the PRServ
sstate checksum issues, flush the bad data out the system by
|
By
Steve Sakoman
·
#167061
·
|
|
[kirkstone 14/15] systemd: update 0008-add-missing-FTW_-macros-for-musl.patch
From: Pavel Zhukov <pavel@...>
Fixes fuzz warning with insane class ihnerited introduced in 4c3f51142b
Kirkstone specific, master has been updated to 251.2 and FTBFS with musl [Yocto
From: Pavel Zhukov <pavel@...>
Fixes fuzz warning with insane class ihnerited introduced in 4c3f51142b
Kirkstone specific, master has been updated to 251.2 and FTBFS with musl [Yocto
|
By
Steve Sakoman
·
#167060
·
|
|
[kirkstone 13/15] archiver: don't use machine variables in shared recipes
From: Jose Quaresma <quaresma.jose@...>
When using multiconfig with the same TMP folder we can have
races because the shared recipes like gcc-source run twice.
ARCHIVER_OUTDIR =
From: Jose Quaresma <quaresma.jose@...>
When using multiconfig with the same TMP folder we can have
races because the shared recipes like gcc-source run twice.
ARCHIVER_OUTDIR =
|
By
Steve Sakoman
·
#167059
·
|
|
[kirkstone 12/15] gcc-source: Fix incorrect task dependencies from ${B}
From: Richard Purdie <richard.purdie@...>
Some tasks may reference ${B} for gcc-source which in general would not exist.
It has dependencies on HOST_SYS and TARGET_SYS which are not
From: Richard Purdie <richard.purdie@...>
Some tasks may reference ${B} for gcc-source which in general would not exist.
It has dependencies on HOST_SYS and TARGET_SYS which are not
|
By
Steve Sakoman
·
#167058
·
|
|
[kirkstone 11/15] git: fix override syntax in RDEPENDS
From: Yi Zhao <yi.zhao@...>
RDEPENDS_${PN}-tk -> RDEPENDS:${PN}-tk
Signed-off-by: Yi Zhao <yi.zhao@...>
Signed-off-by: Alexandre Belloni
From: Yi Zhao <yi.zhao@...>
RDEPENDS_${PN}-tk -> RDEPENDS:${PN}-tk
Signed-off-by: Yi Zhao <yi.zhao@...>
Signed-off-by: Alexandre Belloni
|
By
Steve Sakoman
·
#167057
·
|
|
[kirkstone 10/15] popt: fix override syntax in RDEPENDS
From: Yi Zhao <yi.zhao@...>
RDEPENDS_${PN}-ptest -> RDEPENDS:${PN}-ptest
Signed-off-by: Yi Zhao <yi.zhao@...>
Signed-off-by: Alexandre Belloni
From: Yi Zhao <yi.zhao@...>
RDEPENDS_${PN}-ptest -> RDEPENDS:${PN}-ptest
Signed-off-by: Yi Zhao <yi.zhao@...>
Signed-off-by: Alexandre Belloni
|
By
Steve Sakoman
·
#167056
·
|