Re: [OE-core] [kirkstone][PATCH v3] kmscube: Add patch to fix -int-conversion build error

2024-10-01 Thread Quentin Schulz via lists.openembedded.org
Hi Purushottam, On 10/1/24 7:01 AM, Purushottam Kumar wrote: Hi Quentin, Shall I update the SRCREV to latest and revert below commit change as patch would be fine for kirstone? https://gitlab.freedesktop.org/mesa/kmscube/-/ commit/4961a04b4a434aefbd412eb24fb76998036eaaf6 Or shall I push speci

Re: [OE-core] [kirkstone][PATCH v3] kmscube: Add patch to fix -int-conversion build error

2024-09-30 Thread Quentin Schulz via lists.openembedded.org
Hi Purushottam, On 9/30/24 1:53 PM, Purushottam Choudhary via lists.openembedded.org wrote: On some platforms, `EGLNativeDisplayType` is an int instead of a pointer, in which case the void pointer will raise a `-Wint-conversion`. Add change as a patch instead of updating SRCREV . if we update S

Re: [OE-core] [kirkstone][PATCH v2] kmscube: Add patch to fix -int-conversion build error

2024-09-30 Thread Quentin Schulz via lists.openembedded.org
Hi Purushottam, On 9/30/24 12:11 PM, Purushottam Kumar wrote: Hi Quentin, You are correct. As discussed earlier, In my opinion, Updating SRCREV instead of adding as patch will be a better option for Master and scarthgap branch.But for kirskstone, might will get compatiblity issue with gstreamer

Re: [OE-core] [PATCH 1/5] linux-yocto-dev: bump to v6.11

2024-09-30 Thread Quentin Schulz via lists.openembedded.org
Hi Bruce, On 9/25/24 4:23 PM, Bruce Ashfield wrote: On Wed, Sep 25, 2024 at 10:07 AM Quentin Schulz wrote: Hi Bruce, On 9/25/24 3:57 PM, Bruce Ashfield wrote: On Wed, Sep 25, 2024 at 9:37 AM Quentin Schulz Hi Bruce, On 9/24/24 4:11 PM, Bruce Ashfield wrote: On Tue, Sep 24, 2024 at 9:02 A

Re: [OE-core] [PATCH v3] default-distrovars: Have KERNEL_CONSOLE reference SERIAL_CONSOLES

2024-09-30 Thread Quentin Schulz via lists.openembedded.org
Hi Ross, On 9/24/24 1:35 PM, Ross Burton via lists.openembedded.org wrote: On 20 Sep 2024, at 19:41, Jon Mason via lists.openembedded.org wrote: --- a/scripts/lib/wic/canned-wks/mkefidisk.wks +++ b/scripts/lib/wic/canned-wks/mkefidisk.wks @@ -8,4 +8,4 @@ part / --source rootfs --ondisk sda

Re: [OE-core] [kirkstone][PATCH v2] kmscube: Add patch to fix -int-conversion build error

2024-09-30 Thread Quentin Schulz via lists.openembedded.org
Hi Purushottam, On 9/30/24 11:23 AM, Purushottam Choudhary via lists.openembedded.org wrote: On some platforms, `EGLNativeDisplayType` is an int instead of a pointer, in which case the void pointer will raise a `-Wint-conversion`. Please provide an explanation as to why this isn't first contr

Re: [OE-core] [PATCH v3] default-distrovars: Have KERNEL_CONSOLE reference SERIAL_CONSOLES

2024-09-30 Thread Quentin Schulz via lists.openembedded.org
Hi Jon, On 9/20/24 8:41 PM, Jon Mason via lists.openembedded.org wrote: Currently, KERNEL_CONSOLE has a default value of "ttyS0". However, Arm machines and those using virtio serial prefer to use "ttyAMA0" or "hvc0" (or something else). These are usually defined by the machine config file as S

Re: [OE-core] [meta-oe][kirkstone][PATCHv2] kmscube: Add patch to fix -int-conversion build error

2024-09-30 Thread Quentin Schulz via lists.openembedded.org
Hi Purushottam, This triggers Patchtest because you have "meta-oe" in the mail subject I believe. meta-oe patches are not handled on openembedded-core mailing list. That patch is for openembedded-core though as it's in OE-Core repo, c.f. https://git.openembedded.org/openembedded-core/tree/met

Re: [oe-core][PATCH] kmscube: Upgrade to latest revision

2024-09-27 Thread Quentin Schulz via lists.openembedded.org
Hi Purushottam, On 9/27/24 4:17 PM, Purushottam Kumar wrote: Hi, Thanks for the quick response. Yes, for kirkstone branch need a separate commit but there gstreamer version is 1.20.7. Please ignore this patch i will share specific change commit for kmscube for master and kirskstone. I think

Re: [oe-core][PATCH] kmscube: Upgrade to latest revision

2024-09-27 Thread Quentin Schulz via lists.openembedded.org
Hi, On 9/27/24 12:53 PM, Purushottam Choudhary via lists.openembedded.org wrote: [You don't often get email from purushottam27.kumar=lge@lists.openembedded.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] Upgrade to the latest kmscube revision. Signed-o

Re: [OE-core] [PATCH 1/5] linux-yocto-dev: bump to v6.11

2024-09-25 Thread Quentin Schulz via lists.openembedded.org
Hi Bruce, On 9/25/24 3:57 PM, Bruce Ashfield wrote: On Wed, Sep 25, 2024 at 9:37 AM Quentin Schulz wrote: Hi Bruce, On 9/24/24 4:11 PM, Bruce Ashfield wrote: On Tue, Sep 24, 2024 at 9:02 AM Quentin Schulz Hi Bruce, On 8/11/24 8:04 PM, Bruce Ashfield via lists.openembedded.org wrote: From

Re: [OE-core] [PATCH 1/5] linux-yocto-dev: bump to v6.11

2024-09-25 Thread Quentin Schulz via lists.openembedded.org
Hi Bruce, On 9/24/24 4:11 PM, Bruce Ashfield wrote: On Tue, Sep 24, 2024 at 9:02 AM Quentin Schulz wrote: Hi Bruce, On 8/11/24 8:04 PM, Bruce Ashfield via lists.openembedded.org wrote: From: Bruce Ashfield Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-dev.bb

Re: [OE-core] [PATCH 1/5] linux-yocto-dev: bump to v6.11

2024-09-24 Thread Quentin Schulz via lists.openembedded.org
Hi Bruce, On 8/11/24 8:04 PM, Bruce Ashfield via lists.openembedded.org wrote: From: Bruce Ashfield Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-dev.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-d

Re: [OE-core] [PATCH v2] default-distrovars: Have KERNEL_CONSOLE reference SERIAL_CONSOLES

2024-08-30 Thread Quentin Schulz via lists.openembedded.org
Hi Jon, On 8/29/24 11:41 PM, Jon Mason via lists.openembedded.org wrote: Currently, KERNEL_CONSOLE has a default value of "ttyS0". However, Arm machines and those using virtio serial prefer to use "ttyAMA0" or "hvc0" (or something else). These are usually defined by the machine config file as

Re: [OE-core] [PATCH v2] linux-firmware: package qcom-vpu firmware

2024-08-27 Thread Quentin Schulz via lists.openembedded.org
Hi Dmitry, On 8/27/24 3:18 PM, Dmitry Baryshkov wrote: [...] It's also not necessarily required to merge those together as we could probably still have two different packages to avoid bringing in files we don't need (I assume the same SoC doesn't have both a VPU 1.0 and a VPU 2.0 ?). First of

Re: [OE-core] [PATCH v2] linux-firmware: package qcom-vpu firmware

2024-08-27 Thread Quentin Schulz via lists.openembedded.org
Hi Dmitry, On 8/27/24 1:35 PM, Dmitry Baryshkov wrote: Hi Quentin, Excuse me, I missed your review before sending v2. On Tue, 27 Aug 2024 at 13:25, Quentin Schulz wrote: Hi Dmitry, On 8/27/24 12:09 PM, Dmitry Baryshkov via lists.openembedded.org wrote: Release 20240811 has restructured th

Re: [OE-core] [scarthgap][PATCH v2] linux-firmware: add a package for ath12k firmware

2024-08-27 Thread Quentin Schulz via lists.openembedded.org
Hi Dmitry, On 8/27/24 1:37 PM, Dmitry Baryshkov wrote: On Tue, 27 Aug 2024 at 14:32, Quentin Schulz wrote: Hi Dmitry, On 8/27/24 12:03 PM, Dmitry Baryshkov via lists.openembedded.org wrote: From: Bartosz Golaszewski Add the firmware package for the ATH12K module. Signed-off-by: Bartosz G

Re: [OE-core] [scarthgap][PATCH v2] linux-firmware: add a package for ath12k firmware

2024-08-27 Thread Quentin Schulz via lists.openembedded.org
Hi Dmitry, On 8/27/24 12:03 PM, Dmitry Baryshkov via lists.openembedded.org wrote: From: Bartosz Golaszewski Add the firmware package for the ATH12K module. Signed-off-by: Bartosz Golaszewski [DB: added rdepends from PN to PN-ath12k] Signed-off-by: Dmitry Baryshkov --- Changes since v1:

Re: [OE-core] [PATCH 1/2] linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence

2024-08-27 Thread Quentin Schulz via lists.openembedded.org
Hi Dmitry, On 8/27/24 12:12 PM, Dmitry Baryshkov via lists.openembedded.org wrote: The linux-firmware-qcom-sc8280xp-lenovo-x13s-audio package includes audio topology file which has separate licensing terms. Make this package RDEPEND on the corresponding licence package. Fixes: 958d6a209edf ("li

Re: [OE-core] [PATCH v2] linux-firmware: package qcom-vpu firmware

2024-08-27 Thread Quentin Schulz via lists.openembedded.org
Hi Dmitry, On 8/27/24 12:09 PM, Dmitry Baryshkov via lists.openembedded.org wrote: Release 20240811 has restructured the locations of Qualcomm VPU firmware. Follow those changes and implement a single linux-firmware-qcom-vpu package holding all VPU firmware files. Use RPROVIDES to provide previo

Re: [OE-core] [scarthgap][PATCH] linux-firmware: add a package for ath12k firmware

2024-08-26 Thread Quentin Schulz via lists.openembedded.org
Hi Dmitry, On 8/26/24 3:39 AM, Dmitry Baryshkov via lists.openembedded.org wrote: From: Bartosz Golaszewski Add the firmware package for the ATH12K module. Signed-off-by: Bartosz Golaszewski Signed-off-by: Dmitry Baryshkov --- .../linux-firmware/linux-firmware_20240312.bb | 7

Re: [OE-Core][scarthgap][PATCH] rust: Add new varaible RUST_ENABLE_EXTRA_TOOLS

2024-08-01 Thread Quentin Schulz via lists.openembedded.org
Hi Ranjitsinh, Is this not compatible with master? If so, why? If not, please send the patch for the master branch (just remove the [scarthgap] prefix) first, then we can backport it to still-maintained branches once merged in master. The rule is basically: master first then backport or maste

Re: [OE-core] How to contribute in meta-lts-mixins layer?

2024-07-29 Thread Quentin Schulz via lists.openembedded.org
Hi Ranjitsinh, On 7/29/24 3:52 PM, Ranjitsinh Rathod via lists.openembedded.org wrote: You don't often get email from ranjitsinh.rathod=kpit@lists.openembedded.org. Learn why this is important Hello all, I want to contribute for the layer meta

Re: [oe-core][PATCHv3] mesa: update 24.0.7 -> 24.1.4

2024-07-22 Thread Quentin Schulz via lists.openembedded.org
Hi Markus, On 7/20/24 3:36 PM, Markus Volk via lists.openembedded.org 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/-/blob/main/meson.bu

Re: [OE-core] [kirkstone][PATCH] uboot-sign: Fix index error in concat_dtb_helper() with multiple configs

2024-07-02 Thread Quentin Schulz via lists.openembedded.org
Hi Florian, On 7/2/24 10:14 AM, Florian Amstutz via lists.openembedded.org wrote: You don't often get email from florian.amstutz=scs...@lists.openembedded.org. Learn why this is important Since j is not unset after the inner loop, the image will on

Re: [OE-core] [PATCH] u-boot: Fix potential index error issues in do_deploy with multiple u-boot configurations

2024-07-02 Thread Quentin Schulz via lists.openembedded.org
Hi Florian, On 7/2/24 10:16 AM, Florian Amstutz via lists.openembedded.org wrote: You don't often get email from florian.amstutz=scs...@lists.openembedded.org. Learn why this is important If i or j have not been unset in do_deploy:prepend functions

Re: [OE-core] [PATCH 1/2] librsvg: don't try to run target code at build time

2024-07-01 Thread Quentin Schulz via lists.openembedded.org
Hi Ross, On 6/27/24 7:23 PM, Ross Burton via lists.openembedded.org wrote: The rsvg-loader test binary isn't installed but building it causes a mix of build host and target code to be executed. As we don't install the test, don't build it. Signed-off-by: Ross Burton --- .../librsvg/disable-

Re: [OE-core] [PATCH] u-boot.inc: WORKDIR -> UNPACKDIR transition

2024-06-26 Thread Quentin Schulz via lists.openembedded.org
Hi Richard, On 6/26/24 3:20 PM, Richard Purdie via lists.openembedded.org wrote: On Mon, 2024-06-24 at 00:32 +0300, Leon Anavi via lists.openembedded.org wrote: Replace references of WORKDIR with UNPACKDIR for U-Boot script and variable UBOOT_ENV_BINARY, for example for boot.scr. Signed-off-by

Re: [OE-core] mesa: build failure in CI, dependency not found

2024-06-05 Thread Quentin Schulz via lists.openembedded.org
Hi Alex, Markus, On 6/5/24 1:35 PM, Alexander Kanavin wrote: I think we could ask Markus to look at this update to 24.1, as he's done work with libclc dependency previously (and authored the patch for it, which should preferably be dropped). Yeah, I'm hitting a lot of issues right now :/ I

Re: [OE-core] [PATCH 3/3] mesa: add new package for Mali CSFFW Valhall firmware

2024-06-04 Thread Quentin Schulz via lists.openembedded.org
Hi Richard, On 6/4/24 4:59 PM, Richard Purdie wrote: On Tue, 2024-06-04 at 16:23 +0200, Quentin Schulz via lists.openembedded.org wrote: Hi all, The title is misleading, this isn't for mesa but for linux-firmware. I know this has been reverted in master-next has it? :/ I don'

Re: [OE-core] [PATCH 3/3] mesa: add new package for Mali CSFFW Valhall firmware

2024-06-04 Thread Quentin Schulz via lists.openembedded.org
Hi all, The title is misleading, this isn't for mesa but for linux-firmware. I know this has been reverted in master-next but I think we should be able to take it in, even if the mesa changes don't make it just yet as they aren't really dependent on each other except if someone wants to use o

Re: [OE-core] mesa: build failure in CI, dependency not found

2024-06-04 Thread Quentin Schulz via lists.openembedded.org
Hi Joao, On 6/3/24 5:39 PM, Joao Marcos Costa via lists.openembedded.org wrote: Hello, The following error was raised in Swat's CI: | Run-time dependency libclc found: NO (tried pkgconfig) | | ../mesa-24.1.0/meson.build:852:12: ERROR: Dependency "libclc" not found, tried pkgconfig | | A full

Re: [OE-core] [PATCH v4 2/2] image-bootfiles.bbclass: new class, copy boot files to root filesystem

2024-05-31 Thread Quentin Schulz via lists.openembedded.org
Hi Marcus, On 5/30/24 11:53 AM, Marcus Folkesson wrote: image-bootfiles class copy files listed in IMAGE_BOOT_FILES to the IMAGE_BOOT_FILES_DIR directory of the root filesystem. This is useful when there is no explicit boot partition but all boot files should instead reside inside the root file

Re: [OE-core] [PATCH v3 2/2] image-bootfiles.bbclass: new class, copy boot files to root filesystem

2024-05-28 Thread Quentin Schulz via lists.openembedded.org
Hi Marcus, On 5/28/24 11:08 AM, Marcus Folkesson wrote: image-bootfiles class copy files listed in IMAGE_BOOT_FILES to the IMAGE_BOOT_FILES_DIR directory of the root filesystem. This is useful when there is no explicit boot partition but all boot files should instead reside inside the root file

Re: [OE-core] [PATCH v3 1/2] bootimg-partition: break out code to a common library.

2024-05-28 Thread Quentin Schulz via lists.openembedded.org
Hi Marcus, On 5/28/24 11:08 AM, Marcus Folkesson wrote: Break out the code that parse IMAGE_BOOT_FILES to a common library. Signed-off-by: Marcus Folkesson Reviewed-by: Quentin Schulz --- Notes: v3: - Removed unnecessary "import glob" Ah, there was a misunderstanding here, the

Re: [OE-core] [PATCH] meta: uboot-config: Fix broken menuconfig for "fitImage" kernel

2024-05-28 Thread Quentin Schulz via lists.openembedded.org
Hi Mike, On 5/28/24 7:20 AM, mike.looijm...@topic.nl wrote: [You don't often get email from mike.looijm...@topic.nl. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] On 24-05-2024 12:22, Richard Purdie wrote: On Thu, 2024-05-23 at 15:43 +0200, Quentin Schulz wrot

Re: [OE-core] [PATCH v2 2/2] image-bootfiles.bbclass: new class, copy boot files to root filesystem

2024-05-27 Thread Quentin Schulz via lists.openembedded.org
Hi Marcus, On 5/25/24 10:50 AM, Marcus Folkesson wrote: image-bootfiles class copy files listed in IMAGE_BOOT_FILES to the IMAGE_BOOTFILES_DIR directory of the root filesystem. This is useful when there is no explicit boot partition but all boot files should instead reside inside the root files

Re: [OE-core] [PATCH v2 1/2] bootimg-partition: break out code to a common library.

2024-05-27 Thread Quentin Schulz via lists.openembedded.org
Hi Marcus, On 5/25/24 10:50 AM, Marcus Folkesson wrote: Break out the code that parse IMAGE_BOOT_FILES to a common library. Signed-off-by: Marcus Folkesson --- meta/lib/oe/bootfiles.py | 56 +++ .../wic/plugins/source/bootimg-partition.py | 39 +---

Re: [OE-core] scarthgap backports

2024-05-24 Thread Quentin Schulz via lists.openembedded.org
, May 23, 2024 at 6:46 AM Quentin Schulz via lists.openembedded.org wrote: Hi Peter, On 5/22/24 11:10 PM, Peter Marko via lists.openembedded.org wrote: Hello, I'd like to request following backports from master to scarthgap To match versions in scarthgap branches between oe-core and

Re: [OE-core] [PATCH 1/2] image-bootfiles.bbclass: new class, copy boot files to /boot on rfs

2024-05-23 Thread Quentin Schulz via lists.openembedded.org
Hi Marcus, (First, sorry for the typo I made in your name) On 5/23/24 3:49 PM, Marcus Folkesson wrote: Hello Quentin, First, thank you for your feedback. On Thu, May 23, 2024 at 03:26:36PM +0200, Quentin Schulz wrote: Hi Markus, On 5/21/24 7:33 PM, Marcus Folkesson via lists.openembedded.or

Re: [docs] [OE-core] [PATCH 1/2] image-bootfiles.bbclass: new class, copy boot files to /boot on rfs

2024-05-23 Thread Quentin Schulz via lists.openembedded.org
Hi Alex, On 5/23/24 3:38 PM, Alexander Kanavin wrote: I also have to repeat what I said in docs@ list: why do we need a special mechanism for placing files into /boot? If /boot is not a special partition, then it's just a folder in / and can be populated from packages like any other folder. T

Re: [OE-core] scarthgap backports

2024-05-23 Thread Quentin Schulz via lists.openembedded.org
Hi Peter, On 5/22/24 11:10 PM, Peter Marko via lists.openembedded.org wrote: Hello, I'd like to request following backports from master to scarthgap To match versions in scarthgap branches between oe-core and meta-clang: adc2651a8e902af24fee6ff30a72f4b7c63bef6f llvm: Upgrade to 18.1.4 02df2fc6

Re: [OE-core] [PATCH] meta: uboot-config: Fix broken menuconfig for "fitImage" kernel

2024-05-23 Thread Quentin Schulz via lists.openembedded.org
Hi Mike, On 5/22/24 8:43 AM, Mike Looijmans via lists.openembedded.org wrote: On 22-05-2024 07:39, Richard Purdie wrote: On Wed, 2024-05-22 at 07:28 +0200, mike.looijm...@topic.nl wrote: On 21-05-2024 16:51, Richard Purdie wrote: On Tue, 2024-05-21 at 15:57 +0200, Mike Looijmans via lists.ope

Re: [OE-core] [PATCH 2/2] ref-manual: classes: add new image-bootfiles class

2024-05-23 Thread Quentin Schulz via lists.openembedded.org
Hi Markus, On 5/21/24 7:33 PM, Marcus Folkesson via lists.openembedded.org wrote: [You don't often get email from marcus.folkesson=gmail@lists.openembedded.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] Describe the newly introduced image-bootfiles cla

Re: [OE-core] [PATCH 1/2] image-bootfiles.bbclass: new class, copy boot files to /boot on rfs

2024-05-23 Thread Quentin Schulz via lists.openembedded.org
Hi Markus, On 5/21/24 7:33 PM, Marcus Folkesson via lists.openembedded.org wrote: [You don't often get email from marcus.folkesson=gmail@lists.openembedded.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] image-bootfiles class copy files listed IMAGE_BOO

Re: [OE-core] [PATCH 1/3] linux-yocto: Avoid QA check

2024-05-21 Thread Quentin Schulz via lists.openembedded.org
Hi Richard, On 5/21/24 12:36 PM, Richard Purdie via lists.openembedded.org wrote: The kernel has special handling of ${S} and it is therefore expected to be empty at do_unpack time. For now, ignore this QA check until the kernel unpack process can be more standardised. Signed-off-by: Richard Pu

Re: [OE-core] [PATCH] uboot-sign: fix loop in do_uboot_assemble_fitimage

2024-05-03 Thread Quentin Schulz via lists.openembedded.org
Hi Ralph, On 5/3/24 5:18 PM, Ralph Siemsen via lists.openembedded.org wrote: [You don't often get email from ralph.siemsen=linaro@lists.openembedded.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] When using multiple u-boot configurations in UBOOT_CONFI

Re: [OE-core] [PATCH] ipk: Do not hardcode payload compression algorithm

2024-05-03 Thread Quentin Schulz via lists.openembedded.org
Hi Philip, On 5/2/24 8:00 PM, Philip Lorenz wrote: Hi Quentin, On 02.05.24 19:19, Quentin Schulz wrote: Sent from outside the BMW organization  - be CAUTIOUS, particularly with links and attachments. Absender außerhalb der BMW Organisation - Bitte VORSICHT beim Öffnen von Links und Anhängen.

Re: [OE-core] [PATCH] ipk: Do not hardcode payload compression algorithm

2024-05-02 Thread Quentin Schulz via lists.openembedded.org
Hi Philip, On 5/2/24 4:27 PM, Philip Lorenz via lists.openembedded.org wrote: [You don't often get email from philip.lorenz=bmw...@lists.openembedded.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] The chosen payload compression algorithm can be changed by o

Re: [OE-core] [PATCH v2] linux-firmware: Move Intel AC 9260 bluetooth firmware to a separate package

2024-04-23 Thread Quentin Schulz via lists.openembedded.org
Hi Iskander, On 4/23/24 16:18, Iskander Amara wrote: In order to use Bluetooth on Intel AC 9260, we need to select linux-firmware-ibt-misc package that brings a lot of fimw- ares that are, in most cases, irrelevant for the used hardware. This adds a new package linux-firmware-ibt-18 that only i

Re: [OE-core] [PATCH] linux-firmware: Move 9260 bluetooth firmware to a separate package

2024-04-23 Thread Quentin Schulz via lists.openembedded.org
Hi Iskander, linux-firmware storing all firmwware, can you add "Intel AC 9260" in the commit title so we know what we're talking about :) ? On 4/23/24 14:02, Iskander Amara wrote: In order to use the Intel bluetooth 9260 firmware, we need to """ In order to use Bluetooth on Intel 9260, """

Re: [OE-core] [kirkstone][PATCH] kernel.bbclass: check, if directory exists before removing empty module directory

2024-04-11 Thread Quentin Schulz via lists.openembedded.org
Hi Heiko, On 4/11/24 10:05, Heiko via lists.openembedded.org wrote: [You don't often get email from heiko.thole=entwicklung.eq-3...@lists.openembedded.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] If the kernel folder does not exist, find will result in a

Re: [OE-core] [yocto-patches] [PATCH 1/2] README: Switch to yocto-patches mailing list

2024-04-10 Thread Quentin Schulz via lists.openembedded.org
Hi Richard, On 4/10/24 11:29, Richard Purdie via lists.yoctoproject.org wrote: We're trying to align the various components so tweak pseudo to match our other projects a little more and use the yocto-patches mailing list for submissions. Signed-off-by: Richard Purdie --- README | 17

Re: [OE-core][dunfell][PATCH v2] Backport missing licenses

2024-04-02 Thread Quentin Schulz via lists.openembedded.org
Hi all, I would recommend to identify the patches to backport from the master branch and backport those instead of sending one huge patch, lowering the risk of forgetting some changes, forgetting to fix some git conflicts, etc... Also considering that Dunfell is soon (this month) EoL, not su

Re: [OE-core] [PATCH] u-boot: fix externalsrc not triggering do_configure on defconfig changes

2024-03-22 Thread Quentin Schulz via lists.openembedded.org
Adding Steve as Cc since he's maintaining the stable branches. I've tested this on Kirkstone as well (in downstream u-boot recipes including u-boot-configure.inc and have that new line themselves), so if this gets merged into master, I suggest we backport it to stable branches too? Cheers, Q

Re: [oe-core][PATCH] python3-gpiod: add recipe

2024-03-18 Thread Quentin Schulz via lists.openembedded.org
Hi Xiangyu Chen, On 3/18/24 10:35, Xiangyu Chen via lists.openembedded.org wrote: From: Xiangyu Chen python3-gpiod is a python library for interacting with the linux GPIO character device, it provides a simple way to control a GPIO in less code. Signed-off-by: Xiangyu Chen --- meta/recipes

Re: [OE-core] [PATCH 1/1] linux-firmware : Add firmaware for Intel 9260 wifi modules.

2024-03-13 Thread Quentin Schulz via lists.openembedded.org
Hi Yannick, On 3/13/24 17:29, RODRIGUEZ Yannick wrote: Hi Quentin, Thanks for your review. Should i resend a patch with the modification your sugest . It's possible to just amend m'y patch ? For the bluetooth part of the suggestion, a separate patch would be welcome. Though it's a suggest

Re: [OE-core] [PATCH 1/1] linux-firmware : Add firmaware for Intel 9260 wifi modules.

2024-03-13 Thread Quentin Schulz via lists.openembedded.org
Hi Yannick, Thanks for the patch. Typo in the commit title: firmware and not firmaware. Also, to be pedantic, you're not adding firmware for Intel 9260 modules, you're moving the different pieces of firmware to a separate package. On 3/13/24 16:39, Yannick Rodriguez via lists.openembedded.or

Re: [OE-core] [PATCH v8 8/8] docs: cover devtool ide

2023-11-02 Thread Quentin Schulz via lists.openembedded.org
Hi Adrian, Please at least Cc the docs mailing list :) The docs is actually handled in a separate repo (well the yocto docs, for bitbake it's in the bitbake mono-repo along side the code), by different people. Cc'ing docs. First, thanks for sending documentation related to a new feature whil

Re: [OE-core] [PATCH 1/3] scripts/patchreview: rework patch detection

2023-11-02 Thread Quentin Schulz via lists.openembedded.org
Hi Ross, On 10/27/23 17:29, Ross Burton via lists.openembedded.org wrote: From: Ross Burton A previous patch[1] added the ability to allow the search pattern for patches to be changed, so that patchreview can be used across the entire meta-oe repository by changing the patterns. However, this

Re: [OE-core] [PATCH] uboot-extlinux-config.bbclass: fix missed override syntax migration

2023-10-16 Thread Quentin Schulz via lists.openembedded.org
Hi Steve, I think this is appropriate for backporting to earlier branches. Considering that dunfell supports both old and new syntax, I don't think it matters for that branch. https://git.openembedded.org/openembedded-core/commit/meta/classes-recipe/uboot-extlinux-config.bbclass?id=b4dd9d8735

Re: [OE-core][PATCH] wic: fix a typo in help output

2023-10-10 Thread Quentin Schulz via lists.openembedded.org
Hi André, On 10/10/23 13:30, André Draszik via lists.openembedded.org wrote: [You don't often get email from git=andred@lists.openembedded.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] Signed-off-by: André Draszik Reviewed-by: Quentin Schulz Cheer

Re: [OE-core] [PATCH] ref-manual: Fix invalid feature name

2023-02-20 Thread Quentin Schulz via lists.openembedded.org
Hi Niko, This should be sent to the docs mailing list instead (d...@lists.yoctoproject.org). Cc'ing now. On 2/19/23 15:31, Niko Mauno via lists.openembedded.org wrote: Replace the invalid feature name with correct one which helps to avoid following bitbake error ERROR: Nothing PROVIDES 'c

Re: [OE-core] [PATCH v3 1/4] dtc: version bump and add python wrapper

2023-02-16 Thread Quentin Schulz via lists.openembedded.org
Hi Trevor, On 2/14/23 19:30, Trevor Woerner wrote: Bump the version of dtc from 1.6.1 to to 1.7.0. Add support for building the python wrapper around libfdt. Signed-off-by: Trevor Woerner --- ...tdump-fix-Werror-int-to-pointer-cast.patch | 40 --- meta/recipes-kernel/dtc/dt

Re: [OE-core] Use zImage instead of linux.bin in fitImage

2023-01-27 Thread Quentin Schulz via lists.openembedded.org
Hi Dave, On 1/25/23 18:24, dowens via lists.openembedded.org wrote: I'm trying to build a fit image for an ARM target and am struggling to configure kernel-fitimage in such a way that it includes zImage as the fitImage kernel instead of linux.bin.  zImage is significantly smaller than linux.bi

Re: [OE-core] [PATCH] curl: don't enable debug builds

2023-01-11 Thread Quentin Schulz via lists.openembedded.org
Hi Ross, On 1/11/23 15:17, Ross Burton wrote: In oe-core 27824261 --enable-debug was added to the configure arguments to turn on debugging symbols. However, enabling debug mode does more than turn on debugging symbols and introduces some codepaths that can be controlled with environment variabl

Re: [OE-core] [poky] [PATCH] oe-depends-dot: Handle new format for task-depends.dot

2023-01-09 Thread Quentin Schulz via lists.openembedded.org
Hi Steve, On 5/30/22 01:27, Steve Sakoman wrote: On Tue, May 24, 2022 at 11:03 AM Rusty Howell wrote: From: Rusty Howell The .dot file created by `bitbake -g` changed formats a while ago, which broke oe-depends-dot. Should this patch be taken for kirkstone too? I believe so, without:

Re: [OE-Core][PATCH 2/2] kernel-fitimage: Allow user to select dtb when multiple dtb exists

2023-01-04 Thread Quentin Schulz via lists.openembedded.org
On 1/4/23 03:53, Sandeep Gundlupet Raju via lists.openembedded.org wrote: Allow user to select the default DTB for FIT image when multiple dtb's exists. From machine.conf or local.conf user can specify the default dtb for FIT image as shown below. FIT_CONF_DEFAULT_DTB = "board-default.dtb"

Re: [OE-Core][PATCH 1/2] kernel-fitimage: Adjust order of dtb/dtbo files

2023-01-04 Thread Quentin Schulz via lists.openembedded.org
Hi Sandeep, On 1/4/23 03:53, Sandeep Gundlupet Raju via lists.openembedded.org wrote: The dtb files must be before the dtbo files, otherwise the overlays may not be applied correctly. From Bruce Ashfield: We can split between dtbs and dtbos, they just need to be sorted for reproducibili

[OE-core] [PATCH] cairo: update patch for CVE-2019-6461 with upstream solution

2022-12-13 Thread Quentin Schulz via lists.openembedded.org
Upstream went with something slightly different so let's update the patch so we don't have to carry a patch that isn't going to be merged. This patch is part of snapshot 1.17.6. Cc: Quentin Schulz Signed-off-by: Quentin Schulz --- --- .../cairo/cairo/CVE-2019-6461.patch| 35 +++

Re: [OE-core] [PATCH] lib/sstatesig: Drop OEBasic siggen

2022-12-12 Thread Quentin Schulz via lists.openembedded.org
Hi Richard, "Forwarding" this to Michael as a docs update requirement notice (yocto-docs and bitbake). Cheers, Quentin On 12/11/22 17:12, Richard Purdie wrote: We're now used to using hashes as part of the task hashes and the sstate code relies on this. The older OEBasic hash approach theref

Re: [OE-core] [PATCH v3 1/2] qemurunner.py: support setting slirp host IP address

2022-11-18 Thread Quentin Schulz via lists.openembedded.org
Hi Mikko, On 11/18/22 17:08, Mikko Rapeli wrote: By default host side IP address is not set and qemu listens on all IP addresses on the host machine which is not a good idea when images have root login enabled without password. It make sense to listen only on localhost IP address 127.0.0.1 using

Re: [OE-core] [PATCH 2/2] runqemu: limit slirp host port forwarding to localhost 127.0.0.1

2022-11-17 Thread Quentin Schulz via lists.openembedded.org
Hi Mikko, On 11/14/22 16:50, Mikko Rapeli wrote: With default slirp port forwarding config qemu listens on TCP ports and 2323 on all IP addresses available on the build host. Most use cases with runqemu only need it for localhost and it is not safe to run qemu images with root login without

Re: [OE-core] [PATCH v2 1/2] qemurunner.py: support setting slirp host IP address

2022-11-17 Thread Quentin Schulz via lists.openembedded.org
Hi Mikko, On 11/14/22 16:50, Mikko Rapeli wrote: By default host side IP address is not set and qemu listens on all IP addresses on the host machine which is not a good idea when images have root login enabled without password. It make sense to listen only on localhost IP address 127.0.0.1 using

Re: [OE-core] [PATCH] qemurunner.py: support setting slirp host ip address

2022-11-14 Thread Quentin Schulz via lists.openembedded.org
Hi Mikko, On 11/14/22 11:59, Mikko Rapeli wrote: Hi, On Mon, Nov 14, 2022 at 11:31:11AM +0100, Quentin Schulz wrote: Hi Mikko, On 11/14/22 11:19, Mikko Rapeli wrote: By default host side IP address is not set and qemu listens on all IP addresses on the host machine which is not a good idea w

Re: [OE-core] [PATCH] qemurunner.py: support setting slirp host ip address

2022-11-14 Thread Quentin Schulz via lists.openembedded.org
Hi Mikko, On 11/14/22 11:19, Mikko Rapeli wrote: By default host side IP address is not set and qemu listens on all IP addresses on the host machine which is not a good idea when images have root login enabled without password. It make sense to listen only on localhost IP address 127.0.0.1 using

Re: [OE-core] How to use linux-firmware to install single firmware package? #kirkstone

2022-11-07 Thread Quentin Schulz via lists.openembedded.org
Hi, On 11/4/22 19:44, Livius wrote: What should i check in buildhistory? In my buildhistory folder linux-firmware folder contains all packages as a subfolders, like was in my  tmp/deploy/rpm/noarch. Following content is in my  linux-firmware/linux-firmware-imx-sdma-imx7d/latest text file. PE =

Re: [OE-core] [master][PATCH v2 2/2] image_types: Set .7z extension for 7-Zip conversion command

2022-11-07 Thread Quentin Schulz via lists.openembedded.org
Hi Benjamin, On 11/7/22 13:37, Livius wrote: From: Benjamin Szőke Signed-off-by: Benjamin Szőke --- meta/classes-recipe/image_types.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-recipe/image_types.bbclass b/meta/classes-recipe/image_types.bbclass

Re: [OE-core] [master][PATCH v2] image_types: Add 7-Zip support in conversion types and commands

2022-11-07 Thread Quentin Schulz via lists.openembedded.org
Hi Benjamin, On 11/7/22 12:33, Livius wrote: Good point for this zip extension conflict, you are right. If somebody is a overzealous developer can use IMAGE_TYPES = "wic.zip wic.7zip" then sure there will be an extension conflict after the compression in deploy time. This escaped my notice thi

Re: [OE-core] [master][PATCH v2] image_types: Add 7-Zip support in conversion types and commands

2022-11-07 Thread Quentin Schulz via lists.openembedded.org
Hi Benjamin, On 11/6/22 14:31, Livius wrote: From: Benjamin Szőke Add 7-Zip support in conversion types and commands. Default arguments of 7-Zip are compression level: 9, method: BZip2, extension: zip. All these are overridable from local.con for any other use case in user side. First goal w

Re: [OE-core] How to use linux-firmware to install single firmware package? #kirkstone

2022-11-04 Thread Quentin Schulz via lists.openembedded.org
Hi Livius, On 11/4/22 13:42, Livius wrote: In my tmp/deploy/rpm/noarch folder i can see many-many other firmware .rpm files like linux-firmware-bcm43xx, linux-firmware-nvidia-tegra and so on, these were not planed to be installed. It seems to me, the full linux-firmware package was deployed s

Re: [OE-core] How to use linux-firmware to install single firmware package? #kirkstone

2022-11-04 Thread Quentin Schulz via lists.openembedded.org
Hi Livius, On 11/4/22 00:07, Livius wrote: Hi, I would like to install linux-firmware-ath10k and linux-firmware-imx-sdma-imx7d firmware package to my image recipe in kirkstone release but when i append them to IMAGE_INSTALL somewhy each pack from linux-firmware recipe installs itself. It is

Re: [OE-core] [PATCHv2] python3-manifest.json: Fix re in core

2022-11-03 Thread Quentin Schulz via lists.openembedded.org
Hi Leon, On 11/2/22 20:09, Leon Anavi wrote: Following the update from 3.10.6 to 3.11.0, the source code of module re for regular expression operations has been moved to Lib/re/. File python3-manifest.json has been modified according to the new path. I guess the changes are more than just abo

Re: [OE-core] license manifest files effectively disappear when do_rootfs is not rerun

2022-10-24 Thread Quentin Schulz via lists.openembedded.org
Hi Christian, On 10/24/22 13:05, Christian Thießen via lists.openembedded.org wrote: Thanks, you're right; a normal rebuild doesn't execute any tasks. I've now found that this is related to rm_work: If you enable it with INHERIT+=" rm_work" in local.conf, bitbake will rerun three tasks on each

Re: [OE-core] [PATCH] ref-manual: add wic command bootloader ptable

2022-10-21 Thread Quentin Schulz via lists.openembedded.org
Hi Adrian, On 10/21/22 14:01, Adrian Freihofer wrote: Signed-off-by: Adrian Freihofer --- documentation/ref-manual/kickstart.rst | 6 ++ 1 file changed, 6 insertions(+) diff --git a/documentation/ref-manual/kickstart.rst b/documentation/ref-manual/kickstart.rst index d82da0ee75..306295

Re: [OE-core] severe issue in CVE checker

2022-10-12 Thread Quentin Schulz via lists.openembedded.org
Hi Carlo, I'm a mere contributor, opinions are my own. I do not represent the project's official view on this. Also, I am not a lawyer. On 10/12/22 11:51, Carlo "Kappa" Piana wrote: [sent from the wrong account, resent, sorry for the noise] - Messaggio originale - Da: "Mikko Rapeli"

Re: [OE-core] [docs] [PATCH v2 2/5] classes.rst: document openssl-native.bbclass

2022-10-05 Thread Quentin Schulz via lists.openembedded.org
Hi Mikko, On 10/5/22 10:43, Mikko Rapeli wrote: Hi, On Wed, Oct 05, 2022 at 10:31:25AM +0200, Quentin Schulz wrote: Hi Mikko, On 10/4/22 17:27, Mikko Rapeli wrote: It sets various environment variables correctly for openssl-native. Signed-off-by: Mikko Rapeli --- documentation/ref-manua

Re: [OE-core] [docs] [PATCH v2 2/5] classes.rst: document openssl-native.bbclass

2022-10-05 Thread Quentin Schulz via lists.openembedded.org
Hi Mikko, On 10/4/22 17:27, Mikko Rapeli wrote: It sets various environment variables correctly for openssl-native. Signed-off-by: Mikko Rapeli --- documentation/ref-manual/classes.rst | 11 +++ 1 file changed, 11 insertions(+) diff --git a/documentation/ref-manual/classes.rst b/d

Re: [OE-core] [RFC PATCH 1/2] cargo-update-recipe-crates.bbclass: add a class to generate SRC_URI crate lists from Cargo.lock

2022-10-03 Thread Quentin Schulz via lists.openembedded.org
Hi Alex, On 9/30/22 19:55, Alexander Kanavin wrote: For better or worse, more and more rust components are appearing that do not include their dependencies in tarballs (or git trees), and rely on cargo to fetch them. On the other hand, bitbake does not use cargo (and quite possible won't ever be

Re: [OE-core] [docs] [PATCH 1/7] common-tasks.rst: remove SRC_URI:append from examples

2022-09-19 Thread Quentin Schulz via lists.openembedded.org
Hi Mikko, On 9/12/22 09:32, Mikko Rapeli wrote: Using SRC_URI:append without recipe, machine or architecture specific limitations makes the :append'ed text unremovable and thus users and custom layers can not change the variable anymore. This makes it hard to e.g. override SRC_URI completely in

Re: [OE-core] [PATCH] externalsrc: remove git submodule--helper list

2022-09-16 Thread Quentin Schulz via lists.openembedded.org
Hi Jacob, On 9/16/22 01:06, Jacob Creedon via lists.openembedded.org wrote: This removes a call to an undocumented and now deprecated subcommand of git submodule--helper and replaces it with a suppoorted one that gives an equivalent list. Signed-off-by: Jacob Creedon --- meta/classes/externa