[yocto] QA issue with ladspa_dsp.so

2025-01-27 Thread Daniel Kampert
I try to port an echo cancellation recipe to Kirkstone and run into this issue: ERROR: audio-1.0-r0 do_package_qa: QA Issue: /usr/lib/ladspa/ladspa_dsp.so contained in package audio requires libltdl.so.7()(64bit), but no providers found in RDEPENDS:audio? [file-rdeps] ERROR: audio-1.0-r0 do_pac

[yocto] [scarthgap] circular dependency in meta-raspberrypi #scarthgap #yocto #raspberrypi

2025-01-27 Thread Ganesh Mahajan via lists.yoctoproject.org
Trying to build scarthgap image facing below error. ERROR: Task /home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_collect_spdx_deps has circular dependency on /home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_create_spdx ER

[yocto] [scarthgap] Package group error synaptics-killswitch' which is not listed in your LICENSE_FLAGS_ACCEPTED. #scarthgap #yocto

2025-01-27 Thread Ganesh Mahajan via lists.yoctoproject.org
When tried to build image for scarthgap facing below error ERROR: Nothing RPROVIDES 'linux-firmware-rpidistro-bcm43455' (but /home/build/project/meta/recipes-core/packagegroups/packagegroup-base.bb RDEPENDS on or otherwise requires it) linux-firmware-rpidistro RPROVIDES linux-firmware-rpidistro-

[yocto] M+ & H bugs with Milestone Movements WW04

2025-01-27 Thread Stephen Jolley via lists.yoctoproject.org
All, YP M+ or high bugs which moved to a new milestone in WW04 are listed below: Priority Bug ID Short Description Changer Owner Was Became High 15704 [5.2 M1 RC2] BeaglePlay: System hangs randomly and kernel call trace with 6.12 randy.macl

[yocto] Enhancements/Bugs closed WW04!

2025-01-27 Thread Stephen Jolley via lists.yoctoproject.org
All, The below were the owners of enhancements or bugs closed during the last week! Who Count randy.macl...@windriver.com 6 yoann.con...@smile.fr 2 ross.bur...@arm.com 2 mhalst...@linuxfoundation.org 1 Grand Total 11 Thanks, *Stephen K. Jolley* *Yocto Project Program Manager* (*Cell*:

[yocto] Current high bug count owners for Yocto Project 5.2

2025-01-27 Thread Stephen Jolley via lists.yoctoproject.org
All, Below is the list of top 29 bug owners as of the end of WW04 who have open medium or higher bugs and enhancements against YP 5.2. There are 1 possible work days left until the final release candidates for YP 5.2 needs to be released. Who Count ross.bur...@arm.com 35 bruce.ashfi...@gmail.com 2

[yocto] [scarthgap] RDEPENDS Syntax #scarthgap #yocto

2025-01-27 Thread Ganesh Mahajan via lists.yoctoproject.org
What is the correct synatx for RDEPENDS RDEPENDS_${PN} = . OR RDEPENDS:${PN} = . Below document has : https://docs.yoctoproject.org/5.0.6/ref-manual/variables.html#term-RDEPENDS RDEPENDS:${PN} = "package (operator version)" Ganesh Mahajan -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

Re: [yocto] [scarthgap]- unable to build image due to Nothing Provides error

2025-01-27 Thread Ganesh Mahajan via lists.yoctoproject.org
Hi Gyorgy, Yes i do get an error when building util-liunx, but its due to incompatible license. build@ubuntu-bionic:~/project/build$ bitbake util-linux Loading cache: 100% |##| Time: 0:00:04 Loa

Re: [yocto] [yocto scarthgap] do_configure failed for pth-2.0.7 package #scarthgap #yocto #autotools #bitbake

2025-01-27 Thread Martin Jansa via lists.yoctoproject.org
Why don't you try npth instead, as mentioned in: https://git.openembedded.org/openembedded-core/commit/meta/recipes-support/pth/pth_2.0.7.bb?id=22c0b4c5034f929a1b1145f49b835387856e80b1 On Mon, Jan 27, 2025 at 7:46 PM kavita.mnnit via lists.yoctoproject.org wrote: > > Here is the path to the recip

Re: [yocto] [yocto scarthgap] do_configure failed for pth-2.0.7 package #scarthgap #yocto #autotools #bitbake

2025-01-27 Thread kavita.mnnit via lists.yoctoproject.org
Here is the path to the recipe which is unable to build with the autoconf 2.72e recipe https://git.openembedded.org/openembedded-core/tree/meta/recipes-support/pth/pth_2.0.7.bb?h=fido Please let me know, if you need any other information. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages

Re: [yocto] [yocto scarthgap] do_configure failed for pth-2.0.7 package #autotools #bitbake #scarthgap #yocto

2025-01-27 Thread Gyorgy Sarvari via lists.yoctoproject.org
Unfortunately this information is not sufficient to give any answer to this issue - it would be much easier if we could see the recipe you are trying to build. Is the recipe available online somewhere, or are you able to share it somehow? If you are applying any patches, they would be very usefu

Re: [yocto] kernel append file with dts in SRC_URI and subdir

2025-01-27 Thread David Daniel via lists.yoctoproject.org
You're right, sorry, I thought it wouldn't matter much but I intended to append to an imx kernel (linux-imx from freescale). And yes, I have finally taken the route of a separate kernel recipe - it makes everything easier in the end as I can now simply include the source dts file and don't have to

[yocto] [yocto scarthgap] do_configure failed for pth-2.0.7 package #autotools #bitbake #scarthgap #yocto

2025-01-27 Thread kavita.mnnit via lists.yoctoproject.org
Hi all, I am trying to move the yocto kirkstone branch to scarthgap version and while starting the migration, I am getting following issue:- checking for stack setup via makecontext... ../pth-2.0.7/configure: line 22539: syntax error near unexpected token `;;' | ../pth-2.0.7/configure: line 225

Re: [yocto] kernel append file with dts in SRC_URI and subdir

2025-01-27 Thread Quentin Schulz via lists.yoctoproject.org
Hi David, On 1/27/25 12:12 PM, David Daniel via lists.yoctoproject.org wrote: Hi I am trying to figure out why the following snippet of a kernel .bbappend file does not populate the custom device tree source file in the proper location: FILESEXTRAPATHS:prepend := "${THISDIR}/files:"

Re: [yocto] kernel append file with dts in SRC_URI and subdir

2025-01-27 Thread David Daniel via lists.yoctoproject.org
Ah ok, it might first place the file there, then go ahead delete the directory and rewrite it with the git checkout. That's probably the reason why adding it as a patch does work, since there is some magic that detects the file as a patch to apply to the checkout. Thanks for clarifying! Am Montag

Re: [yocto] kernel append file with dts in SRC_URI and subdir

2025-01-27 Thread Michael Opdenacker via lists.yoctoproject.org
Hi Dave, On 1/27/25 15:10, Gyorgy Sarvari via lists.yoctoproject.org wrote: Depending on the order of unpacking, it is possible that your dts file overwritten by the actual kernel source. Try adding it as a patch? I agree. As far as I have seen, it's more frequent to use a patch to add fil

Re: [yocto] [scarthgap]- unable to build image due to Nothing Provides error

2025-01-27 Thread Gyorgy Sarvari via lists.yoctoproject.org
Do you get any error messages if you try to build util-linux? bitbake util-linux On 27.01.25 12:30, Ganesh Mahajan via lists.yoctoproject.org wrote: Hi Team, I am migrating from dunfell to scarthgap when i try to build image face below error. ERROR: Nothing RPROVIDES 'packagegroup-base-ext2'

Re: [yocto] kernel append file with dts in SRC_URI and subdir

2025-01-27 Thread Gyorgy Sarvari via lists.yoctoproject.org
For git fetcher, if the unpack directory already exists at the time of unpacking, then it first gets deleted recursively: https://git.yoctoproject.org/poky/tree/bitbake/lib/bb/fetch2/git.py#n660 - it doesn't check if the content conflicts or not :) On 27.01.25 15:33, David Daniel via lists.yoc

Re: [yocto] kernel append file with dts in SRC_URI and subdir

2025-01-27 Thread David Daniel via lists.yoctoproject.org
Ah I see. That's weird though, as the name is unique, it shouldn't collide with any existing file. But adding as a patch sounds reasonable. I'll try this instead and see. Thanks! Am Montag, dem 27.01.2025 um 15:10 +0100 schrieb Gyorgy Sarvari: > Depending on the order of unpacking, it is possible

Re: [yocto] kernel append file with dts in SRC_URI and subdir

2025-01-27 Thread Gyorgy Sarvari via lists.yoctoproject.org
Depending on the order of unpacking, it is possible that your dts file overwritten by the actual kernel source. Try adding it as a patch? On 27.01.25 12:12, David Daniel via lists.yoctoproject.org wrote: Hi I am trying to figure out why the following snippet of a kernel .bbappend file does no

[yocto] [scarthgap]- unable to build image due to Nothing Provides error

2025-01-27 Thread Ganesh Mahajan via lists.yoctoproject.org
Hi Team, I am migrating from dunfell to scarthgap when i try to build image face below error. ERROR: Nothing RPROVIDES 'packagegroup-base-ext2' (but /home/build/project/meta/recipes-core/packagegroups/packagegroup-base.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'p

[yocto] kernel append file with dts in SRC_URI and subdir

2025-01-27 Thread David Daniel via lists.yoctoproject.org
Hi I am trying to figure out why the following snippet of a kernel .bbappend file does not populate the custom device tree source file in the proper location: FILESEXTRAPATHS:prepend := "${THISDIR}/files:"

Re: [yocto] [meta-poky] python string is marked as deprecated

2025-01-27 Thread Richard Purdie via lists.yoctoproject.org
On Mon, 2025-01-27 at 01:05 -0800, omri.sarig via lists.yoctoproject.org wrote: > I have a Python code I'd like to add to my Yocto build. > In this code, I use the string module from Python. >   > To make my code run on the target, I need to add the dependency of > "python3-stringold" to my recipe.

[yocto] [meta-poky] python string is marked as deprecated

2025-01-27 Thread omri.sarig via lists.yoctoproject.org
Hi, I have a Python code I'd like to add to my Yocto build. In this code, I use the string module ( https://docs.python.org/3/library/string.html ) from Python. To make my code run on the target, I need to add the dependency of "python3-stringold" to my recipe. I've looked at the description of

Re: [yocto] Kirkstone - Missing python3-pycrypto with salt

2025-01-27 Thread Martin Jansa via lists.yoctoproject.org
See meta-oe commit: commit 84769a963974cffc5d877e57a46a289a84bc293d Author: Ross Burton Date: Fri Jan 14 14:10:08 2022 + python3-pycrypto: remove obsolete pycrypto module Check if it was fixed in newer meta-cloud-services or report it there (preferably with patch to switch to pycrypto

[yocto] Kirkstone - Missing python3-pycrypto with salt

2025-01-27 Thread Daniel Kampert
Hi, I try to build a Kirkstone image for an iMX8MP with salt and I get this error NOTE: Resolving any missing task queue dependencies ERROR: Nothing PROVIDES 'python3-pycrypto' (but ../layers/openembedded-core/meta-cloud-services/meta-openstack/recipes-support/salt/salt_3001.1.bb DEPENDS on or