summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincenzo Pacella <shaduz@shaduzlabs.com>2019-08-16 14:07:02 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2019-08-19 15:23:36 +0100
commitb48cc66703edbc2181282d1a666733b4c98dd286 (patch)
tree5e1120b131afa4e5bbc3c8981e2f71cb745e42e4
parenta88c431f812f9531007579121878379f5df5454e (diff)
downloadmeta-raspberrypi-b48cc66703edbc2181282d1a666733b4c98dd286.tar.gz
linux-raspberrypi: add linux-raspberrypi-rt 4.19
add rt kernel recipe for version 4.19 Signed-off-by: Vincenzo Pacella <shaduz@shaduzlabs.com>
-rw-r--r--recipes-kernel/linux/linux-raspberrypi-rt_4.19.bb6
-rw-r--r--recipes-kernel/linux/linux-raspberrypi_4.19.bb12
-rw-r--r--recipes-kernel/linux/linux-raspberrypi_4.19.inc12
3 files changed, 19 insertions, 11 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi-rt_4.19.bb b/recipes-kernel/linux/linux-raspberrypi-rt_4.19.bb
new file mode 100644
index 0000000..17791b0
--- /dev/null
+++ b/recipes-kernel/linux/linux-raspberrypi-rt_4.19.bb
@@ -0,0 +1,6 @@
1LINUX_VERSION ?= "4.19.59"
2LINUX_RPI_BRANCH ?= "rpi-4.19.y-rt"
3
4SRCREV = "1dae1f0521d69bfd22454180c40fe85fdd80ffc6"
5
6require linux-raspberrypi_4.19.inc
diff --git a/recipes-kernel/linux/linux-raspberrypi_4.19.bb b/recipes-kernel/linux/linux-raspberrypi_4.19.bb
index 70d3464..230f749 100644
--- a/recipes-kernel/linux/linux-raspberrypi_4.19.bb
+++ b/recipes-kernel/linux/linux-raspberrypi_4.19.bb
@@ -1,16 +1,6 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:"
2
3LINUX_VERSION ?= "4.19.66" 1LINUX_VERSION ?= "4.19.66"
4LINUX_RPI_BRANCH ?= "rpi-4.19.y" 2LINUX_RPI_BRANCH ?= "rpi-4.19.y"
5 3
6SRCREV = "fc5826fb999e0b32900d1f487e90c27a92010214" 4SRCREV = "fc5826fb999e0b32900d1f487e90c27a92010214"
7SRC_URI = " \
8 git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \
9 "
10SRC_URI_append_raspberrypi4-64 = " file://rpi4-64-kernel-misc.cfg"
11
12require linux-raspberrypi.inc
13
14LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
15 5
16KERNEL_EXTRA_ARGS_append_rpi = " DTC_FLAGS='-@ -H epapr'" 6require linux-raspberrypi_4.19.inc
diff --git a/recipes-kernel/linux/linux-raspberrypi_4.19.inc b/recipes-kernel/linux/linux-raspberrypi_4.19.inc
new file mode 100644
index 0000000..eabcdab
--- /dev/null
+++ b/recipes-kernel/linux/linux-raspberrypi_4.19.inc
@@ -0,0 +1,12 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:"
2
3SRC_URI = " \
4 git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \
5 "
6SRC_URI_append_raspberrypi4-64 = " file://rpi4-64-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'"