diff options
-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" | ||