mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-27 14:28:05 +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>
12 lines
349 B
PHP
12 lines
349 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-rt-linux-6.1.y"
|
|
BRANCH:tie-jailhouse = "ti-rt-linux-6.1.y-jailhouse"
|
|
|
|
SRCREV = "685e77152461bd6b791500f717bec62d17c1b36d"
|
|
SRCREV:tie-jailhouse = "a74088b40b4d27478a2af5c20cdc0b4ec8ed9470"
|