diff options
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_5.4.bb | 6 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_5.4.inc | 12 |
2 files changed, 18 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_5.4.bb b/recipes-kernel/linux/linux-raspberrypi_5.4.bb new file mode 100644 index 0000000..da9b6a0 --- /dev/null +++ b/recipes-kernel/linux/linux-raspberrypi_5.4.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | LINUX_VERSION ?= "5.4.29" | ||
2 | LINUX_RPI_BRANCH ?= "rpi-5.4.y" | ||
3 | |||
4 | SRCREV = "dc11cb9f890197f976033255e09023c28c988b76" | ||
5 | |||
6 | require linux-raspberrypi_5.4.inc | ||
diff --git a/recipes-kernel/linux/linux-raspberrypi_5.4.inc b/recipes-kernel/linux/linux-raspberrypi_5.4.inc new file mode 100644 index 0000000..232f8a9 --- /dev/null +++ b/recipes-kernel/linux/linux-raspberrypi_5.4.inc | |||
@@ -0,0 +1,12 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:" | ||
2 | |||
3 | SRC_URI = " \ | ||
4 | git://github.com/raspberrypi/linux.git;branch=${LINUX_RPI_BRANCH} \ | ||
5 | " | ||
6 | SRC_URI_remove = "file://rpi-kernel-misc.cfg" | ||
7 | |||
8 | require linux-raspberrypi.inc | ||
9 | |||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | ||
11 | |||
12 | KERNEL_EXTRA_ARGS_append_rpi = " DTC_FLAGS='-@ -H epapr'" | ||