summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorParesh Bhagat <p-bhagat@ti.com>2023-11-08 12:53:32 +0530
committerRyan Eatmon <reatmon@ti.com>2023-11-08 17:36:44 -0600
commit990003440248fb192b92141750881b0a59abec1b (patch)
tree4301a2c3fd3238139787ad6d432238aa43bd11bb
parent523a1e604d7dc94996573d0242187e5b6395b704 (diff)
downloadmeta-ti-990003440248fb192b92141750881b0a59abec1b.tar.gz
ti-extras: Add support for extra kernel features for RT
Add support for ti-extras features for rt as it was added for non rt kernel and u-boot earlier. It will also be accessible via the TI_EXTRAS variable in the local.conf file. Signed-off-by: Paresh Bhagat <p-bhagat@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.1.bb3
-rw-r--r--meta-ti-bsp/recipes-kernel/linux/ti-extras-rt.inc11
2 files changed, 14 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.1.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.1.bb
index a600630e..ac6a6e75 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.1.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.1.bb
@@ -7,4 +7,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-6.1:"
7BRANCH = "ti-rt-linux-6.1.y" 7BRANCH = "ti-rt-linux-6.1.y"
8 8
9SRCREV = "eda9974e8513cdd2c5cc20c3c6b851f9977acd4d" 9SRCREV = "eda9974e8513cdd2c5cc20c3c6b851f9977acd4d"
10
11include ${@ 'recipes-kernel/linux/ti-extras-rt.inc' if d.getVar('TI_EXTRAS') else ''}
12
10PV = "6.1.46+git${SRCPV}" 13PV = "6.1.46+git${SRCPV}"
diff --git a/meta-ti-bsp/recipes-kernel/linux/ti-extras-rt.inc b/meta-ti-bsp/recipes-kernel/linux/ti-extras-rt.inc
new file mode 100644
index 00000000..1fc40934
--- /dev/null
+++ b/meta-ti-bsp/recipes-kernel/linux/ti-extras-rt.inc
@@ -0,0 +1,11 @@
1
2# Use different commit, repo and branch for TI extras build
3# This will have priority over generic rt path
4
5COMPATIBLE_MACHINE = "am62xx"
6
7BRANCH = "ti-rt-linux-6.1.y"
8BRANCH:tie-jailhouse = "ti-rt-linux-6.1.y-jailhouse"
9
10SRCREV = "685e77152461bd6b791500f717bec62d17c1b36d"
11SRCREV:tie-jailhouse = "a74088b40b4d27478a2af5c20cdc0b4ec8ed9470"