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
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 -
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
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 ++
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
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
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
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
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