From 70790134547d8722a682cc1a2a4f4bc11ab8f110 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 11 Feb 2025 23:17:31 +0000 Subject: kernel: drop 6.6 support It could be argued that we could keep the fragments and virtualization .inc file for old versions, as they won't trigger and immediate issue for configurations that are using the older supported kernel versions. BUT, we could extend that comment to any / all versions ever supported by OEcore. Since 6.6 isn't actively being tested in master, let's drop all the references and only have 6.12 active. If someone does need the older kernel support, then the support could be restored. Signed-off-by: Bruce Ashfield --- .../raspberrypi/recipes-kernel/linux/linux-yocto_6.6.bbappend | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_6.6.bbappend (limited to 'dynamic-layers/raspberrypi') diff --git a/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_6.6.bbappend b/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_6.6.bbappend deleted file mode 100644 index 2e2f92b6..00000000 --- a/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_6.6.bbappend +++ /dev/null @@ -1,6 +0,0 @@ -# Enable use of the linux-yocto kernel for the Raspberry Pi 4 -KBRANCH:raspberrypi4-64 ?= "v6.6/standard/bcm-2xxx-rpi" -KMACHINE:raspberrypi4-64 ?= "bcm-2xxx-rpi4" -COMPATIBLE_MACHINE:raspberrypi4-64 = "(raspberrypi4-64)" - -require linux-yocto_xen-rpi.inc -- cgit v1.2.3-54-g00ecf