summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2021-11-01 13:41:38 +0000
committerAndrei Gherzan <andrei@gherzan.com>2021-11-01 13:41:42 +0000
commit9dc292cf3c81097f2197bad2383f84b415b30c1c (patch)
treebe8dbed4cfc9fd6f855f18265ff2233fbf4476a6
parent7968de3b7818b74acbd7b4c2fbdf3910e59d485a (diff)
downloadmeta-raspberrypi-ag/drop-5.4-kernel.tar.gz
linux-raspberrypi: Drop 5.4ag/drop-5.4-kernel
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>
-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"