Re: [yocto] Help needed with combining host and guest VM images in Yocto #qemu #qemux86-64

2025-02-28 Thread Ryan Lovelett via lists.yoctoproject.org
Just wanted to provide an update if anyone stumbles on this in the future. This is more or less what I've done to get it working. I created a recipe called core-image-minimal-disk-image_1.0.bb. The contents of that recipe is below: SUMMARY = "Installs the disk image generated from core-image-min

[yocto] linux-intel-rt: TUN/TAP Driver Config Not Being Applied #kernel #kernelmodule #linux

2025-02-28 Thread Ryan Lovelett via lists.yoctoproject.org
I'm having trouble getting the linux-intel-rt kernel to compile the TUN/TAP device driver support directly into the kernel. What I've tried... * Ran bitbake -c kernel_configme -f virtual/kernel to generate the base config. * Manually enabled the Universal TUN/TAP device driver support: bitbake -

[yocto] [meta-raspberrypi][PATCH 1/2] Add support for A/B partition layout in rpi-sdimg class

2025-02-28 Thread Abdelkhalek Mansouri via lists.yoctoproject.org
From: "abdelkhalek-mansouri" Description: This patch introduces support for an A/B partition layout in the rpi-sdimg image creation process, enabling dual root filesystem partitions. This enhancement allows for more robust and flexible system updates by providing a fallback partition. Key Cha

[yocto] [meta-raspberrypi][PATCH 2/2] Add boot script for A/B partition layout

2025-02-28 Thread Abdelkhalek Mansouri via lists.yoctoproject.org
From: "abdelkhalek-mansouri" Description: This patch adds a new boot script "ab.boot.cmd.in", to support A/B partition layout. The recipe "rpi-u-boot-scr" has been updated by consequence. Signed-off-by: abdelkhalek-mansouri --- .../rpi-u-boot-scr/files/ab.boot.cmd.in | 50 ++

Re: [yocto] linux-intel-rt: TUN/TAP Driver Config Not Being Applied #kernel #kernelmodule #linux

2025-02-28 Thread Yoann Congal via lists.yoctoproject.org
Le ven. 28 févr. 2025 à 22:56, Ryan Lovelett via lists.yoctoproject.org a écrit : > I'm having trouble getting the linux-intel-rt kernel to compile the > TUN/TAP device driver support directly into the kernel. > > What I've tried... > >1. Ran bitbake -c kernel_configme -f virtual/kernel to ge

Re: [yocto] devtool error on "modify" with patches

2025-02-28 Thread Khem Raj via lists.yoctoproject.org
On Fri, Feb 28, 2025 at 7:46 AM Clayton Casciato wrote: > Yes, I am using an SSH key. > > Disabling "commit.gpgsign" in the global config resolved the issue. > Yes that’s a known think I have run into as well in past > > Here is the associated function for reference: > > https://git.openembedde

Re: [yocto] devtool error on "modify" with patches

2025-02-28 Thread Clayton Casciato
Yes, I am using an SSH key. Disabling "commit.gpgsign" in the global config resolved the issue. Here is the associated function for reference: https://git.openembedded.org/openembedded-core/tree/scripts/lib/devtool/__init__.py?h=scarthgap&id=4e1b9289450b5e7946bd5999c95a3ee214aab8a5#n193 Thank yo

Re: [yocto] devtool error on "modify" with patches

2025-02-28 Thread Yoann Congal via lists.yoctoproject.org
Le ven. 28 févr. 2025 à 05:07, Khem Raj via lists.yoctoproject.org a écrit : > On Thu, Feb 27, 2025 at 7:46 PM Clayton Casciato via > lists.yoctoproject.org > wrote: > > > > I have not had success using devtool against recipes with existing > patches. > > I do not have any modifications to these

Re: [yocto] [meta-raspberrypi][PATCH 1/2] Add support for A/B partition layout in rpi-sdimg class

2025-02-28 Thread Khem Raj via lists.yoctoproject.org
Can you create a PR on github.com/agherzhan/meta-raspberrypi On 2/28/25 3:14 PM, Abdelkhalek Mansouri via lists.yoctoproject.org wrote: From: "abdelkhalek-mansouri" Description: This patch introduces support for an A/B partition layout in the rpi-sdimg image creation process, enabling dual r