summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2021-11-01 13:41:38 +0000
committerAndrei Gherzan <andrei@gherzan.com>2021-11-03 12:32:14 +0000
commit316b017c53f45da4fb76fab717f3e0a47b239f75 (patch)
treebe8dbed4cfc9fd6f855f18265ff2233fbf4476a6 /recipes-kernel
parent7968de3b7818b74acbd7b4c2fbdf3910e59d485a (diff)
downloadmeta-raspberrypi-316b017c53f45da4fb76fab717f3e0a47b239f75.tar.gz
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 <andrei@gherzan.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-raspberrypi_5.4.bb23
1 files changed, 0 insertions, 23 deletions
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 @@
1LINUX_VERSION ?= "5.4.83"
2LINUX_RPI_BRANCH ?= "rpi-5.4.y"
3LINUX_RPI_KMETA_BRANCH ?= "yocto-5.4"
4
5SRCREV_machine = "08ae2dd9e7dc89c20bff823a3ef045de09bfd090"
6SRCREV_meta = "d676bf5ff7b7071e14f44498d2482c0a596f14cd"
7
8KMETA = "kernel-meta"
9
10SRC_URI = " \
11 git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH} \
12 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${LINUX_RPI_KMETA_BRANCH};destsuffix=${KMETA} \
13 file://0001-Revert-selftests-bpf-Skip-perf-hw-events-test-if-the.patch \
14 file://0002-Revert-selftests-bpf-Fix-perf_buffer-test-on-systems.patch \
15 file://powersave.cfg \
16 file://android-drivers.cfg \
17 "
18
19require linux-raspberrypi.inc
20
21LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
22
23KERNEL_DTC_FLAGS += "-@ -H epapr"