summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-upstream-rt_6.6.bb
blob: 73806781180c7dff9ce12b841e579ecf1fb869fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LINUX_VERSION ?= "6.6.20-rt25"
require recipes-kernel/linux/linux-toradex-upstream_6.6.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"
SRC_URI:append = " \
    file://preempt-rt.scc \
    file://preempt-rt-less-latency.scc \
"

# set PV manually, that way PREFERRED_VERSION can be set to a constant value
PV = "6.6"
KBRANCH = "v6.6-rt"
SRCREV_machine = "a27814b8cd8f89ad68e29d3d6f8f3b61c65aebf5"
SRCREV_machine:use-head-next = "${AUTOREV}"