Re: [yocto] How to determine distro for a YP-based image?

2025-01-30 Thread Alexander Kanavin via lists.yoctoproject.org
On Thu, 30 Jan 2025 at 20:48, Tim Bird via lists.yoctoproject.org wrote: > It doesn't look like YP populates /etc/os-release, where distribution > information > is normally stored. Is that right? > > Is there anywhere else inside the image where information about the distro > being built is stor

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

2025-01-30 Thread Khem Raj via lists.yoctoproject.org
Can you check the build cmds ands see if use_ozone=true use_wayland=true are set or not On Tue, Jan 28, 2025 at 11:01 AM Daniel Kampert via lists.yoctoproject.org wrote: > > Hi, > > I try to build Chromium for a Toradex module and a custom Kirkstone BSP with > the help of this guide from Toradex

[yocto] How to determine distro for a YP-based image?

2025-01-30 Thread Tim Bird via lists.yoctoproject.org
Hello YP users, Is there any way to tell what distribution or bitbake image name was used by looking at the contents of an image. I recently built a distribution based on Poky, using 'bitbake core-image-minimal'. I had hoped that I could see this recorded somewhere in the image, so I can disti

[yocto] Need help in resolving dhcp private IP issue

2025-01-30 Thread Kumar, Manu via lists.yoctoproject.org
Hi All, I am using tisdk9.1 from Texas instrument. Here what I am facing is the I have configured the ip address statically but when we do reboot/power cycle we are losing ip address configured. I have found internally that dhcpcd is overwriting existing static ip assigned to controller. When I

Re: [yocto] How to determine distro for a YP-based image?

2025-01-30 Thread Tim Bird via lists.yoctoproject.org
> -Original Message- > From: Yoann Congal > Le jeu. 30 janv. 2025 à 20:48, Tim Bird via lists.yoctoproject.org > > > a écrit : > > Hello YP users, > > > > Hello, > > > > > Is there any way to t

Re: [yocto] How to determine distro for a YP-based image?

2025-01-30 Thread Yoann Congal via lists.yoctoproject.org
Le jeu. 30 janv. 2025 à 20:48, Tim Bird via lists.yoctoproject.org a écrit : > Hello YP users, > Hello, > Is there any way to tell what distribution or bitbake image name was used > by looking at the contents of an image. > > I recently built a distribution based on Poky, using 'bitbake > cor

Re: [yocto] [scarthgap] circular dependency issue #kernel #rpi #scarthgap #yocto

2025-01-30 Thread Ganesh Mahajan via lists.yoctoproject.org
Hi Gyorgy, I removed all modifications from local.conf and also deleted all .bbappend files still facing same issue. ERROR: Task /home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_package has circular dependency on {'virtual:native:/home/build/project/meta/r

Re: [yocto] [scarthgap] circular dependency issue #kernel #rpi #scarthgap #yocto

2025-01-30 Thread Gyorgy Sarvari via lists.yoctoproject.org
Take even one more step back. Try to have only openembedded-core (poky), meta-openembedded layers and meta-raspberrypi at the HEAD of Scarthgap branches, clean, without any modifications. I assume that you are compiling for an Rpi, or some other hw that has been derived from an RPi. If you are

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

2025-01-30 Thread Randy MacLeod via lists.yoctoproject.org
On 2025-01-28 2:01 p.m., Daniel Kampert via lists.yoctoproject.org wrote: 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.

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

2025-01-30 Thread Randy MacLeod via lists.yoctoproject.org
On 2025-01-30 1:30 p.m., Randy MacLeod wrote: On 2025-01-28 2:01 p.m., Daniel Kampert via lists.yoctoproject.org wrote: 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-de

Re: [yocto] How to determine distro for a YP-based image?

2025-01-30 Thread Tim Bird via lists.yoctoproject.org
> -Original Message- > From: Khem Raj > On Thu, Jan 30, 2025 at 11:48 AM Tim Bird via lists.yoctoproject.org > wrote: > > > > Hello YP users, > > > > Is there any way to tell what distribution or bitbake image name was used > > by looking at the contents of an image. > > > > I recently

Re: [yocto] How to determine distro for a YP-based image?

2025-01-30 Thread Khem Raj via lists.yoctoproject.org
On Thu, Jan 30, 2025 at 11:48 AM Tim Bird via lists.yoctoproject.org wrote: > > Hello YP users, > > Is there any way to tell what distribution or bitbake image name was used > by looking at the contents of an image. > > I recently built a distribution based on Poky, using 'bitbake > core-image-m

Re: [yocto] [yocto-patches] [meta-lts-mixins][kirkstone/rust] RFC on librsvg support

2025-01-30 Thread Alexander Kanavin via lists.yoctoproject.org
On Wed, 29 Jan 2025 at 19:58, Scott Murray via lists.yoctoproject.org wrote: > I would appreciate input from users of the mixin on which approach they > would like to see, especially options (2) vs (3). I'm sort of ruling out > significant hackery to enable using new meson for building librsvg,

Re: [yocto] [scarthgap] circular dependency issue #kernel #rpi #scarthgap #yocto

2025-01-30 Thread Ganesh Mahajan via lists.yoctoproject.org
Thanks Gyorgy, I am migrating to scarthgap-5.0.5 from dunfell and trying to build a image and their are modifications as per the migration notes from the releases in between dunfell to scarthgap. But their are not much changes yet done on my custom layer.  But they will soon be done oof if i ge