From 9dc292cf3c81097f2197bad2383f84b415b30c1c Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Mon, 1 Nov 2021 13:41:38 +0000 Subject: linux-raspberrypi: Drop 5.4 The currently preferred version, 5.10 is the upstream stable, and an LTS version so I don't see why anybody would want to go with 5.4 anymore. Also, these two versions now diverged in terms of what device tree overlays they provide making it more complicated to maintain. Until there is a good reason to maintain that support, I propose to drop this version. Fixes: https://github.com/agherzan/meta-raspberrypi/issues/927 Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_5.4.bb | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 recipes-kernel/linux/linux-raspberrypi_5.4.bb diff --git a/recipes-kernel/linux/linux-raspberrypi_5.4.bb b/recipes-kernel/linux/linux-raspberrypi_5.4.bb deleted file mode 100644 index 3432283..0000000 --- a/recipes-kernel/linux/linux-raspberrypi_5.4.bb +++ /dev/null @@ -1,23 +0,0 @@ -LINUX_VERSION ?= "5.4.83" -LINUX_RPI_BRANCH ?= "rpi-5.4.y" -LINUX_RPI_KMETA_BRANCH ?= "yocto-5.4" - -SRCREV_machine = "08ae2dd9e7dc89c20bff823a3ef045de09bfd090" -SRCREV_meta = "d676bf5ff7b7071e14f44498d2482c0a596f14cd" - -KMETA = "kernel-meta" - -SRC_URI = " \ - git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH} \ - git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${LINUX_RPI_KMETA_BRANCH};destsuffix=${KMETA} \ - file://0001-Revert-selftests-bpf-Skip-perf-hw-events-test-if-the.patch \ - file://0002-Revert-selftests-bpf-Fix-perf_buffer-test-on-systems.patch \ - file://powersave.cfg \ - file://android-drivers.cfg \ - " - -require linux-raspberrypi.inc - -LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" - -KERNEL_DTC_FLAGS += "-@ -H epapr" -- cgit v1.2.3-54-g00ecf