mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-26 22:07:51 +00:00
2fdca10f78
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>
15 lines
409 B
PHP
15 lines
409 B
PHP
|
|
# Use different commit, repo and branch for TI extras build
|
|
# This will have priority over generic rt path
|
|
|
|
COMPATIBLE_MACHINE = "am62xx|am62pxx"
|
|
|
|
BRANCH = "ti-linux-6.1.y"
|
|
BRANCH:tie-jailhouse = "ti-linux-6.1.y-jailhouse"
|
|
|
|
SRCREV = "ec058c3ddc5377c629e988a95ef84826b14a3307"
|
|
SRCREV:tie-jailhouse = "d035e0cc72399f1c087a63c4210d29e79a7a66e4"
|
|
|
|
KERNEL_GIT_URI = "git://git.ti.com/git/processor-sdk/linux.git"
|
|
|