[OE-core] [PATCH v2] ldconfig-native: Add usrmerge support

2023-12-05 Thread Johannes Pointner via lists.openembedded.org
From: Johannes Pointner If DISTRO_FEATURE usrmerge is enabled, SLIBDIR is just a symlink to LIBDIR. ldconfig-native uses hardcoded paths for SLIBDIR and LIBDIR that are fine for the not usrmerge case. But if usrmerge is enabled ldconfig-native generates a ld.so.cache, which is done in rootfs.py,

[OE-core] [PATCH v3] openssh: Add PACKAGECONFIG option to customize sshd mode

2023-12-05 Thread Yu, Mingli
From: Mingli Yu Add systemd-sshd-socket-mode PACKAGECONFIG option to choose sshd.socket and systemd-sshd-service-mode PACKAGECONFIG option to choose installing sshd.service. The systemd-sshd-socket-mode PACKAGECONFIG option is enabled by default and user can customize the above two

[OE-core] [PATCH V2] libxcrypt.inc: use alternatives to resolve crypt.3 conflict

2023-12-05 Thread Changqing Li
From: Changqing Li To fix: Error: Transaction test error: file /usr/share/man/man3/crypt.3 from install of libcrypt-doc-4.4.33-r0.x86_64 conflicts with file from package man-pages-6.04-r0.x86_64 Signed-off-by: Changqing Li --- meta/recipes-core/libxcrypt/libxcrypt.inc | 7 ++- 1

Re: [OE-core] [PATCH] libxcrypt.inc: use alternatives to resolve crypt.3 conflict

2023-12-05 Thread Changqing Li
On 12/6/23 02:27, Khem Raj 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 Tue, Dec 5, 2023 at 3:48 AM Ross Burton wrote: On 5 Dec 2023, at 01:41, Changqing Li via

Re: [OE-core] [master][PATCH 2/2] rootfs-postcommands.bbclass: add post func remove_unused_dnf_log_lock

2023-12-05 Thread Changqing Li
On 12/5/23 17:55, Alexander Kanavin 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 Tue, 5 Dec 2023 at 06:46, Changqing Li wrote: So I add this patch

[OE-core] Patchtest results for [PATCH V3] cairo: upgrade 1.16.0 -> 1.18.0

2023-12-05 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/V3-cairo-upgrade-1.16.0---1.18.0.patch FAIL: test CVE tag format: Missing or incorrectly formatted CVE tag in

[OE-core] [PATCH V3] cairo: upgrade 1.16.0 -> 1.18.0

2023-12-05 Thread qi...@fujitsu.com
From: qiutt Changelog for 1.18.0 [1]: The cairo-sphinx tool has been removed Cairo now implements Type 3 color fonts for PDF The XML surface has been removed The Tee surface is now automatically enabled The Quartz surface is improved Cairo now hides all private symbols by default on

Re: [OE-core][kirkstone 0/4] linux-yocto: -stable updates

2023-12-05 Thread Steve Sakoman
On Tue, Dec 5, 2023 at 8:02 AM Bruce Ashfield wrote: > > In message: Re: [OE-core][kirkstone 0/4] linux-yocto: -stable updates > on 05/12/2023 Steve Sakoman wrote: > > > On Mon, Dec 4, 2023 at 6:40 PM wrote: > > > > > > From: Bruce Ashfield > > > > > > Steve, > > > > > > Much like my last pull

[OE-core] [PATCH 3/3] linux-firmware: Create bnx2x subpackage

2023-12-05 Thread Jason Andryuk
bnx2x is another broadcom ethernet adapter with its own firmware. Place it into its own subpackage. Signed-off-by: Jason Andryuk --- .../linux-firmware/linux-firmware_20231030.bb | 7 +++ 1 file changed, 7 insertions(+) diff --git

[OE-core] [PATCH 2/3] linux-firmware: Change bnx2 packaging

2023-12-05 Thread Jason Andryuk
The bnx2 module uses both the mips and rv2p files, so package them all together. Remove -mips from the package name, but add an RPROVIDES for compatibility. Signed-off-by: Jason Andryuk --- .../linux-firmware/linux-firmware_20231030.bb | 14 +- 1 file changed, 9 insertions(+),

[OE-core] [PATCH 1/3] linux-firmware: Package iwlwifi .pnvm files

2023-12-05 Thread Jason Andryuk
The iwlwifi uses the .pnvm files for newer AX210+ cards, so package them into the iwlwifi-misc subpackage. Signed-off-by: Jason Andryuk --- .../recipes-kernel/linux-firmware/linux-firmware_20231030.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH 0/3] linux-firmware:

2023-12-05 Thread Jason Andryuk
This is a small series to fixup up linux-firmware packaging: The first adds some .pnvm files needed along with the .ucode by newer iwlwifi cards to the linux-firmware-iwlwifi-misc package. The second renames s/bnx2-mips/bnx2/ and includes more files needed by the driver. The third creates a new

Re: [OE-core] [PATCH] libxcrypt.inc: use alternatives to resolve crypt.3 conflict

2023-12-05 Thread Khem Raj
On Tue, Dec 5, 2023 at 3:48 AM Ross Burton wrote: > > On 5 Dec 2023, at 01:41, Changqing Li via lists.openembedded.org > wrote: > > > > From: Changqing Li > > > > To fix: > > > > Error: Transaction test error: > > file /usr/share/man/man3/crypt.3 from install of > >

[OE-core] [PATCH dunfell v2] linux-yocto/5.4: update to v5.4.262

2023-12-05 Thread Bruce Ashfield
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: 8e221b47173d Linux 5.4.262 b053223b7cf4 netfilter: nf_tables: bogus EBUSY when deleting flowtable after flush (for 5.4) c35df8b8c572 netfilter: nf_tables: disable toggling

Re: [OE-core][dunfell 3/3] linux-yocto/5.4: update to v5.4.262

2023-12-05 Thread Bruce Ashfield
In message: Re: [OE-core][dunfell 3/3] linux-yocto/5.4: update to v5.4.262 on 05/12/2023 Steve Sakoman wrote: > Hi Bruce, > > I'm getting a failure on the autobuilder for this version bump: > > https://errors.yoctoproject.org/Errors/Details/745216/ > > ERROR: Package Version

Re: [OE-core] [PATCH 0/7] linux-yocto: consolidated pull request

2023-12-05 Thread Bruce Ashfield
On Tue, Dec 5, 2023 at 12:55 PM Alexandre Belloni wrote: > > Hello Bruce, > > I got this: Unable to find revision 867a6bdef9701f378f5a9ce66a713daa22598649 > in branch yocto-6.5 > This seems correct, did you forget to push anything? I just replied to Steve. It's my new machine having different

[OE-core] Patchtest results for [PATCH v2] tiff: Backport fixes for CVE-2023-6277

2023-12-05 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/v2-tiff-Backport-fixes-for-CVE-2023-6277.patch FAIL: test commit message presence: Please include a commit message

Re: [OE-core][kirkstone 0/4] linux-yocto: -stable updates

2023-12-05 Thread Bruce Ashfield
In message: Re: [OE-core][kirkstone 0/4] linux-yocto: -stable updates on 05/12/2023 Steve Sakoman wrote: > On Mon, Dec 4, 2023 at 6:40 PM wrote: > > > > From: Bruce Ashfield > > > > Steve, > > > > Much like my last pull request to Richard, this has been > > generated from a newly provisioned

Re: [OE-core] [PATCH 0/7] linux-yocto: consolidated pull request

2023-12-05 Thread Alexandre Belloni via lists.openembedded.org
Hello Bruce, I got this: Unable to find revision 867a6bdef9701f378f5a9ce66a713daa22598649 in branch yocto-6.5 This seems correct, did you forget to push anything? On 04/12/2023 23:26:55-0500, Bruce Ashfield wrote: > From: Bruce Ashfield > > Richard, > > Here's my latest -stable updates for

[OE-core] [PATCH v2] tiff: Backport fixes for CVE-2023-6277

2023-12-05 Thread Khem Raj
Signed-off-by: Khem Raj --- v2: Drop ununsed patch ...277-Apply-1-suggestion-s-to-1-file-s.patch | 27 +++ ...ompare-data-size-of-some-tags-data-2.patch | 36 ...-compare-data-size-of-some-tags-data.patch | 162 ++ meta/recipes-multimedia/libtiff/tiff_4.6.0.bb | 3 + 4

Re: [OE-core] CVE checks for meta warnings

2023-12-05 Thread Ross Burton
On 5 Dec 2023, at 16:34, Alexandre Belloni via lists.openembedded.org wrote: > > Hello, > > Running cve-check against oe-core now generates a few warnings: > > WARNING: automake-native-1.16.5-r0 do_cve_check: automake: Failed to compare > 1.16.5 = branch_1-9 for CVE-2009-4029 > WARNING:

[OE-core] [PATCH] Revert "cve-check: Modify judgment processing using "=" in version comparison"

2023-12-05 Thread Ross Burton
From: Ross Burton This change introduced a warning if version comparisons failed, but this is far too common an issue in data that we don't control, so this shouldn't cause a warning: WARNING: automake-native-1.16.5-r0 do_cve_check: automake: Failed to compare 1.16.5 = branch_1-9 for

[OE-core] CVE checks for meta warnings

2023-12-05 Thread Alexandre Belloni via lists.openembedded.org
Hello, Running cve-check against oe-core now generates a few warnings: WARNING: automake-native-1.16.5-r0 do_cve_check: automake: Failed to compare 1.16.5 = branch_1-9 for CVE-2009-4029 WARNING: subversion-1.14.2-r0 do_cve_check: subversion: Failed to compare 1.14.2 = m1 for CVE-2010-4539

Re: [OE-core] [RESEND][PATCH 1/7] bitbake: utils: remove spaces on empty lines

2023-12-05 Thread Julien Stephan
Le mar. 5 déc. 2023 à 16:45, Alexandre Belloni a écrit : > > On 05/12/2023 15:57:58+0100, Julien Stephan wrote: > > Le mar. 5 déc. 2023 à 08:50, Alexandre Belloni > > a écrit : > > > > > > Please do not send bitbake patches in the same series as oe-core patches > > > if there is no dependency.

Re: [OE-core] [PATCH 2/2] nfs-utils: Upgrade 2.6.3 -> 2.6.4

2023-12-05 Thread Alexandre Belloni via lists.openembedded.org
Hello, This fail for musl: https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/8237/steps/11/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/8267/steps/12/logs/stdio On 04/12/2023 22:44:10-0800, Robert Yang via lists.openembedded.org wrote: > From:

Re: [OE-core][kirkstone 0/4] linux-yocto: -stable updates

2023-12-05 Thread Steve Sakoman
On Mon, Dec 4, 2023 at 6:40 PM wrote: > > From: Bruce Ashfield > > Steve, > > Much like my last pull request to Richard, this has been > generated from a newly provisioned machine after my old machine > of 10 years had a disk failure. > > Let me know if you have any issues with this, and I'll

Re: [OE-core][dunfell 3/3] linux-yocto/5.4: update to v5.4.262

2023-12-05 Thread Steve Sakoman
Hi Bruce, I'm getting a failure on the autobuilder for this version bump: https://errors.yoctoproject.org/Errors/Details/745216/ ERROR: Package Version (5.4.262+gitAUTOINC+9f1a56eeea_102ea8999f) does not match of kernel being built (5.4.260). Please update the PV variable to match the kernel

[OE-core] Yocto Project Status 5 December 2023 (WW49)

2023-12-05 Thread Stephen Jolley
Current Dev Position: YP 5.0 M1 Next Deadline: 4th December 2023 YP 5.0 M1 build Next Team Meetings: - Bug Triage meeting Thursday December 7th at 7:30 am PST ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) - Weekly Project Engineering Sync Tuesday December

Re: [OE-core] [RESEND][PATCH 1/7] bitbake: utils: remove spaces on empty lines

2023-12-05 Thread Alexandre Belloni via lists.openembedded.org
On 05/12/2023 15:57:58+0100, Julien Stephan wrote: > Le mar. 5 déc. 2023 à 08:50, Alexandre Belloni > a écrit : > > > > Please do not send bitbake patches in the same series as oe-core patches > > if there is no dependency. Those patches are applied on different > > repositories. > > Hi

Re: [OE-core] Patchtest results for [PATCH] tiff: Backport fixes for CVE-2023-6277

2023-12-05 Thread Trevor Gamblin
On 2023-12-04 04:57, Alexander Kanavin wrote: Is this a different patchtest issue to the one that was fixed? Looks like there are still excessive line length issues with the patchtest report that I need to fix. This is what it reported: FAIL: test Signed-off-by presence: A patch file has

Re: [OE-core] [RESEND][PATCH 1/7] bitbake: utils: remove spaces on empty lines

2023-12-05 Thread Julien Stephan
Le mar. 5 déc. 2023 à 08:50, Alexandre Belloni a écrit : > > Please do not send bitbake patches in the same series as oe-core patches > if there is no dependency. Those patches are applied on different > repositories. Hi Alexandre, Noted! Do you want me to resend the series without the bitbake

[OE-core] [PATCH v3 07/10] recipeutils: bbappend_recipe: allow to patch the recipe itself

2023-12-05 Thread Julien Stephan
Add a new parameter update_original_recipe to allow to patch a recipe instead of creating/updating a bbappend Signed-off-by: Julien Stephan --- meta/lib/oe/recipeutils.py | 35 +-- 1 file changed, 25 insertions(+), 10 deletions(-) diff --git

[OE-core] [PATCH v3 06/10] recipetool: appendsrcfile(s): use params instead of extraline

2023-12-05 Thread Julien Stephan
appendsrc function relies on oe.recipeutils.bbappend_recipe to copy files and add the corresponding entries in SRC_URI. Currently, appendsrc function build itself the new SRC_URI entry to add the correct subdir param, and gives it using the extralines parameter. This has 2 drawbacks: -

[OE-core] [PATCH v3 10/10] oeqa/selftest/recipetool: appendsrc: add test for update mode

2023-12-05 Thread Julien Stephan
add a basic test for testing the update mode of recipetool appendsrcfile(s) Signed-off-by: Julien Stephan --- meta/lib/oeqa/selftest/cases/recipetool.py | 28 ++ 1 file changed, 28 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/recipetool.py

[OE-core] [PATCH v3 09/10] oeqa/selftest/recipetool: appendsrfile: add test for machine

2023-12-05 Thread Julien Stephan
Add a new test for machine specific bbappend override Signed-off-by: Julien Stephan --- meta/lib/oeqa/selftest/cases/recipetool.py | 44 +++--- 1 file changed, 38 insertions(+), 6 deletions(-) diff --git a/meta/lib/oeqa/selftest/cases/recipetool.py

[OE-core] [PATCH v3 08/10] recipetool: appendsrcfile(s): add a mode to update the recipe itself

2023-12-05 Thread Julien Stephan
Add a new option -u/--update-recipe to update the recipe itself instead of creating/updating a bbappend file Signed-off-by: Julien Stephan --- scripts/lib/recipetool/append.py | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/lib/recipetool/append.py

[OE-core] [PATCH v3 05/10] recipeutils: bbappend_recipe: remove old srcuri entry if parameters are different

2023-12-05 Thread Julien Stephan
Currently we do not add a new src_ury entry if the entry already exists AND the parameters are the same. I believe that when an entry already exist with different parameters, we should remove it and add the new entry otherwise we end up with two entries with different parameters Signed-off-by:

[OE-core] [PATCH v3 03/10] recipeutils: bbappend_recipe: fix docstring

2023-12-05 Thread Julien Stephan
Add missing patchdir key in docstring description for srcfiles parameters. Also fix typo: value --> key in srcfile docstring description Signed-off-by: Julien Stephan --- meta/lib/oe/recipeutils.py | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git

[OE-core] [PATCH v3 04/10] recipeutils: bbappend_recipe: add a way to specify the name of the file to add

2023-12-05 Thread Julien Stephan
bbappend_recipe can take a dict of source files to add to SRC_URI where the key is the full path to the file to be added and the value is a dict Add a new optionnal entry "newname" to specify the name of the newly added file Signed-off-by: Julien Stephan --- meta/lib/oe/recipeutils.py | 7

[OE-core] [PATCH v3 02/10] recipeutils: bbappend_recipe: fix undefined variable

2023-12-05 Thread Julien Stephan
In the case get_bbappend_path returns None (could not find the layer containing the recipe) the error message tries to print the recipefile, but it is not defined. Fix it. Signed-off-by: Julien Stephan --- meta/lib/oe/recipeutils.py | 1 + 1 file changed, 1 insertion(+) diff --git

[OE-core] [PATCH v3 00/10] Several fixes around recipetool appendsrcfile(s) and oe.recipeutils.bbappend_recipe

2023-12-05 Thread Julien Stephan
Hi all, I was trying to use recipetool appendsrcfile to add a file to a recipe and I noticed several issues: * -m is not correctly supported * recipetool appendsrfile(s) are missing a usefull dry-run mode * appendsrc function relies on oe.recipeutils.bbappend_recipe but duplicates some code:

[OE-core] [PATCH v3 01/10] recipetool: appendsrcfile(s): add dry-run mode

2023-12-05 Thread Julien Stephan
Add dry-run mode for recipetool appendsrcfile and appendsrcfiles, with if necessary, a diff of changes Signed-off-by: Julien Stephan --- scripts/lib/recipetool/append.py | 33 +++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git

[OE-core] Patchtest results for [kirkstone][PATCH v2 3/5] rust-cross/rust-common: Merge arm target handling code to fix cross-canadian

2023-12-05 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/kirkstone-v2-3-5-rust-cross-rust-common-Merge-arm-target-handling-code-to-fix-cross-canadian.patch FAIL: test

[OE-core] [kirkstone][PATCH v2 5/5] native: Clear TUNE_FEATURES/ABIEXTENSION

2023-12-05 Thread Jermain Horsman
From: Richard Purdie Some recipes reference these. Rather than continually trying to chase down the references and taskhash issues, clear the variables for an easier life and simpler code. These wouldn't convey anything useful in a native build. Signed-off-by: Richard Purdie (cherry picked

[OE-core] [kirkstone][PATCH v2 4/5] rust-cross: Simplfy the rust_gen_target calls

2023-12-05 Thread Jermain Horsman
From: Richard Purdie Match the code in rust-cross-canadian so that further simplifications can be considered in future. Signed-off-by: Richard Purdie (cherry picked from commit 5cb62d0a33777cb9afb1eea5f736a2580ce50dc7) Signed-off-by: Jermain Horsman ---

[OE-core] [kirkstone][PATCH v2 3/5] rust-cross/rust-common: Merge arm target handling code to fix cross-canadian

2023-12-05 Thread Jermain Horsman
From: Richard Purdie rust-cross had special handling for armv7 targets but we also need this for cross-canadian. Merge the code into the main function so everything is consistent. Also then fix the arm definition to be arm-eabi since ABI is correctly being looked up. Signed-off-by: Richard

[OE-core] [kirkstone][PATCH v2 2/5] rust-cross-canadian: Fix ordering of target json config generation

2023-12-05 Thread Jermain Horsman
From: Richard Purdie Based upon a patch from Otavio Salvador , ensure the target json files are written in the correct order with the most specific last incase it overwrites earlier files if the prefixes match. Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core] [kirkstone][PATCH v2 1/5] rust-common: Set llvm-target correctly for cross SDK targets

2023-12-05 Thread Jermain Horsman
From: Richard Purdie When a 'BUILD' target is requested we shouldn't be looking at TARGET_SYS but at BUILD_SYS. Due to the way rust mangles triplets, we need the HOST_SYS triplet to work with existing code - fixing that issue is a separate patch. Also drop the arch_abi argument, it doens't make

[OE-core] [kirkstone][PATCH v2 0/5] Failure for rust-cross for arm(v5)

2023-12-05 Thread Jermain Horsman
From: Jermain Horsman I ran into the following when trying to compile rust for arm (on kirkstone): Exception: TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType' After some investigation I notices some patches on master which were not available on

Re: [OE-core][PATCH v2] gdb/systemd: enable minidebuginfo support conditionally

2023-12-05 Thread Etienne Cordonnier via lists.openembedded.org
Version 2 of the patch: I implemented the feedback of Richard (convert PACKAGE_MINIDEBUGINFO to a DISTRO_FEATURES), and added a runtime test. This was my local.conf used for testing (with "bitbake -v -c testimage core-image-sato"): DISTRO_FEATURES:append = " minidebuginfo" IMAGE_CLASSES +=

[OE-core][PATCH v2] gdb/systemd: enable minidebuginfo support conditionally

2023-12-05 Thread Etienne Cordonnier via lists.openembedded.org
From: Etienne Cordonnier Enabling minidebuginfo is not useful if gdb and systemd-coredump are unable to parse it. In order to parse it, gdb needs xz support. Systemd needs coredump enabled, as well as elfutil enabled as well (systemd-coredump loads libdw which is part of elfutils using

Re: [OE-core] [PATCH] linux-yocto: update CVE exclusions

2023-12-05 Thread Ross Burton
Note that this depends on Bruce’s latest kernel patches. Ross > On 5 Dec 2023, at 13:23, Ross Burton via lists.openembedded.org > wrote: > > From: Ross Burton > > Signed-off-by: Ross Burton > --- > .../linux/cve-exclusion_6.1.inc | 26 +++ >

[OE-core] [PATCH] linux-yocto: update CVE exclusions

2023-12-05 Thread Ross Burton
From: Ross Burton Signed-off-by: Ross Burton --- .../linux/cve-exclusion_6.1.inc | 26 +++ .../linux/cve-exclusion_6.5.inc | 22 +--- 2 files changed, 40 insertions(+), 8 deletions(-) diff --git

Re: [OE-core] [PATCH] tiff: Backport fixes for CVE-2023-6277

2023-12-05 Thread Ross Burton
> On 3 Dec 2023, at 16:20, Khem Raj via lists.openembedded.org > wrote: > > create mode 100644 meta/recipes-multimedia/libtiff/tiff/545.patch This file is created but not used. Ross -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#191817):

Re: [OE-core] [PATCH] libxcrypt.inc: use alternatives to resolve crypt.3 conflict

2023-12-05 Thread Ross Burton
On 5 Dec 2023, at 01:41, Changqing Li via lists.openembedded.org wrote: > > From: Changqing Li > > To fix: > > Error: Transaction test error: > file /usr/share/man/man3/crypt.3 from install of > libcrypt-doc-4.4.33-r0.x86_64 conflicts with file from package > man-pages-6.04-r0.x86_64

Re: [OE-core] [PATCH] libxcrypt.inc: use alternatives to resolve crypt.3 conflict

2023-12-05 Thread Alexandre Belloni via lists.openembedded.org
This causes: stdio: WARNING: libxcrypt-4.4.36-r0 do_package: libxcrypt: alternative target (/usr/bin/crypt_r.3 or /usr/bin/crypt_r.3.libxcrypt) does not exist, skipping... stdio: WARNING: libxcrypt-4.4.36-r0 do_package: libxcrypt: NOT adding alternative provide /usr/bin/crypt_r.3:

Re: [OE-core] [PATCH] ldconfig-native: Add usrmerge support

2023-12-05 Thread Alexander Kanavin
On Tue, 5 Dec 2023 at 10:44, Johannes Pointner wrote: > Thanks, I understand that, but ldconfig-native seemed very special to me, so > I tried to take an example from the existing patches. > > So the next step would be a v2 with a better explanation and obviously a > fixed sendemail.from? > Or

Re: [mickledore][oe-core][PATCH 1/1] gnutls: update to version 3.8.2

2023-12-05 Thread Alexander Kanavin
mickledore is already end of life I think? Alex On Mon, 4 Dec 2023 at 20:36, Joe Slater via lists.openembedded.org wrote: > > From: Joe Slater > > De-fuzz existing patches. > Do not update PACKAGECONFIG to match master. > > Signed-off-by: Joe Slater > --- >

Re: [OE-core] [master][PATCH 2/2] rootfs-postcommands.bbclass: add post func remove_unused_dnf_log_lock

2023-12-05 Thread Alexander Kanavin
On Tue, 5 Dec 2023 at 06:46, Changqing Li wrote: > So I add this patch > https://git.openembedded.org/openembedded-core/commit/?id=406a72a9a47c2735b7e18cefc682b1df00d5a9aa > to remove the lock file in rootfs. > > Since for dnf-native, it will not have reboot process, so it is better > to

Re: [OE-core] [PATCH] ldconfig-native: Add usrmerge support

2023-12-05 Thread Johannes Pointner
On Mon, Dec 4, 2023 at 11:00 AM Alexander Kanavin wrote: > > Generally if you mark something as inappropriate, it's best to write > an extended description of why in the patch. The barrier to adding > patches that we can never upstream is high. > Thanks, I understand that, but ldconfig-native

Re: [OE-core] [PATCH v3] image-live: Add support for building EFI-bootable ISO images for non-x86-based archs

2023-12-05 Thread Alexander Kanavin
Then it's probably best to write a recipe, so that the code can be hosted externally and maintained independently of oe-core? Alex On Mon, 4 Dec 2023 at 15:46, Andrey Popov wrote: > > Hello, Alex! > > I have doubts that the entire isoparser class set could be inlined, that > would occupy

[OE-core] [PATCH] image-uefi.conf: Add EFI_UKI_PATH variable

2023-12-05 Thread Viswanath Kraleti
UEFI bootloader specification says the primary place for UKI images is the /EFI/Linux/ directory under $boot. Defining a varaible for the same to reuse in all UEFI-related packages. Signed-off-by: Viswanath Kraleti --- meta/conf/image-uefi.conf | 4 1 file changed, 4 insertions(+) diff

[OE-core] [PATCH v2] lib/oe/patch: handle creating patches for CRLF sources

2023-12-05 Thread Yoann Congal
Using devtool to patch CRLF based sources creates patch files which have mixed end of lines : LF for headers and CRLF for source context and modified lines. Python open(..., newline=None) (default for newline arg)does detect end-of-line in this mixed file but only outputs LF EOL data. This result

Re: [OE-core] [PATCH] lib/oe/patch: handle creating patches for CRLF sources

2023-12-05 Thread Yoann Congal
Le mar. 5 déc. 2023 à 08:48, Alexandre Belloni < alexandre.bell...@bootlin.com> a écrit : > Hello, > > This doesn't apply on master, can you rebase? > Yes! I will send a v2 today On 27/11/2023 14:49:03+0100, Yoann Congal wrote: > > Using devtool to patch CRLF based sources creates patch files