mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-21 03:58:58 +00:00
Add am62lxx as compatible machine for ti-extras recipes and jailhouse recipes. This is to to control the kernel and u-boot repos, branches. So the am62lxx jailhouse build can be done by adding TI_EXTRAS=tie-jailhouse in local.conf. Update SRCREV and branch in ti-extras recipes for LTS migration. Also update jailhouse recipe to build and package jailhouse, cell files, device tree for inmate etc on am62lx image. Signed-off-by: Paresh Bhagat <p-bhagat@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
12 lines
353 B
PHP
12 lines
353 B
PHP
|
|
# Use different commit, repo and branch for TI extras build
|
|
# This will have priority over generic rt path
|
|
|
|
COMPATIBLE_MACHINE = "am62xx|am62pxx|am62lxx"
|
|
|
|
BRANCH = "ti-linux-6.12.y"
|
|
BRANCH:tie-jailhouse = "ti-linux-6.12.y-jailhouse"
|
|
|
|
SRCREV = "c9e21a1ebd757f2b4487035382bbf65299cf8170"
|
|
SRCREV:tie-jailhouse = "229a48602ad1557612a4ffabec6a3cbcdd745f87"
|