peter
peter
> If you have a hard dependency on the kernel version, I recommend having an extra layer with a provider of that version that says with your product/use-case. So in...
> > If you have a hard dependency on the kernel version, I recommend having an extra layer with a provider of that version that says with your product/use-case. So...
Hi @agherzan I changed :meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.1.bb to LINUX_VERSION ?= "6.1.21" LINUX_RPI_BRANCH ?= "rpi-6.1.y" LINUX_RPI_KMETA_BRANCH ?= "yocto-6.1" KERNEL_VERSION_SANITY_SKIP="1" it could fetch source code and compile successfully. and I seems I actually compiled...
Hi all, I just build a few days ago, updated meta-raspberrypi commit 93dadf336ce11e3ed3ba75c7638b57fad60d6fdb (HEAD -> master, origin/master, origin/HEAD) Author: Martin Jansa Date: Mon Nov 7 12:52:06 2022 +0100 the issues...
@BuriKizilkaya please try my solution: https://github.com/agherzan/meta-raspberrypi/issues/1330#issuecomment-2142679662
@BuriKizilkaya is already 100%. No this issue for mine. I do not use systemv
I bitbake core-image-base I think I just met the same issue, X11 failed, before at commit meta-raspberry Author: Vivien Didelot Date: Thu Aug 3 01:36:48 2023 -0400 I use almost...
right! the solution works for me Thanks