diff options
author | Paresh Bhagat <p-bhagat@ti.com> | 2023-11-23 12:03:20 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-11-24 08:20:08 -0600 |
commit | 54b55b55fa52777c2a8ef9a9a0c350bd80b085f6 (patch) | |
tree | 142c07e6f1a36a4eb58d484bb55642ca7b8416c7 /meta-ti-bsp/recipes-bsp | |
parent | 85729f84543774ff40afe05fc0220d8556c8f602 (diff) | |
download | meta-ti-54b55b55fa52777c2a8ef9a9a0c350bd80b085f6.tar.gz |
ti-extras: Add support for extra kernel/u-boot features for am62pxx
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>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp')
-rw-r--r-- | meta-ti-bsp/recipes-bsp/u-boot/ti-extras.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/ti-extras.inc b/meta-ti-bsp/recipes-bsp/u-boot/ti-extras.inc index e0a94ea6..d32c6529 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/ti-extras.inc +++ b/meta-ti-bsp/recipes-bsp/u-boot/ti-extras.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | 1 | ||
2 | # This will have priority over generic uboot path | 2 | # This will have priority over generic uboot path |
3 | 3 | ||
4 | COMPATIBLE_MACHINE = "am62xx" | 4 | COMPATIBLE_MACHINE = "am62xx|am62pxx" |
5 | 5 | ||
6 | BRANCH = "ti-u-boot-2023.04" | 6 | BRANCH = "ti-u-boot-2023.04" |
7 | BRANCH:tie-jailhouse = "ti-u-boot-2023.04-jailhouse" | 7 | BRANCH:tie-jailhouse = "ti-u-boot-2023.04-jailhouse" |