Date
1 - 2 of 2
[PATCH] dynamic-layers/raspberrypi: drop linux-yocto 5.10 bbappend
Bruce Ashfield
merged.
toggle quoted message
Show quoted text
Bruce In message: [meta-virtualization] [PATCH] dynamic-layers/raspberrypi: drop linux-yocto 5.10 bbappend on 12/08/2022 Martin Jansa wrote: * the inc file was dropped in: |
|
Martin Jansa
* the inc file was dropped in:
58f5ac6 kernel: drop 5.10 .inc but this .bbappend still causes parsing error, because 5.10 recipes were removed from oe-core --- .../recipes-kernel/linux/linux-yocto_5.10.bbappend | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_5.10.bbappend diff --git a/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_5.10.bbappend b/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_5.10.bbappend deleted file mode 100644 index f279ef7..0000000 --- a/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_5.10.bbappend +++ /dev/null @@ -1,6 +0,0 @@ -# Enable use of the linux-yocto 5.10 kernel for the Raspberry Pi 4 -KBRANCH:raspberrypi4-64 ?= "v5.10/standard/bcm-2xxx-rpi" -KMACHINE:raspberrypi4-64 ?= "bcm-2xxx-rpi4" -COMPATIBLE_MACHINE:raspberrypi4-64 = "(raspberrypi4-64)" - -require linux-yocto_xen-rpi.inc -- 2.35.1 |
|