diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-04-07 08:55:30 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-04-08 11:38:35 +0100 |
commit | d50c60ee28a1a9ddc68e643ffd3331dfefc8dc22 (patch) | |
tree | 39761297a81e735181134dc1fa022460bcd2d51e | |
parent | 01b162388e38eb7f7bdd77e80e20454672f993f9 (diff) | |
download | meta-raspberrypi-d50c60ee28a1a9ddc68e643ffd3331dfefc8dc22.tar.gz |
linux-raspberrypi: Add recipes for kernel 5.4
5.4 is slated to be next hop for linux-raspberrypi, here add the
recipes, default is still 4.19, we can switch that later
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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'" | ||