From c39840a3bdac9923e841d69e40edd618eb754a41 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 24 Jan 2024 02:16:20 +0000 Subject: rpi: linux-yocto: move bbappend to 6.1 Moving the rpi to 6.6 to enable extended testing. Signed-off-by: Bruce Ashfield --- .../raspberrypi/recipes-kernel/linux/linux-yocto_6.1.bbappend | 6 ------ .../raspberrypi/recipes-kernel/linux/linux-yocto_6.6.bbappend | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_6.1.bbappend create 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.1.bbappend b/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_6.1.bbappend deleted file mode 100644 index dd7edeaa..00000000 --- a/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_6.1.bbappend +++ /dev/null @@ -1,6 +0,0 @@ -# Enable use of the linux-yocto kernel for the Raspberry Pi 4 -KBRANCH:raspberrypi4-64 ?= "v6.1/standard/bcm-2xxx-rpi" -KMACHINE:raspberrypi4-64 ?= "bcm-2xxx-rpi4" -COMPATIBLE_MACHINE:raspberrypi4-64 = "(raspberrypi4-64)" - -require linux-yocto_xen-rpi.inc 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 new file mode 100644 index 00000000..2e2f92b6 --- /dev/null +++ b/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_6.6.bbappend @@ -0,0 +1,6 @@ +# 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