mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
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:
parent
a88c431f81
commit
b48cc66703
6
recipes-kernel/linux/linux-raspberrypi-rt_4.19.bb
Normal file
6
recipes-kernel/linux/linux-raspberrypi-rt_4.19.bb
Normal 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
|
|
@ -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
|
||||
|
|
12
recipes-kernel/linux/linux-raspberrypi_4.19.inc
Normal file
12
recipes-kernel/linux/linux-raspberrypi_4.19.inc
Normal 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'"
|
Loading…
Reference in New Issue
Block a user