On 6/12/24 13:50, patcht...@automation.yoctoproject.org wrote:
Thank you for your submission. Patchtest identified one
or more issues with the patch. Please see the log below for
more information:
---
Testing patch /home/patchtest/share/mboxes/v2-1-2-ccache-4.9.1---4.10.patch
FAIL: test lic f
Thank you for your submission. Patchtest identified one
or more issues with the patch. Please see the log below for
more information:
---
Testing patch /home/patchtest/share/mboxes/v2-1-2-ccache-4.9.1---4.10.patch
FAIL: test lic files chksum modified not mentioned: LIC_FILES_CHKSUM changed
witho
From: Robert Yang
It is required by ccache 4.10, from cmake/Dependencies.cmake:
find_package(Fmt 8.0.0 MODULE REQUIRED)
Signed-off-by: Robert Yang
---
meta/conf/distro/include/maintainers.inc | 1 +
meta/recipes-devtools/fmt/fmt_10.2.1.bb | 16
2 files changed, 17 insertions
From: Robert Yang
* V2
Add "License-Update:" tag
* V1
The fmt is from meta-oe, will send a patch to remove it from meta-oe after
this patch is merged.
The following changes since commit 07b4c7a2bd23f8645810e13439e814caaaf9cd94:
linuxloader: add -armhf on arm only for TARGET_FPU 'hard'
From: Robert Yang
* Remove 0001-xxhash.h-Fix-build-with-gcc-12.patch since there is no xxhash in
ccache by default any more.
* License-Update:
- Update LIC_FILES_CHKSUM becaue a few third party licenses have been removed:
$ git diff --stat v4.9.1..v4.10 LICENSE.adoc
LICENSE.adoc | 222
Thank you for your submission. Patchtest identified one
or more issues with the patch. Please see the log below for
more information:
---
Testing patch /home/patchtest/share/mboxes/1-2-ccache-4.9.1---4.10.patch
FAIL: test lic files chksum modified not mentioned: LIC_FILES_CHKSUM changed
without
On 5/27/24 13:51, Robert Yang via lists.openembedded.org wrote:
From: Robert Yang
* V2
Add coreutils to RDEPENDS:quilt-ptest to fix ptest error
Ping.
// Robert
* V1
Initial version
The following changes since commit 1187a460c2608369df8de08fe52a5542e4ab6ecd:
oe-build-perf-repo
From: Robert Yang
The fmt is from meta-oe, will send a patch to remove it from meta-oe after this
patch is merged.
// Robert
The following changes since commit 07b4c7a2bd23f8645810e13439e814caaaf9cd94:
linuxloader: add -armhf on arm only for TARGET_FPU 'hard' (2024-06-11
11:41:09 +0100)
ar
From: Robert Yang
It is required by ccache 4.10, from cmake/Dependencies.cmake:
find_package(Fmt 8.0.0 MODULE REQUIRED)
Signed-off-by: Robert Yang
---
meta/conf/distro/include/maintainers.inc | 1 +
meta/recipes-devtools/fmt/fmt_10.2.1.bb | 16
2 files changed, 17 insertions
From: Robert Yang
* Remove 0001-xxhash.h-Fix-build-with-gcc-12.patch since there is no xxhash in
ccache by default any more.
* Update LIC_FILES_CHKSUM becaue a few third party licenses have been removed:
$ git diff --stat v4.9.1..v4.10 LICENSE.adoc
LICENSE.adoc | 222 +--
From: Ola x Nilsson
go.bbclass uses a special do_unpack function that causes the git root
to be different from S. Verify that it unpacks as expected.
[ YOCTO #15483 ]
Signed-off-by: Ola x Nilsson
Signed-off-by: Alexandre Belloni
Signed-off-by: Richard Purdie
(cherry picked from commit fab0c
From: Anton Almqvist
One of the git submodule commands failed for source extracted for
recipes using go.bbclass. The root cause is probably the path set up
by go_do_unpack which makes S and gitroot not match.
This patch does not fix the root problem, but at least it is no worse
than before the
From: Felix Nilsson
Handle errors when SHLVL isn't set.
Signed-off-by: Felix Nilsson
Signed-off-by: Richard Purdie
(cherry picked from commit 5df53fcfe3b70a5312fced3fcc1ba6290f2ee794)
Signed-off-by: Peter Kjellerstedt
---
meta/recipes-core/base-files/base-files/profile | 2 +-
1 file changed
Hi,
Any concern about this patch? VOLATILE_TMP_DIR is originally added to
specify the persistence of /tmp,
and I think it named as "VOLATILE_TMP", so maybe it is ok to extend to
specify the persistence of /var/tmp (which by default is /var/volatile/tmp).
And this will cause doc change.
Reg
ping
On 5/30/24 17:02, Changqing Li wrote:
From: Changqing Li
According to meson.build, tmp.mount is installed under
"prefixdir/'lib/systemd/system'", but for 64bit system, rootlibdir is
/usr/lib64/systemd/system, this make tmp.mount not removed, and /tmp
still mounted as tmpfs filesystem. Fixe
[Edited Message Follows]
S = "${WORKDIR}/git" does not contain "${TMPDIR}/work-shared" path, therefore
"def is_work_shared(d):" will be returned with False and archiver is failed for
linux kernel recipe (somewhy unpack is broken and kernel source is missing in
work-shared folder in this situati
[Edited Message Follows]
S = "${WORKDIR}/git" does not contain "${TMPDIR}/work-shared" path, therefore
"def is_work_shared(d):" will be returned with False and archiver is failed for
linux kernel recipe (somewhy unpack is broken and kernel source is missing in
work-shared folder in this situati
[Edited Message Follows]
S = "${WORKDIR}/git" does not contain "${TOPDIR}/work-shared" path, therefore
"def is_work_shared(d):" will be returned with False and archiver is failed for
linux kernel recipe (somewhy unpack is broken and kernel source is missing in
work-shared folder in this situati
S = "${WORKDIR}/git" does not contain "${TOPDIR}/work-shared" path, therefore
"def is_work_shared(d):" will be returned with False and archiver is failed for
linux kernel recipe (somewhy unpack is broken and kernel source is missing in
work-shared folder in this situation).
https://github.com/op
From: Tim Orling
https://github.com/jaraco/zipp/blob/main/NEWS.rst
v3.19.2
* No significant changes.
v3.19.1
* Bugfixes
- Improved handling of malformed zip files. (#119)
v3.19.0
* Features
- Implement is_symlink. (#117)
https://github.com/jaraco/zipp/compare/v3.18.2...v3.19.2
Signed-off
From: Tim Orling
https://github.com/python/typing_extensions/blob/main/CHANGELOG.md
Release 4.12.2 (June 7, 2024)
* Add typing_extensions.get_annotations, a backport of
inspect.get_annotations that adds features specified by PEP 649. Patch
by Jelle Zijlstra.
* Fix regression in v4.12
Hello Stephen,
If you allow me... Few questions, mainly to clarify things. For laics like me.
> We have a fix for the final Fedora 40 issue, thanks Victor.
This is this problem with the GCC 14.1 compiler, correct?
So, as my understanding is, the YP 5.0.2 Build Date 2024-06-24 will
include GCC 1
From: Tim Orling
https://requests.readthedocs.io/en/latest/community/updates/#release-history
2.32.3 (2024-05-29)
* Bugfixes - Fixed bug breaking the ability to specify custom SSLContexts
in sub-classes of HTTPAdapter. (#6716)
* Fixed issue where Requests started failing to run on Python
From: Tim Orling
What's Changed
- pyupgrade/black/isort/flake8 → ruff by @DimitriPapadopoulos in #769
- Add support for Python 3.13 and drop EOL 3.7 by @hugovk in #783
- Bump the github-actions group with 4 updates by @dependabot in #782
- Fix typo in _parser docstring by @pradyunsg in #784
From: Tim Orling
https://github.com/more-itertools/more-itertools/compare/v10.2.0...v10.3.0
https://more-itertools.readthedocs.io/en/stable/versions.html
10.3.0
* New functions
- powerset_of_sets(), dft(), and idft() (thanks to rhettinger)
- join_mappings() (thanks to NeilGirdhar and rhetti
From: Tim Orling
https://github.com/certifi/python-certifi/compare/2024.02.02...2024.06.02
* Various dependabot updates to dependencies
* Test against Python 3.12 stable and 3.13-dev
* Added 3.12 classifier
Signed-off-by: Tim Orling
---
Tested by also building python3-requests and python3-urll
From: Tim Orling
* Refresh 0001-pyproject.toml-remove-benchmark-disable-option.patch
* Also upgrade python3-cryptography-vectors
42.0.8 - 2024-06-04
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.2.2.
https://cryptography.io/en/latest/changelog/#v42-0-8
https://githu
From: Tim Orling
Add v0.1.0 of python3-guessing-game which is used as the baseline
for an upgrade to v0.2.0 in test_devtool_upgrade_recipe_update_extra_tasks
test case.
Signed-off-by: Tim Orling
---
Changes in v2:
* Change to the git.yoctoproject.org url
.../python/python3-guessing-game-cra
From: Tim Orling
Add test_devtool_upgrade_recipe_update_extra_tasks test case
to test upgrade of python3-guessing-game from v0.1.0 to v0.2.0
which will exercise the update_crates task during the upgrade.
Add python3-guessing-game_git.bb.upgraded and
python3-guessing-game-crates.inc.upgraded whi
From: Tim Orling
Document the new RECIPE_UPDATE_EXTRA_TASKS variable
and give cargo-update-recipe-crates as a concrete
example.
Signed-off-by: Tim Orling
---
No changes in v2
documentation/ref-manual/variables.rst | 7 +++
1 file changed, 7 insertions(+)
diff --git a/documentation/ref-ma
From: Tim Orling
When we upgrade a recipe that inherits cargo-update-recipe-crates and
the upstream Cargo.toml/Cargo.lock have been changed, we need to run
the update_crates task or else the devtool upgrade (and therefore
AUH upgrade) will fail.
Add "do_update_crates" task to RECIPE_UPDATE_EXTRA
From: Tim Orling
For some recipes, such as those that inherit cargo-update-recipe-crates,
we need to run additional tasks once the new sources have been unpacked.
Introduce a new variable RECIPE_UPDATE_EXTRA_TASKS which is a space-
delimited list of tasks to run after the new sources have been
u
From: Tim Orling
Whenever a recipe which inherits cargo-update-recipe-crates is upgraded with
devtool (such as with the Auto Upgrade Helper) we frequently see failures.
If the upstream Cargo.toml or Cargo.lock has been changed, the corresponding
-crates.inc needs to be updated. This is done by ru
Hello Martin,
On Tue, Jun 11, 2024 at 04:44:04PM +0200, Martin Hundebøll wrote:
> On Tue, 2024-06-11 at 15:22 +0200, Marcus Folkesson wrote:
> > Hi Ross,
> >
> > On Tue, Jun 11, 2024 at 10:37:06AM +, Ross Burton wrote:
> > > On 30 May 2024, at 10:53, Marcus Folkesson via
> > > lists.openembed
On Sun, Jun 9, 2024 at 9:27 PM Aleksandar Nikolic via lists.openembedded.org
wrote:
> The variable contains the suffix of the CVE JSON manifest file.
> By default, this variable is set to 'json', so the current behavior
> is not changed, but enables developers to use some other suffix,
> e.g., cv
Current Dev Position: YP 5.1 M2
Next Deadline: YP 5.1 M2 Build 8 July 2024
Next Team Meetings:
-
Bug Triage meeting Thursday June 13th at 7:30 am PST (
https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09)
-
Weekly Project Engineering Sync Tuesday June 11th at 8 am P
Thank you for your submission. Patchtest identified one
or more issues with the patch. Please see the log below for
more information:
---
Testing patch
/home/patchtest/share/mboxes/v2-ltp-Fix-build-break-with-clang-on-risv64.patch
FAIL: test commit message presence: Please include a commit messa
On Tue, 2024-06-11 at 15:22 +0200, Marcus Folkesson wrote:
> Hi Ross,
>
> On Tue, Jun 11, 2024 at 10:37:06AM +, Ross Burton wrote:
> > On 30 May 2024, at 10:53, Marcus Folkesson via
> > lists.openembedded.org
> > wrote:
> > > The image-bootfiles class is used to put all files listed in
> > >
Signed-off-by: Khem Raj
---
v2: Drop setting compiler-rt explicitly
...-__clear_cache-declaration-for-clang.patch | 32 +++
meta/recipes-extended/ltp/ltp_20240524.bb | 1 +
2 files changed, 33 insertions(+)
create mode 100644
meta/recipes-extended/ltp/ltp/0001-Add-__clear_
On Tue, Jun 11, 2024 at 4:40 AM Richard Purdie
wrote:
>
> On Mon, 2024-06-10 at 15:41 -0600, Joshua Watt via
> lists.openembedded.org wrote:
> > This patch series add support for SPDX 3.0. Currently it is not
> > possible
> > to have SPDX 2.2 and SPDX 3.0 enabled at the same time; users may
> > ch
Thank you for your submission. Patchtest identified one
or more issues with the patch. Please see the log below for
more information:
---
Testing patch
/home/patchtest/share/mboxes/3-3-scripts-oe-replicate-build-add-a-script-that-packages-and-replicates-a-yocto-build-elsewhere.patch
FAIL: test s
Thank you for your submission. Patchtest identified one
or more issues with the patch. Please see the log below for
more information:
---
Testing patch
/home/patchtest/share/mboxes/1-3-bblayers-setupwriters-oe-local-copy-add-a-local-copy-plugin-for-bitbake-layers-create-layer-setup.patch
FAIL: t
From: Alexander Kanavin
This plugin copies all currently configured layer respositories into
a dedicated location on local disk. This is useful for entirely offline
layer replication, when the layers are packed and then unpacked from
an archive, rather than fetched from git (there can be situatio
From: Alexander Kanavin
This scripts takes an existing, active yocto build, and puts pieces of it
into a bundle directory, which is then placed in a tarball, and that goes
into a self-extracting shell archive. This allows moving the bundle to another
machine, or placing it on a network server for
From: Alexander Kanavin
The default (current directory) is unfortunately non-deterministic, as
the operation is performed from bitbake-server and not from bitbake
process directly. If the server was started in a different directory
it will write the files there, and not where bitbake command requ
From: Khem Raj
Use OBJDUMP variable in the script, this helps in using the lddwrapper
with recipes which maybe using different objdump tools e.g.l
llvm-objdump or vice-versa
Signed-off-by: Khem Raj
Signed-off-by: Richard Purdie
(cherry picked from commit c04b3e0e371859c159b76bff87a5b1299b51d0c
On Tue, Jun 11, 2024 at 3:49 AM Ross Burton wrote:
> On 11 Jun 2024, at 07:00, Khem Raj via lists.openembedded.org gmail@lists.openembedded.org> wrote:
> >
> > +LDFLAGS:append:riscv64:toolchain-clang = " -rtlib=compiler-rt"
>
> Can you add a quick comment explaining what this is for? Presum
Hi Ross,
OK, I addressed your feedback. On a side note, coredumpctl matches based on
process names are really confusing when used with symlinks. I used a
match based on pid to avoid the confusion:
"
# coredumpctl list
TIME PID UID GID SIG COREFILE EXE
SIZE
Tue 2024-05
Thank you for your submission. Patchtest identified one
or more issues with the patch. Please see the log below for
more information:
---
Testing patch
/home/patchtest/share/mboxes/scarthgap-07-10-run-postinsts.service-Removed---no-reload-to-fix-reload-warning-when-users-execute-systemctl-in-the-
From: Etienne Cordonnier
Fix this error where 'coredumpctl info' warns that the coredump is still being
processed:
```
AssertionError: 1 != 0 : MiniDebugInfo Test failed: No match found.
-- Notice: 1 systemd-coredump@.service unit is running, output may be
incomplete.
```
Signed-off-by: Etienn
Hi Ross,
On Tue, Jun 11, 2024 at 10:37:06AM +, Ross Burton wrote:
> On 30 May 2024, at 10:53, Marcus Folkesson via lists.openembedded.org
> wrote:
> > The image-bootfiles class is used to put all files listed in
> > IMAGE_BOOT_FILES into the root filesystem.
> >
> > IMAGE_BOOT_FILES is used
From: Robert Joslyn
When newlib and libgloss were updated to 4.3.0, SRC_URI was updated to
append a fix-rs6000-cflags.patch file when building on PowerPC, but this
file was not added to the repo.
Remove appending the missing patch.
Signed-off-by: Robert Joslyn
Signed-off-by: Alexandre Belloni
From: Martin Hundeb?ll
The change in commit 39fc503036
("classes: image_types: apply EXTRA_IMAGECMD:squashfs* in oe_mksquashfs()")
assigns $@ to a local variable without quoting it. While this works with
bash, it fails with dash. Here, only the first token of $@ is assigned
to the variable, and t
From: Mark Hatle
Code backported from binutils development tree.
aarch64: Remove asserts from operand qualifier decoders [PR31595]
Given that the disassembler should never abort when decoding
(potentially random) data, assertion statements in the
`get_*reg_qualifier_from_value' function
From: Lei Maohui
This warning is because after systemd has been upgraded to 255, reloading units
operation is needed even when "enable/disable" units by systemctl.
(From OE-Core rev: 28a7064403f2433ef3cb4d52b03dd73437f2d665)
Signed-off-by: Lei Maohui
Signed-off-by: Alexandre Belloni
Signed-o
From: Soumya Sambu
Addresses the security issues - CVE-2024-32002, CVE-2024-32004,
CVE-2024-32020,CVE-2024-32021 and CVE-2024-32465
Changelog:
==
https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.44.1.txt
Signed-off-by: Soumya Sambu
Signed-off-by: Alexandre Bell
Please review this set of changes for scarthgap and have comments back by
end of day Thursday, June 13.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/7024
The following changes since commit a3f5ac9f9fee2c8e10fec7c3f758e49513fef724:
git: set --
From: Siddharth
CVE's Fixed by upgrade:
CVE-2024-4741: Fixed potential use after free after SSL_free_buffers() is called
CVE-2024-4603: Fixed an issue where checking excessively long DSA keys or
parameters may be very slow
CVE-2024-2511: Fixed unbounded memory growth with session handling in TLS
From: Ross Burton
- Fix a build failure (Christian Heusel)
- Fix occasional build failures (Benjamin Gilbert)
- ani: Reject files with multiple INA or IART chunks (Benjamin Gilbert)
- ani: Reject files with multiple anih chunks (Benjamin Gilbert, CVE-2022-48622)
- ani: validate chunk size (Benjam
From: Soumya Sambu
wall in util-linux through 2.40, often installed with setgid
tty permissions, allows escape sequences to be sent to other
users' terminals through argv. (Specifically, escape sequences
received from stdin are blocked, but escape sequences received
from argv are not blocked.) Th
From: Wang Mingyu
0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch
fatal-loader.patch
refreshed for 2.42.11
Changelog:
===
- Disable fringe loaders by default
- Introspection fixes
- Translation updates
Signed-off-by: Wang Mingyu
Signed-off-by: Richard Purdie
(cherry pi
On Tue, 11 Jun 2024 at 12:56, Richard Purdie
wrote:
> oe-arch is the right place to discuss with the OE TSC being the
> ultimate decision maker if needed.
I've written a summary reply to oe-arch so that we can continue there.
Alex
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to
On Tue, 2024-06-11 at 12:45 +0200, Alexander Kanavin wrote:
> On Mon, 10 Jun 2024 at 16:51, Richard Purdie
> wrote:
> > > I don't quite follow. If BB_CONF_FRAGMENTS value is a space separated
> > > list of fragments, then how would the tooling
> > >
> > > - add to it?
> > > - remove from it?
> >
On 11 Jun 2024, at 07:00, Khem Raj via lists.openembedded.org
wrote:
>
> +LDFLAGS:append:riscv64:toolchain-clang = " -rtlib=compiler-rt"
Can you add a quick comment explaining what this is for? Presumably it’s
Yocto-specific as otherwise it would be upstream, so why.
Ross
-=-=-=-=-=-=-=-=-
On 6 Jun 2024, at 21:48, Livius via lists.openembedded.org
wrote:
>
> From: Benjamin Szőke
>
> Restore to use checking inherited kernel class, because it possible
> that some BSP's linux kernel recipe (like linux-fslc in meta-freescale)
> change source dir to S = "${WORKDIR}/git" symbolic link
On 10 Jun 2024, at 17:16, Etienne Cordonnier via lists.openembedded.org
wrote:
>
> From: Etienne Cordonnier
>
> Fix this error where 'coredumpctl info' warns that the coredump is still being
> processed:
>
> ```
> AssertionError: 1 != 0 : MiniDebugInfo Test failed: No match found.
> -- Notice
On Mon, 10 Jun 2024 at 16:51, Richard Purdie
wrote:
> > I don't quite follow. If BB_CONF_FRAGMENTS value is a space separated
> > list of fragments, then how would the tooling
> >
> > - add to it?
> > - remove from it?
>
> bb.utils.edit_metadata()/bb.utils.edit_metadata_file() ?
Right, I had no i
On Mon, 2024-06-10 at 15:41 -0600, Joshua Watt via
lists.openembedded.org wrote:
> This patch series add support for SPDX 3.0. Currently it is not
> possible
> to have SPDX 2.2 and SPDX 3.0 enabled at the same time; users may
> choose
> to specifically use SPDX 3.0 instead of 2.2 by doing INHERIT +
On 30 May 2024, at 10:53, Marcus Folkesson via lists.openembedded.org
wrote:
> The image-bootfiles class is used to put all files listed in
> IMAGE_BOOT_FILES into the root filesystem.
>
> IMAGE_BOOT_FILES is used by the bootimg-partition wic plugin to put the
> files into a boot partition.
> B
From: Aleksandar Nikolic
No need to validate with the md5 checksum, as the file is not even
uploaded to the Yocto release webpage (the download never failed due
to a wrong indentation of an else statement). For validation purposes,
use the sha256 checksum only.
Signed-off-by: Aleksandar Nikolic
From: Aleksandar Nikolic
Update the following default values:
- DEFAULT_BASE_URL (https instead of http)
- DEFAULT_RELEASE (5.0.1)
- DEFAULT_INSTALLER_VERSION (5.0.1)
Signed-off-by: Aleksandar Nikolic
---
scripts/install-buildtools | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
d
From: Aleksandar Nikolic
The "Test installation" step fails with some harmless error messages
(see [1]). This can however make a user think that the buildtools
have not been installed correctly.
Two reasons for the error messages:
- some envvars in the environment-setup--pokysdk-linux file
sta
From: Aleksandar Nikolic
This patch series improves the scripts/install-buildtools
script by removing the validation with the md5 checksum,
fixing some harmless error logs and updating the default
version to 5.0.1.
Aleksandar Nikolic (3):
install-buildtools: remove md5 checksum validation
in
On Tue, 2024-04-30 at 16:27 +0800, leimaohui via lists.openembedded.org wrote:
> From: Lei Maohui
>
> - Fix the conflict error by oe_multilib_header. The conflict error is as the
> following:
> Error: Transaction test error:
> file /usr/include/bsd/sys/cdefs.h conflicts between attempted insta
Hi Joshua,
Two minor nits below.
On Mon, 2024-06-10 at 15:41 -0600, Joshua Watt wrote:
> Downstream tasks may want to know what image files were written by
> the
> do_image family of tasks (e.g. SPDX) so have each task write out a
> manifest file that describes the files it produced, then aggrega
On Mon, 2024-06-10 at 15:41 -0600, Joshua Watt via lists.openembedded.org wrote:
> This patch series add support for SPDX 3.0. Currently it is not possible
> to have SPDX 2.2 and SPDX 3.0 enabled at the same time; users may choose
> to specifically use SPDX 3.0 instead of 2.2 by doing INHERIT +=
>
76 matches
Mail list logo