summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-mainline-rt_git.bb
blob: 268f4b5774a67b5c8201f4798950ea3d6877a86e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LINUX_VERSION ?= "6.1.54-rt15"
require recipes-kernel/linux/linux-toradex-mainline_git.bb

SUMMARY = "Toradex mainline real-time Linux kernel"
# To build the RT kernel we use the RT kernel git repo rather than applying
# the RT patch on top of a vanilla kernel.

LINUX_REPO = "git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git"
KBRANCH = "v6.1-rt"
SRCREV_machine = "669c3f02ad623292f0e2ee7aa4b033f4c7333f71"
SRCREV_machine:use-head-next = "${AUTOREV}"

SRC_URI:append = " \
    file://preempt-rt.scc \
    file://preempt-rt-less-latency.scc \
"