summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-raspberrypi_5.4.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-raspberrypi_5.4.inc')
-rw-r--r--recipes-kernel/linux/linux-raspberrypi_5.4.inc14
1 files changed, 0 insertions, 14 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_5.4.inc b/recipes-kernel/linux/linux-raspberrypi_5.4.inc
deleted file mode 100644
index 205d0b7..0000000
--- a/recipes-kernel/linux/linux-raspberrypi_5.4.inc
+++ /dev/null
@@ -1,14 +0,0 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:"
2
3KMETA = "kernel-meta"
4
5SRC_URI = " \
6 git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH} \
7 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA} \
8 "
9
10require linux-raspberrypi.inc
11
12LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
13
14KERNEL_EXTRA_ARGS_append_rpi = " DTC_FLAGS='-@ -H epapr'"