summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-kernel/linux/ti-extras-rt.inc
diff options
context:
space:
mode:
authorParesh Bhagat <p-bhagat@ti.com>2023-11-23 12:03:20 +0530
committerRyan Eatmon <reatmon@ti.com>2023-11-24 08:20:08 -0600
commit54b55b55fa52777c2a8ef9a9a0c350bd80b085f6 (patch)
tree142c07e6f1a36a4eb58d484bb55642ca7b8416c7 /meta-ti-bsp/recipes-kernel/linux/ti-extras-rt.inc
parent85729f84543774ff40afe05fc0220d8556c8f602 (diff)
downloadmeta-ti-54b55b55fa52777c2a8ef9a9a0c350bd80b085f6.tar.gz
ti-extras: Add support for extra kernel/u-boot features for am62pxx
Add support for ti-extras for am62pxx to control the kernel and u-boot repos, branches, and srcrevs via the TI_EXTRAS variable in the local.conf file. Also add am62pxx as compatble machine in jailhouse recipe. So the am62pxx jailhouse build can be done by adding TI_EXTRAS=tie-jailhouse in local.conf. Signed-off-by: Paresh Bhagat <p-bhagat@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-kernel/linux/ti-extras-rt.inc')
-rw-r--r--meta-ti-bsp/recipes-kernel/linux/ti-extras-rt.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-kernel/linux/ti-extras-rt.inc b/meta-ti-bsp/recipes-kernel/linux/ti-extras-rt.inc
index 1fc40934..530a1783 100644
--- a/meta-ti-bsp/recipes-kernel/linux/ti-extras-rt.inc
+++ b/meta-ti-bsp/recipes-kernel/linux/ti-extras-rt.inc
@@ -2,7 +2,7 @@
2# Use different commit, repo and branch for TI extras build 2# Use different commit, repo and branch for TI extras build
3# This will have priority over generic rt path 3# This will have priority over generic rt path
4 4
5COMPATIBLE_MACHINE = "am62xx" 5COMPATIBLE_MACHINE = "am62xx|am62pxx"
6 6
7BRANCH = "ti-rt-linux-6.1.y" 7BRANCH = "ti-rt-linux-6.1.y"
8BRANCH:tie-jailhouse = "ti-rt-linux-6.1.y-jailhouse" 8BRANCH:tie-jailhouse = "ti-rt-linux-6.1.y-jailhouse"