diff options
| -rw-r--r-- | recipes-kernel/linux/linux-raspberrypi-rt_4.19.bb | 6 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_4.19.bb | 12 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_4.19.inc | 12 |
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 @@ | |||
| 1 | LINUX_VERSION ?= "4.19.59" | ||
| 2 | LINUX_RPI_BRANCH ?= "rpi-4.19.y-rt" | ||
| 3 | |||
| 4 | SRCREV = "1dae1f0521d69bfd22454180c40fe85fdd80ffc6" | ||
| 5 | |||
| 6 | require 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 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:" | ||
| 2 | |||
| 3 | LINUX_VERSION ?= "4.19.66" | 1 | LINUX_VERSION ?= "4.19.66" |
| 4 | LINUX_RPI_BRANCH ?= "rpi-4.19.y" | 2 | LINUX_RPI_BRANCH ?= "rpi-4.19.y" |
| 5 | 3 | ||
| 6 | SRCREV = "fc5826fb999e0b32900d1f487e90c27a92010214" | 4 | SRCREV = "fc5826fb999e0b32900d1f487e90c27a92010214" |
| 7 | SRC_URI = " \ | ||
| 8 | git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \ | ||
| 9 | " | ||
| 10 | SRC_URI_append_raspberrypi4-64 = " file://rpi4-64-kernel-misc.cfg" | ||
| 11 | |||
| 12 | require linux-raspberrypi.inc | ||
| 13 | |||
| 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | ||
| 15 | 5 | ||
| 16 | KERNEL_EXTRA_ARGS_append_rpi = " DTC_FLAGS='-@ -H epapr'" | 6 | require 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 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:" | ||
| 2 | |||
| 3 | SRC_URI = " \ | ||
| 4 | git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \ | ||
| 5 | " | ||
| 6 | SRC_URI_append_raspberrypi4-64 = " file://rpi4-64-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'" | ||
