Re: [OE-core] [scarthgap][master][PATCH] python3: provide /usr/bin/python as a symlink to python3

2024-07-18 Thread Alexander Kanavin
There was a proposal with two option (maybe that was missed) and I suggested just adding the link and be done with it. We can drop lots of patches and send tweaks then. Alex On Fri 19. Jul 2024 at 8.17, Alexander Kanavin wrote: > But there is no alternative. Python is python3 and has been for y

Re: [OE-core] [master][PATCH V2] pixman: update patch for fixing inline failure with -Og

2024-07-18 Thread Changqing Li via lists.openembedded.org
On 7/19/24 10:37, Changqing Li via lists.openembedded.org wrote: On 7/18/24 21:16, Ross Burton wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. Can you submit this to pi

Re: [OE-core] [master][PATCH V2] pixman: update patch for fixing inline failure with -Og

2024-07-18 Thread Changqing Li via lists.openembedded.org
On 7/18/24 21:16, Ross Burton wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. Can you submit this to pixman’s gitlab repository as a MR? https://gitlab.freedesktop.org/pi

[OE-core] [PATCH v2 0/4] Fix static-library related issues

2024-07-18 Thread Mark Hatle
Fixes and test case for static-library related items. v2: The first three patches were combined into a single patch originally. This has been split apart to make it more clear the three individual changes. Mark Hatle (4): package.py: Fix static debuginfo split package.py: Fix inode link targ

[OE-core] [PATCH v2 4/4] selftest-hardlink: Add additional test cases

2024-07-18 Thread Mark Hatle
From: Mark Hatle Additional test cases for debug symlink generation both binaries and static libraries. This also has the side effect of testing for race conditions in the hardlink debug generation and stripping. Signed-off-by: Mark Hatle Signed-off-by: Mark Hatle --- .../selftest-hardlink/s

[OE-core] [PATCH v2 3/4] package.py: Fix static library processing

2024-07-18 Thread Mark Hatle
From: Mark Hatle When PACKAGE_STRIP_STATIC is enabled the system did not pay attention to hardlinks. This could trigger a race condition during stripping of static libraries where multiple strips (through hardlinks) could run at the same time triggering a truncated or modified file error. The h

[OE-core] [PATCH v2 2/4] package.py: Fix inode link target

2024-07-18 Thread Mark Hatle
From: Mark Hatle The process_split_and_strip_files attempts to reconstruct hardlinks through the .debug directory components. Unfortunately there was an error in the 'dest' calculation that cause the SRC and DEST to be the same when they both exist in the same path. This did not trigger an erro

[OE-core] [PATCH v2 1/4] package.py: Fix static debuginfo split

2024-07-18 Thread Mark Hatle
From: Mark Hatle Fix: NameError: name 'shutil' is not defined Signed-off-by: Mark Hatle Signed-off-by: Mark Hatle --- meta/lib/oe/package.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/lib/oe/package.py b/meta/lib/oe/package.py index e6b46a0..8a64e13 100644 --- a/meta/lib/oe/

Re: [OE-core] [scarthgap][master][PATCH] python3: provide /usr/bin/python as a symlink to python3

2024-07-18 Thread Denys Dmytriyenko
Should this be done via update-alternatives, like many other Linux distros do? On Wed, Jul 17, 2024 at 10:32:01AM +0800, Song, Jiaying (CN) via lists.openembedded.org wrote: > From: Jiaying Song > > The /usr/bin/python cannot find the correct Python interpreter, so a symbolic > link is added t

Re: [oe-core][PATCH] mesa: update 24.0.7 -> 24.1.3

2024-07-18 Thread Alexandre Belloni via lists.openembedded.org
Hello Markus, Can you rebase on master? Thanks! On 12/07/2024 11:49:28+0200, Markus Volk wrote: > - Remove two patches that have been merged upstream > - Remove 0001-Revert-meson-do-not-pull-in-clc-for-clover.patch > Upstream managed to fix this: > > https://gitlab.freedesktop.org/mesa/mesa

Re: [OE-core] [PATCH] oeqa/selftest/reproducibile: rename of reproducible directories

2024-07-18 Thread Alexandre Belloni via lists.openembedded.org
On 18/07/2024 12:27:43+0200, Yoann Congal via lists.openembedded.org wrote: > Le jeu. 18 juil. 2024 à 12:05, Sundeep KOKKONDA via lists.openembedded.org > a écrit : > > > From: Sundeep KOKKONDA > > > > We do see a few reproducible issues are depending on the path length of > > the build director

[OE-core] [PATCH 1/2] package.py: Fix static library processing

2024-07-18 Thread Mark Hatle
From: Mark Hatle When PACKAGE_DEBUG_STATIC_SPLIT is enabled, the copy frunction fails since shutil was not availble in this python module. Fix this with an import. When PACKAGE_STRIP_STATIC is enabled the system did not pay attention to hardlinks. This could trigger a race condition during str

[OE-core] [PATCH 2/2] selftest-hardlink: Add additional test cases

2024-07-18 Thread Mark Hatle
From: Mark Hatle Additional test cases for debug symlink generation both binaries and static libraries. This also has the side effect of testing for race conditions in the hardlink debug generation and stripping. Signed-off-by: Mark Hatle Signed-off-by: Mark Hatle --- .../selftest-hardlink/s

[OE-core] [PATCH] gstreamer1.0-plugins-bad: add PACKAGECONFIG for gtk3

2024-07-18 Thread Martin Jansa
* gtkwaylandsink was added in 1.21.1 version: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1515 * gtk3+ could be autodetected (e.g. as transitive dependency from opencv) Signed-off-by: Martin Jansa --- .../gstreamer/gstreamer1.0-plugins-bad_1.24.5.bb | 1

[OE-core] [PATCH V2] oeqa/selftest/reproducibile: rename of reproducible directories

2024-07-18 Thread Sundeep KOKKONDA via lists.openembedded.org
From: Sundeep KOKKONDA We do see a few reproducible issues are depending on the path length of the build directory. https://bugzilla.yoctoproject.org/show_bug.cgi?id=15554 The current implementation of reproducible tests having different names for directories but with same length. The build di

[OE-core][kirkstone][PATCH] busybox: Patch CVE-2021-42380

2024-07-18 Thread Peter Marko via lists.openembedded.org
From: Peter Marko Backport patch for CVE-2021-42380. Move if before patch for CVE-2023-42363 because they touch the same code and they are in this order in git history so we avoid fuzz modifications. This will remove fuzz modifications from CVE-2023-42363 and both will apply cleanly without modi

Patchtest results for [OE-core][PATCH v7 2/2] openssh: upgrade 9.7p1 -> 9.8p1

2024-07-18 Thread Patchtest
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/v7-2-2-openssh-upgrade-9.7p1---9.8p1.patch FAIL: test CVE tag format: Missing or incorrectly formatted CVE tag in p

[OE-core][PATCH v7 2/2] openssh: upgrade 9.7p1 -> 9.8p1

2024-07-18 Thread Jose Quaresma
- drop the CVE-2024-6387 - fix musl build [backported patch] - fix ptest regression [submited patch] - sshd now had the sshd-session Release notes at https://www.openssh.com/txt/release-9.8 Security This release contains fixes for two security problems, one critical and one minor. 1) R

[OE-core][PATCH v7 1/2] openssh: systemd notification was implemented upstream

2024-07-18 Thread Jose Quaresma
Drop our rejected sd-notify patch and switch to the upstream standalone implementation that does not depend on libsystemd. Signed-off-by: Jose Quaresma --- v4: - split update of Upstream-Status in new patches in the serie v5: - use the upstream solution v6: - sshd socket service runs with '

[OE-core][kirkstone][PATCH] libarchive: ignore CVE-2024-37407

2024-07-18 Thread Peter Marko via lists.openembedded.org
From: Peter Marko History of code changes: * introduced: https://github.com/ilibarchive/libarchive/commit/390d83012fdba8c8db7fc9915338805882b0597a (v3.7.2-52-g390d8301) * reverted: 6https://github.com/libarchive/libarchive/commit/2c8caf6611a7d0662d80176c4fdb40f85794699 (v3.7.2-53-g62c8caf6) *

[OE-core] [PATCH 3/3] openssl: rewrite ptest installation

2024-07-18 Thread Ross Burton
Rewrite (again) the openssl test suite installation. Depend on and reuse already installed libraries and modules instead of installing them twice. Be more selective when installing from the build tree so we don't install intermediate .c .d .o files. This further reduces the size of openssl-dbg f

[OE-core] [PATCH 2/3] openssl: strip the test suite

2024-07-18 Thread Ross Burton
The test suite is huge because every test binary is statically linked to libssl and/or libcrypto. This bloats the size of the -dbg package hugely, so strip the test suite before packaging. This reduces the size of openssl-dbg by 90% from ~1.2GB to ~120MB, and reduces the size of the build tree fro

[OE-core] [PATCH 1/3] openssl: disable tests unless ptest is enabled

2024-07-18 Thread Ross Burton
The upstream Makefile always builds the tests unless they're explicitly disabled. Whilst this doesn't make a difference to the final package and sysroot output, disabling the tests for openssl-native reduces the size of the build tree from 659M to 78M and reduces the CPU time used by 30%. Signed-o

[OE-core][scarthgap 12/12] pixman: fixing inline failure with -Og

2024-07-18 Thread Steve Sakoman
From: Changqing Li When debug build is enabled(-Og is used), pixman-native do_compile failed with error: In function ‘combine_inner’, inlined from ‘combine_soft_light_ca_float’ at ../pixman-0.42.2/pixman/pixman-combine-float.c:655:1: ../pixman-0.42.2/pixman/pixman-combine-float.c:370:5: erro

[OE-core][scarthgap 11/12] Revert "apt: runtime error: filename too long (tmpdir length)"

2024-07-18 Thread Steve Sakoman
This reverts commit dafdf9bb9e9d944b9f455c2be8cf698496200717. Patch rejected upstream Signed-off-by: Steve Sakoman --- ...he-filename-can-t-be-longer-than-255.patch | 40 --- meta/recipes-devtools/apt/apt_2.6.1.bb| 1 - 2 files changed, 41 deletions(-) delete mode 1006

[OE-core][scarthgap 10/12] gettext: fix a parallel build issue

2024-07-18 Thread Steve Sakoman
From: Changqing Li Occasionally, gettext will build failed with error: In file included from ../../../gettext-0.22.5/gettext-runtime/intl/gettextP.h:71, from ../../../gettext-0.22.5/gettext-runtime/intl/log.c:24: ./libgnuintl.h:98:1: error: unterminated comment 98 | /* The us

[OE-core][scarthgap 08/12] vulkan-samples: fix do_compile error when -Og enabled

2024-07-18 Thread Steve Sakoman
From: Changqing Li When debug build is enabled(-Og is used), vulkan-samples do_compile failed with error: In function 'ZSTD_compressBlock_lazy_generic', inlined from 'ZSTD_compressBlock_greedy' at TOPDIR/tmp-glibc/work/core2-32-wrs-linux/vulkan-samples/git/git/third_party/ktx/lib/basisu/zstd

[OE-core][scarthgap 09/12] multilib.conf: remove appending to PKG_CONFIG_PATH

2024-07-18 Thread Steve Sakoman
From: Changqing Li * Since commit [a23c482cab allarch: only enable allarch when multilib is not used], allarch recipes will also be installed into ${MLPREFIX}recipe-sysroot, so this appending is not needed. * This appending also causes some QA errors. Eg: for lib32-php, the recipe will use 's@${

[OE-core][scarthgap 05/12] openssh: fix CVE-2024-39894

2024-07-18 Thread Steve Sakoman
From: Vijay Anusuri ssh(1) in OpenSSH versions 9.5p1 to 9.7p1 (inclusive). Logic error in ObscureKeystrokeTiming option. A logic error in the implementation of the ssh(1) ObscureKeystrokeTiming option rendered the feature ineffective and additionally exposed limited keystroke timing information

[OE-core][scarthgap 07/12] binutils: stable 2.42 branch updates

2024-07-18 Thread Steve Sakoman
From: Deepthi Hemraj Below commits on binutils-2.42 stable branch are updated. 29ae8b8ea71 x86-64: Skip -z mark-plt tests on MUSL 92cc764e58f hppa: Fix handling of relocations that apply to data c439c1e1f56 elf: Add glibc version dependency only if needed 68ae8e2a849 ld: pass -g for ld-elf tests

[OE-core][scarthgap 06/12] go: upgrade 1.22.4 -> 1.22.5

2024-07-18 Thread Steve Sakoman
From: Jose Quaresma - refresh patches with devtool Upgrade to latest 1.22.x release [1]: $ git --no-pager log --oneline go1.22.4..go1.22.5 8e1fdea831 (tag: go1.22.5, origin/release-branch.go1.22) [release-branch.go1.22] go1.22.5 c2d4f852ce [release-branch.go1.22] cmd/link: handle dynamic impor

[OE-core][scarthgap 03/12] vte: fix CVE-2024-37535

2024-07-18 Thread Steve Sakoman
From: Hitendra Prajapati Upstream-Status: Backport from https://gitlab.gnome.org/GNOME/vte/-/commit/036bc3ddcbb56f05c6ca76712a53b89dee1369e2 && https://gitlab.gnome.org/GNOME/vte/-/commit/c313849c2e5133802e21b13fa0b141b360171d39 Signed-off-by: Hitendra Prajapati Signed-off-by: Steve Sakoman

[OE-core][scarthgap 04/12] less: fix CVE-2024-32487

2024-07-18 Thread Steve Sakoman
From: Archana Polampalli Signed-off-by: Archana Polampalli Signed-off-by: Steve Sakoman --- .../less/files/CVE-2024-32487.patch | 74 +++ meta/recipes-extended/less/less_643.bb| 1 + 2 files changed, 75 insertions(+) create mode 100644 meta/recipes-extended/

[OE-core][scarthgap 02/12] busybox: Patch CVE-2023-42363

2024-07-18 Thread Steve Sakoman
From: Peter Marko Backport patch for CVE-2023-42363. Signed-off-by: Peter Marko Signed-off-by: Richard Purdie (cherry picked from commit 814f97922e1d6c24a36b03ee0e865f2210ff6d7c) Signed-off-by: Steve Sakoman --- .../busybox/busybox/CVE-2023-42363.patch | 67 +++ meta/rec

[OE-core][scarthgap 01/12] busybox: Patch CVE-2021-42380

2024-07-18 Thread Steve Sakoman
From: Peter Marko Backport patch for CVE-2021-42380. Additionally backport clang regression fix caused by this patch. Signed-off-by: Peter Marko Signed-off-by: Richard Purdie (cherry picked from commit 66543769ff79d81508bb703bd2fc34871a16e2c7) Signed-off-by: Steve Sakoman --- ...-fix-segfaul

[OE-core][scarthgap 00/12] Patch review

2024-07-18 Thread Steve Sakoman
Please review this set of changes for scarthgap and have comments back by end of day Monday, July 21 Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/7150 The following changes since commit bf3fe8c01c5cc00ada22049f4f0abb485e2a626f: webkitgtk: fix

Re: [OE-core] [PATCH v2 0/6] Use the kernel from sstate when building fitImages

2024-07-18 Thread Martin Jansa
On Thu, Jul 18, 2024 at 2:37 PM Adrian Freihofer wrote: > > On Thu, 2024-07-18 at 10:39 +0200, Martin Jansa wrote: > > On Thu, Jul 18, 2024 at 10:00 AM Adrian Freihofer > > wrote: > > > > > > Hi Martin > > > > > > Thank you for looking at my patches. > > > > > > On Mon, 2024-07-15 at 16:32 +0200,

Re: [OE-core] [master][PATCH V2] pixman: update patch for fixing inline failure with -Og

2024-07-18 Thread Ross Burton
Can you submit this to pixman’s gitlab repository as a MR? https://gitlab.freedesktop.org/pixman/pixman/-/merge_requests Thanks, Ross > On 16 Jul 2024, at 10:49, Changqing Li via lists.openembedded.org > wrote: > > From: Changqing Li > > Previous patch works on fedora40 with gcc-14, but not

[OE-core] [PATCH 2/2] populate_sdk_base: Ensure nativesdk targets have do_package_qa run

2024-07-18 Thread Richard Purdie
We've realised that "bitbake XXXx -c populate_sdk" doesn't actually trigger the package_qa tests to run. This means test coverage on the autobuilder was poor. Fix this and run the tests for SDKs. Signed-off-by: Richard Purdie --- meta/classes-recipe/populate_sdk_base.bbclass | 2 +- 1 file chang

[OE-core] [PATCH 1/2] qemu: Drop mips workaround

2024-07-18 Thread Richard Purdie
In local testing this appears to not be needed any more. Since the bash dependency is painful in many different ways, particularly being injected at do_package time, drop it all. Signed-off-by: Richard Purdie --- meta/recipes-devtools/qemu/qemu.inc | 17 - 1 file changed, 17 de

Re: [OE-core] [PATCH v2 0/6] Use the kernel from sstate when building fitImages

2024-07-18 Thread Adrian Freihofer
On Thu, 2024-07-18 at 11:28 +0100, Jose Quaresma wrote: > > > Adrian Freihofer via lists.openembedded.org > escreveu (quinta, > 18/07/2024 à(s) 09:00): > > Hi Martin > > > > Thank you for looking at my patches. > > > > On Mon, 2024-07-15 at 16:32 +0200, Martin Jansa wrote: > > > Doesn't it sti

Re: [OE-core] [PATCH v2 0/6] Use the kernel from sstate when building fitImages

2024-07-18 Thread Adrian Freihofer
On Thu, 2024-07-18 at 10:39 +0200, Martin Jansa wrote: > On Thu, Jul 18, 2024 at 10:00 AM Adrian Freihofer > wrote: > > > > Hi Martin > > > > Thank you for looking at my patches. > > > > On Mon, 2024-07-15 at 16:32 +0200, Martin Jansa wrote: > > > Doesn't it still rebuild from scratch when IMAG

Re: [OE-core] [PATCH] oeqa/selftest/reproducibile: rename of reproducible directories

2024-07-18 Thread Sundeep KOKKONDA via lists.openembedded.org
On 18-Jul-24 16:44, Richard Purdie wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Thu, 2024-07-18 at 03:04 -0700, Sundeep KOKKONDA via lists.openembedded.org wrote:

Re: [OE-core] [PATCH] oeqa/selftest/reproducibile: rename of reproducible directories

2024-07-18 Thread Richard Purdie
On Thu, 2024-07-18 at 03:04 -0700, Sundeep KOKKONDA via lists.openembedded.org wrote: > From: Sundeep KOKKONDA > > We do see a few reproducible issues are depending on the path length of the > build directory. > https://bugzilla.yoctoproject.org/show_bug.cgi?id=15554 > > The current implementa

Re: [OE-core] [PATCH v2 0/6] Use the kernel from sstate when building fitImages

2024-07-18 Thread Jose Quaresma
Adrian Freihofer via lists.openembedded.org escreveu (quinta, 18/07/2024 à(s) 09:00): > Hi Martin > > Thank you for looking at my patches. > > On Mon, 2024-07-15 at 16:32 +0200, Martin Jansa wrote: > > Doesn't it still rebuild from scratch when IMAGE_VERSION_SUFFIX > > changes? > > I wonder why t

Re: [OE-core] [PATCH] oeqa/selftest/reproducibile: rename of reproducible directories

2024-07-18 Thread Yoann Congal via lists.openembedded.org
Le jeu. 18 juil. 2024 à 12:05, Sundeep KOKKONDA via lists.openembedded.org a écrit : > From: Sundeep KOKKONDA > > We do see a few reproducible issues are depending on the path length of > the build directory. > https://bugzilla.yoctoproject.org/show_bug.cgi?id=15554 > > The current implementatio

Patchtest results for [OE-core][PATCH v6 3/3] openssh: upgrade 9.7p1 -> 9.8p1

2024-07-18 Thread Patchtest
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/v6-3-3-openssh-upgrade-9.7p1---9.8p1.patch FAIL: test CVE tag format: Missing or incorrectly formatted CVE tag in p

[OE-core] [PATCHv1] libgcrypt: upgrade 1.10.3 -> 1.11.0

2024-07-18 Thread simit.ghane
Changelog: == - Add Kyber algorithm according to FIPS 203 ipd 2023-08-24 - Fix AESWRAP padding length check. License-Update: Add 3-clause BSD license for poly1305-amd64-avx512.S. Add 'cipher/keccak-amd64-avx512.S'. Update license docs for FSF new address and

Re: [OE-core] [PATCH] openssh: enable sshd.service by default

2024-07-18 Thread Jose Quaresma
Emil Kronborg via lists.openembedded.org escreveu (segunda, 18/03/2024 à(s) 18:55): > On Fri, Mar 15, 2024 at 16:09 +, Ross Burton wrote: > > On 7 Mar 2024, at 20:08, Emil Kronborg via lists.openembedded.org > wrote: > > > > > > Socket activation is prone to DoS (denial of service) because t

[OE-core][PATCH v6 3/3] openssh: upgrade 9.7p1 -> 9.8p1

2024-07-18 Thread Jose Quaresma
- drop the CVE-2024-6387 - fix musl build [backported patch] - fix ptest regression [submited patch] - sshd now had the sshd-session Release notes at https://www.openssh.com/txt/release-9.8 Security This release contains fixes for two security problems, one critical and one minor. 1) R

[OE-core][PATCH v6 2/3] openssh: systemd notification was implemented upstream

2024-07-18 Thread Jose Quaresma
Still side effects of the XZ backdoor. The systemd sd-notify patch was rejected [1] upstream and was chosen a standalone implementation that does not depend on libsystemd [2]. Racional [1]: License incompatibility and library bloatedness were the reasons. Given recent events we're never going to

[OE-core][PATCH v6 1/3] openssh: drop rejected patch fixed in 8.6p1 release

2024-07-18 Thread Jose Quaresma
The rationale [1] is that C11 6.5.6.9 says: """ When two pointers are subtracted, both shall point to elements of the same array object, or one past the last element of the array object; the result is the difference of the subscripts of the two array elements. """ In these cases the objects are ar

[OE-core] [PATCH] oeqa/selftest/reproducibile: rename of reproducible directories

2024-07-18 Thread Sundeep KOKKONDA via lists.openembedded.org
From: Sundeep KOKKONDA We do see a few reproducible issues are depending on the path length of the build directory. https://bugzilla.yoctoproject.org/show_bug.cgi?id=15554 The current implementation of reproducible tests having different names for directories but with same length. The build di

Re: [OE-core][PATCH v5 2/3] openssh: systemd notification was implemented upstream

2024-07-18 Thread Jose Quaresma
Hi Qi, Chen, Qi escreveu (quinta, 18/07/2024 à(s) 04:34): > Hi Jose, > > > > The changes in the patch have already done an implicit check: > > > > if ((path = getenv("NOTIFY_SOCKET")) == NULL || strlen(path) == 0) > > return; > > > > return; > > This means if it’s not systemd who starts sshd

Re: [OE-core] [PATCH v2 0/6] Use the kernel from sstate when building fitImages

2024-07-18 Thread Martin Jansa
On Thu, Jul 18, 2024 at 10:00 AM Adrian Freihofer wrote: > > Hi Martin > > Thank you for looking at my patches. > > On Mon, 2024-07-15 at 16:32 +0200, Martin Jansa wrote: > > Doesn't it still rebuild from scratch when IMAGE_VERSION_SUFFIX > > changes? > > I wonder why this happens in WebOS. I thin

Re: [OE-core] [PATCH v2] gcc: remove paths to sysroot from configargs.h and checksum-options for gcc-cross-canadian

2024-07-18 Thread Richard Purdie
On Wed, 2024-07-17 at 02:56 -0700, Oleksandr Hnatiuk via lists.openembedded.org wrote: > Apply fixes from gcc-cross (84a78f46d594 and 0ead8cbdfb96) to > gcc-cross-canadian. > This will improve (but not fix) reproducibility of gcc-cross-canadian. > Also move this code to functions to avoid code du

Re: [OE-core] [PATCH v2] gcc: remove paths to sysroot from configargs.h and checksum-options for gcc-cross-canadian

2024-07-18 Thread Richard Purdie
On Thu, 2024-07-18 at 07:40 +, Oleksandr Hnatiuk via lists.openembedded.org wrote: > I am aware of this issue. As stated in my commit, it is designed to > improve reproducibility of gcc-cross-canadian as opposed to fully > fixing it. > > I have another patch I was going to submit which fully

Re: [OE-core] [PATCH v2 0/6] Use the kernel from sstate when building fitImages

2024-07-18 Thread Adrian Freihofer
Hi Martin Thank you for looking at my patches. On Mon, 2024-07-15 at 16:32 +0200, Martin Jansa wrote: > Doesn't it still rebuild from scratch when IMAGE_VERSION_SUFFIX > changes? I wonder why this happens in WebOS. I think that this line kernel_do_deploy[vardepsexclude] = "DATETIME" prevents suc

Re: [OE-core] [PATCH v2] gcc: remove paths to sysroot from configargs.h and checksum-options for gcc-cross-canadian

2024-07-18 Thread Oleksandr Hnatiuk via lists.openembedded.org
Hi Denys, I am aware of this issue. As stated in my commit, it is designed to improve reproducibility of gcc-cross-canadian as opposed to fully fixing it. I have another patch I was going to submit which fully fixes this package by modifying the code of gcc's fixincludes program to not include