diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-01-24 02:16:20 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-01-24 02:17:12 +0000 |
commit | c39840a3bdac9923e841d69e40edd618eb754a41 (patch) | |
tree | ddbb7a0a2e94abff9e3c45e81a5cdfb21d6e5361 /dynamic-layers/raspberrypi | |
parent | cd448b3de63bd6085ddd400f931186b8bbde71ff (diff) | |
download | meta-virtualization-c39840a3bdac9923e841d69e40edd618eb754a41.tar.gz |
rpi: linux-yocto: move bbappend to 6.1
Moving the rpi to 6.6 to enable extended testing.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'dynamic-layers/raspberrypi')
-rw-r--r-- | dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_6.6.bbappend (renamed from dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_6.1.bbappend) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_6.1.bbappend b/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_6.6.bbappend index dd7edeaa..2e2f92b6 100644 --- a/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_6.1.bbappend +++ b/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_6.6.bbappend | |||
@@ -1,5 +1,5 @@ | |||
1 | # Enable use of the linux-yocto kernel for the Raspberry Pi 4 | 1 | # Enable use of the linux-yocto kernel for the Raspberry Pi 4 |
2 | KBRANCH:raspberrypi4-64 ?= "v6.1/standard/bcm-2xxx-rpi" | 2 | KBRANCH:raspberrypi4-64 ?= "v6.6/standard/bcm-2xxx-rpi" |
3 | KMACHINE:raspberrypi4-64 ?= "bcm-2xxx-rpi4" | 3 | KMACHINE:raspberrypi4-64 ?= "bcm-2xxx-rpi4" |
4 | COMPATIBLE_MACHINE:raspberrypi4-64 = "(raspberrypi4-64)" | 4 | COMPATIBLE_MACHINE:raspberrypi4-64 = "(raspberrypi4-64)" |
5 | 5 | ||