summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.6.bb
blob: 4928aa8875fe0cfdb26e70ea0b6052ebcb238ebd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
require linux-ti-staging_6.6.bb

DEFAULT_PREFERENCE = "-1"

# Look in the generic major.minor directory for files
# This will have priority over generic non-rt path
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-6.6:"

#BRANCH = "ti-rt-linux-6.6.y"
BRANCH = "ti-linux-6.6.y"

SRCREV = "ffc253263a1375a65fa6c9f62a893e9767fbebfa"

include ${@ 'recipes-kernel/linux/ti-extras-rt.inc' if d.getVar('TI_EXTRAS') else ''}

PV = "6.6.0+git${SRCPV}"