summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.6.bb
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2023-12-11 13:24:29 -0600
committerRyan Eatmon <reatmon@ti.com>2023-12-11 13:28:42 -0600
commite4d10138db9e41037038029aced0cf7f9bc45238 (patch)
treed0ea3ad2748689b5327a948dae314530b7911fec /meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.6.bb
parent5fb05dcb31b87b39f793e193f18e095d5fb01184 (diff)
downloadmeta-ti-e4d10138db9e41037038029aced0cf7f9bc45238.tar.gz
linux-ti-staging: Add 6.6 kernel in prep for LTS migration
We are preparing to migrate our kernel version to 6.6. As we are still working on the migration, mark the default preference low for this version. We will enable building with this kernel in a meta-arago brand in the near future. Once the migration is complete, we will remove the 6.1 kernel and make this the default. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.6.bb')
-rw-r--r--meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.6.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.6.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.6.bb
new file mode 100644
index 00000000..4928aa88
--- /dev/null
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.6.bb
@@ -0,0 +1,16 @@
1require linux-ti-staging_6.6.bb
2
3DEFAULT_PREFERENCE = "-1"
4
5# Look in the generic major.minor directory for files
6# This will have priority over generic non-rt path
7FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-6.6:"
8
9#BRANCH = "ti-rt-linux-6.6.y"
10BRANCH = "ti-linux-6.6.y"
11
12SRCREV = "ffc253263a1375a65fa6c9f62a893e9767fbebfa"
13
14include ${@ 'recipes-kernel/linux/ti-extras-rt.inc' if d.getVar('TI_EXTRAS') else ''}
15
16PV = "6.6.0+git${SRCPV}"