Re: [poky] [PATCH] genericarm64: don't pin to linux 6.6
Richard Purdie <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <68d72023dcc5e418e2d7b65df2caf8235c0aedaf.camel@linuxfoundation.org> |
On Fri, 2024-09-13 at 07:12 +0100, Richard Purdie via lists.yoctoproject.org wrote: > On Thu, 2024-09-12 at 17:12 +0100, Ross Burton via > lists.yoctoproject.org wrote: > > The 6.10 build has been tested on both a BeaglePlay and qemu, so we > > can > > remove the pinning now. > > > > Signed-off-by: Ross Burton <[email protected]> > > --- > > meta-yocto-bsp/conf/machine/genericarm64.conf | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/meta-yocto-bsp/conf/machine/genericarm64.conf b/meta- > > yocto-bsp/conf/machine/genericarm64.conf > > index 8c1b09fdd50..1cb5e46dcf7 100644 > > --- a/meta-yocto-bsp/conf/machine/genericarm64.conf > > +++ b/meta-yocto-bsp/conf/machine/genericarm64.conf > > @@ -12,7 +12,6 @@ MACHINE_FEATURES = "acpi alsa bluetooth efi > > keyboard pci qemu-usermode rtc scree > > > > KERNEL_IMAGETYPE = "Image" > > PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" > > -PREFERRED_VERSION_linux-yocto ?= "6.6%" > > > > # Install all the kernel modules into the rootfs > > MACHINE_EXTRA_RRECOMMENDS += "kernel-modules" > > > https://autobuilder.yoctoproject.org/typhoon/#/builders/166/builds/848/steps/11/logs/warnings I think we need to create the bbappend for 6.10, no BSP has been tested with it until now so it wasn't added so far. Cheers, Richard