diff options
author | Andrei Gherzan <andrei@gherzan.com> | 2021-11-01 13:41:38 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-11-01 13:41:42 +0000 |
commit | 9dc292cf3c81097f2197bad2383f84b415b30c1c (patch) | |
tree | be8dbed4cfc9fd6f855f18265ff2233fbf4476a6 | |
parent | 7968de3b7818b74acbd7b4c2fbdf3910e59d485a (diff) | |
download | meta-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.bb | 23 |
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 @@ | |||
1 | LINUX_VERSION ?= "5.4.83" | ||
2 | LINUX_RPI_BRANCH ?= "rpi-5.4.y" | ||
3 | LINUX_RPI_KMETA_BRANCH ?= "yocto-5.4" | ||
4 | |||
5 | SRCREV_machine = "08ae2dd9e7dc89c20bff823a3ef045de09bfd090" | ||
6 | SRCREV_meta = "d676bf5ff7b7071e14f44498d2482c0a596f14cd" | ||
7 | |||
8 | KMETA = "kernel-meta" | ||
9 | |||
10 | SRC_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 | |||
19 | require linux-raspberrypi.inc | ||
20 | |||
21 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | ||
22 | |||
23 | KERNEL_DTC_FLAGS += "-@ -H epapr" | ||