summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-04-07 08:55:30 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2020-04-08 11:38:35 +0100
commitd50c60ee28a1a9ddc68e643ffd3331dfefc8dc22 (patch)
tree39761297a81e735181134dc1fa022460bcd2d51e
parent01b162388e38eb7f7bdd77e80e20454672f993f9 (diff)
downloadmeta-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.bb6
-rw-r--r--recipes-kernel/linux/linux-raspberrypi_5.4.inc12
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 @@
1LINUX_VERSION ?= "5.4.29"
2LINUX_RPI_BRANCH ?= "rpi-5.4.y"
3
4SRCREV = "dc11cb9f890197f976033255e09023c28c988b76"
5
6require 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 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:"
2
3SRC_URI = " \
4 git://github.com/raspberrypi/linux.git;branch=${LINUX_RPI_BRANCH} \
5 "
6SRC_URI_remove = "file://rpi-kernel-misc.cfg"
7
8require linux-raspberrypi.inc
9
10LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
11
12KERNEL_EXTRA_ARGS_append_rpi = " DTC_FLAGS='-@ -H epapr'"