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

2025-01-28 Thread kavita.mnnit via lists.yoctoproject.org
Actually in my project, there is a dependency of pth package. We are using with the Kirkstone as well. Now with the scarthgap release, autoconf version has been changed. When I am rolling back to old autoconf version, its building successfully. Now, I am pth package recipe to use the autoconf o

[yocto] Building Chromium for Toradex Verdin Module (Kirkstone)

2025-01-28 Thread Daniel Kampert
Hi, I try to build Chromium for a Toradex module and a custom Kirkstone BSP with the help of this guide from Toradex: https://developer.toradex.com/linux-bsp/6/application-development/gui/how-to-use-web-browser-linux. https://developer.toradex.com/linux-bsp/6/application-development/gui/how-t

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

2025-01-28 Thread Gyorgy Sarvari via lists.yoctoproject.org
"The best way to get the right answer on the Internet is not to ask a question, it's to post the wrong answer." :) Thanks for the correction. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#64663): https://lists.yoctoproject.org/g/yocto/message/646

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

2025-01-28 Thread Gyorgy Sarvari via lists.yoctoproject.org
I see - this will be the source of your problem, your image depends on this package, but it can't be built due to this license incompatibility. Depending on your requirements, you can approach it on a few ways (this is not an exhaustive list, of course, I'm sure others could give other, even b

Re: [yocto] [scarthgap] RDEPENDS Syntax #scarthgap #yocto

2025-01-28 Thread Gyorgy Sarvari via lists.yoctoproject.org
The documentation is correct. See also the relevant migration guide about the syntax change: https://docs.yoctoproject.org/dev/migration-guides/migration-3.4.html#override-syntax-changes On 28.01.25 04:58, Ganesh Mahajan via lists.yoctoproject.org wrote: What is the correct synatx for RDEPEND

Re: [yocto] QA issue with ladspa_dsp.so

2025-01-28 Thread Gyorgy Sarvari via lists.yoctoproject.org
Assuming you are using Honister, or newer, you need to change the syntax from RDEPENDS_${PN} to RDEPENDS:${PN} ("_" vs ":"). Guide to syntax change: https://docs.yoctoproject.org/dev/migration-guides/migration-3.4.html#override-syntax-changes, Also, when you use ":append", it is recommended to

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

2025-01-28 Thread Alexander Kanavin via lists.yoctoproject.org
On Tue, 28 Jan 2025 at 09:21, Gyorgy Sarvari via lists.yoctoproject.org wrote: > > I see - this will be the source of your problem, your image depends on > this package, but it can't be built due to this license incompatibility. I need to correct you. The image does not depend on grep, rather uti

Re: [yocto] [scarthgap] RDEPENDS Syntax #scarthgap #yocto

2025-01-28 Thread Ganesh Mahajan via lists.yoctoproject.org
Thanks Gyorgy, I did go through this doc https://docs.yoctoproject.org/dev/migration-guides/migration-3.4.html#override-syntax-changes -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#64662): https://lists.yoctoproject.org/g/yocto/message/64662 Mute

Re: [yocto] QA issue with ladspa_dsp.so

2025-01-28 Thread Daniel Kampert
Hi Gyorgy, thanks. I wasn´t aware of this. I fixed it at it works. > Gyorgy Sarvari via lists.yoctoproject.org > hat am 28.01.2025 09:28 CET > geschrieben: > > > Assuming you are using Honister, or newer, you need to change the syntax > from RDEPENDS_${PN} to RDEPENDS:${PN} ("_" vs ":"). G