mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
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>
This commit is contained in:
committed by
Ryan Eatmon
parent
7e2fb321b6
commit
53c09be7a8
@@ -7,4 +7,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-6.1:"
|
||||
BRANCH = "ti-rt-linux-6.1.y"
|
||||
|
||||
SRCREV = "eda9974e8513cdd2c5cc20c3c6b851f9977acd4d"
|
||||
|
||||
include ${@ 'recipes-kernel/linux/ti-extras-rt.inc' if d.getVar('TI_EXTRAS') else ''}
|
||||
|
||||
PV = "6.1.46+git${SRCPV}"
|
||||
|
||||
11
meta-ti-bsp/recipes-kernel/linux/ti-extras-rt.inc
Normal file
11
meta-ti-bsp/recipes-kernel/linux/ti-extras-rt.inc
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
# Use different commit, repo and branch for TI extras build
|
||||
# This will have priority over generic rt path
|
||||
|
||||
COMPATIBLE_MACHINE = "am62xx"
|
||||
|
||||
BRANCH = "ti-rt-linux-6.1.y"
|
||||
BRANCH:tie-jailhouse = "ti-rt-linux-6.1.y-jailhouse"
|
||||
|
||||
SRCREV = "685e77152461bd6b791500f717bec62d17c1b36d"
|
||||
SRCREV:tie-jailhouse = "a74088b40b4d27478a2af5c20cdc0b4ec8ed9470"
|
||||
Reference in New Issue
Block a user