Re: [yocto] runqemu qemux86-64

2024-05-23 Thread SasiKumar E
After deleting the poky folder i have restarted the system and then started the new session -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#63173): https://lists.yoctoproject.org/g/yocto/message/63173 Mute This Topic: https://lists.yoctoproject.org/

Re: [docs] [yocto] Workaround for uid_map error on Ubuntu 24.04

2024-05-23 Thread Michael Opdenacker via lists.yoctoproject.org
On 5/21/24 at 16:31, Etienne Cordonnier via lists.yoctoproject.org wrote: The way I see to patch this at the moment is to print instructions for the users to run this command manually when this specific error happens (we can't run it automatically as part of bitbake since it needs sudo, and al

[yocto] Still problems with my experimental bbb-yocto repo on branch scarthgap

2024-05-23 Thread Zoran
Hello Yocto Folks. Still interesting problems with my experimental bbb-yocto repo on branch scarthgap. Let me remind you all what the issues were: https://lists.yoctoproject.org/g/yocto/message/63118 Everything works after some temp fixes I made (with sticks and ropes), but with the latest kern

[yocto] Getting a list of recipes which accessed network during do_fetch

2024-05-23 Thread gauravpathak129
Hello Experts, I am wondering if there is any built in "Yocto way" of listing all the recipes/packages which accessed network while fetching the source code during do_fetch(). Also, would like to list the recipes/packages which got its source code from local file system and didn't accessed the

Re: [yocto] Getting a list of recipes which accessed network during do_fetch

2024-05-23 Thread Alexander Kanavin
I wonder what is the use case? Perhaps there's a way to achieve that in some other way altogether? Alex On Thu, 23 May 2024 at 11:46, gauravpathak129 via lists.yoctoproject.org wrote: > > Hello Experts, > > I am wondering if there is any built in "Yocto way" of listing all the > recipes/package

Re: [yocto] Getting a list of recipes which accessed network during do_fetch

2024-05-23 Thread Martin Jansa
You can set BB_NO_NETWORK and check what fails to build from local DL_DIR. On Thu, May 23, 2024 at 11:46 AM gauravpathak129 via lists.yoctoproject.org wrote: > > Hello Experts, > > I am wondering if there is any built in "Yocto way" of listing all the > recipes/packages which accessed network wh

[yocto] booting intel baytrail image fails

2024-05-23 Thread sancelot
Hi, I have few questions to achieve booting my image I made a qemu system image that boots fine. Now I wanted to create an image for my system, so I used intel-corei7-64 MACHINE. and meta-intel layer I copied the wic deploy image in a usb disk, however it does not seem to boot fine. it provi

Re: [yocto] Still problems with my experimental bbb-yocto repo on branch scarthgap

2024-05-23 Thread Quentin Schulz
Hi Zoran, On May 23, 2024 10:21:27 AM GMT+02:00, Zoran wrote: >Hello Yocto Folks. > >Still interesting problems with my experimental bbb-yocto repo on >branch scarthgap. > >Let me remind you all what the issues were: >https://lists.yoctoproject.org/g/yocto/message/63118 > >Everything works afte

Re: [docs] [yocto] Workaround for uid_map error on Ubuntu 24.04

2024-05-23 Thread Quentin Schulz via lists.yoctoproject.org
Hi Michael, On 5/23/24 10:45 AM, Michael Opdenacker wrote: On 5/21/24 at 16:31, Etienne Cordonnier via lists.yoctoproject.org wrote: The way I see to patch this at the moment is to print instructions for the users to run this command manually when this specific error happens (we can't run it

[yocto] Run a post-processing step after image generation

2024-05-23 Thread Jocelyn Meyron
Hi everyone, I'm wondering if there is a canonical way in Yocto to "aggregate" files installed by recipes and running a post processing step on them. Let me go into a bit more details by mimicking my use case: 1. Let's say I have some of my recipes in my image which install some HTML files BUT n

Re: [yocto] Run a post-processing step after image generation

2024-05-23 Thread Alexander Kanavin
One option is to install the files into sysroot-destdir/ (there's a way to extend what gets copied there beyond the standard set of headers/libraries) in addition to packaging them, then make a new recipe that DEPENDS on all the recipes that do that sysroot installation, and then it will have the a

[yocto] Raspberry CM4 does not load audremap overlay

2024-05-23 Thread Federico
Hello, I'm new to the Yocto and Raspberry community, so let me know if I'm doing something wrong please. I am trying to compile with Yocto Kirkstone (also tried newer branches), for a Raspberry Pi CM4 (emmc) + Official IO Board. I chose the Raspberrypi4 machine config, is this the correct one for

Re: [yocto] Raspberry CM4 does not load audremap overlay

2024-05-23 Thread Quentin Schulz via lists.yoctoproject.org
Hi Federico, On 5/23/24 5:03 PM, Federico via lists.yoctoproject.org wrote: You don't often get email from farias=automac@lists.yoctoproject.org. Learn why this is important Hello, I'm new to the Yocto and Raspberry community, so let me know

Re: [yocto] Still problems with my experimental bbb-yocto repo on branch scarthgap

2024-05-23 Thread Zoran
Quentin, Thank you for the tip. YES, this was exactly the problem. Here is the fix for kernel 6.9.1 . https://github.com/ZoranStojsavljevic/meta-bbb/blob/scarthgap/recipes-kernel/linux/linux-stable_6.9.bb >> ...so it should be ti/am335x-boneblack.dtb I believe. KERNEL_DEVICETREE ?= " \ ti/om