summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2024-02-28 13:35:09 -0600
committerRyan Eatmon <reatmon@ti.com>2024-02-28 16:15:01 -0600
commit35e9ea852f5dc9ccb2a87903dfb05bebf84cebfa (patch)
treee894d512d36b188c0f9f37df82896b7889e3257f
parent339ae4c94429f520414f7250ed4fb11d504f635c (diff)
downloadmeta-ti-35e9ea852f5dc9ccb2a87903dfb05bebf84cebfa.tar.gz
linux-ti-staging-rt_6.6: Add KERNEL_LCOALVERSION change
Copy the same KERNEL_LOCALVERSION change to the upcoming 6.6 kernel. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.6.bb2
1 files changed, 2 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
index 266a222c..e4beba84 100644
--- 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
@@ -2,6 +2,8 @@ require linux-ti-staging_6.6.bb
2 2
3DEFAULT_PREFERENCE = "-1" 3DEFAULT_PREFERENCE = "-1"
4 4
5KERNEL_LOCALVERSION:append = "-rt"
6
5# Look in the generic major.minor directory for files 7# Look in the generic major.minor directory for files
6# This will have priority over generic non-rt path 8# This will have priority over generic non-rt path
7FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-6.6:" 9FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-6.6:"