mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-28 15:39:05 +00:00
Add Jailhouse-enabled U-Boot and Linux kernel configurations for the bsp-ti-6_18 release to support AM62xx, AM62Pxx, and AM62Lxx platforms. Changes include: - u-boot/ti-extras.inc: Add ti-u-boot-2026.01-jailhouse branch - linux/ti-extras.inc: Add ti-linux-6.18.y-jailhouse branch - linux/ti-extras-rt.inc: Add ti-linux-6.18.y-jailhouse branch Signed-off-by: Mahammed Sadik Shaik <s-sadik@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
15 lines
496 B
PHP
15 lines
496 B
PHP
# This will have priority over generic rt path
|
|
|
|
#
|
|
# Jailhouse settings
|
|
#
|
|
COMPATIBLE_MACHINE:tie-jailhouse = "am62xx|am62pxx|am62lxx"
|
|
|
|
BRANCH:tie-jailhouse:bsp-ti-6_12 = "ti-linux-6.12.y-jailhouse"
|
|
BRANCH:tie-jailhouse:bsp-ti-6_18 = "ti-linux-6.18.y-jailhouse"
|
|
|
|
SRCREV:tie-jailhouse:bsp-ti-6_12 = "229a48602ad1557612a4ffabec6a3cbcdd745f87"
|
|
SRCREV:tie-jailhouse:bsp-ti-6_18 = "e9ebc825175636714e0ffa113133ef03879748df"
|
|
|
|
KERNEL_GIT_URI:tie-jailhouse = "git://git.ti.com/git/processor-sdk/linux.git"
|