linux-raspberrypi: add linux-raspberrypi-rt 4.19

add rt kernel recipe for version 4.19

Signed-off-by: Vincenzo Pacella <shaduz@shaduzlabs.com>
This commit is contained in:
Vincenzo Pacella 2019-08-16 14:07:02 +02:00 committed by Andrei Gherzan
parent a88c431f81
commit b48cc66703
3 changed files with 19 additions and 11 deletions

View File

@ -0,0 +1,6 @@
LINUX_VERSION ?= "4.19.59"
LINUX_RPI_BRANCH ?= "rpi-4.19.y-rt"
SRCREV = "1dae1f0521d69bfd22454180c40fe85fdd80ffc6"
require linux-raspberrypi_4.19.inc

View File

@ -1,16 +1,6 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:"
LINUX_VERSION ?= "4.19.66"
LINUX_RPI_BRANCH ?= "rpi-4.19.y"
SRCREV = "fc5826fb999e0b32900d1f487e90c27a92010214"
SRC_URI = " \
git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \
"
SRC_URI_append_raspberrypi4-64 = " file://rpi4-64-kernel-misc.cfg"
require linux-raspberrypi.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
KERNEL_EXTRA_ARGS_append_rpi = " DTC_FLAGS='-@ -H epapr'"
require linux-raspberrypi_4.19.inc

View File

@ -0,0 +1,12 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:"
SRC_URI = " \
git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \
"
SRC_URI_append_raspberrypi4-64 = " file://rpi4-64-kernel-misc.cfg"
require linux-raspberrypi.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
KERNEL_EXTRA_ARGS_append_rpi = " DTC_FLAGS='-@ -H epapr'"