From 54b55b55fa52777c2a8ef9a9a0c350bd80b085f6 Mon Sep 17 00:00:00 2001 From: Paresh Bhagat Date: Thu, 23 Nov 2023 12:03:20 +0530 Subject: 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 Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-bsp/u-boot/ti-extras.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-ti-bsp/recipes-bsp') 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 @@ # This will have priority over generic uboot path -COMPATIBLE_MACHINE = "am62xx" +COMPATIBLE_MACHINE = "am62xx|am62pxx" BRANCH = "ti-u-boot-2023.04" BRANCH:tie-jailhouse = "ti-u-boot-2023.04-jailhouse" -- cgit v1.2.3-54-g00ecf