summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/am62xx-evm.conf
diff options
context:
space:
mode:
authorParesh Bhagat <p-bhagat@ti.com>2023-06-11 14:54:44 -0500
committerRyan Eatmon <reatmon@ti.com>2023-06-14 12:34:38 -0500
commit3e3b625c8100ebaedd749acf9cb48d18f04b9c6a (patch)
treefc74921ea577dddf9308f6a205208e81ee064608 /meta-ti-bsp/conf/machine/am62xx-evm.conf
parente4dcd602af118630d684ab06dd7aa13f9deb6773 (diff)
downloadmeta-ti-3e3b625c8100ebaedd749acf9cb48d18f04b9c6a.tar.gz
ti-extras: Add support for extra kernel/u-boot features
There are some features that will either never be accepted into the upstream kernel, or are not ready to be accepted. ti-extras allows for controlling the kernel and u-boot repos, breanches, and srcrevs to gain access to those features via the TI_EXTRAS variable in the local.conf file. Initial support for TI_EXTRAS=tie-jailhouse is being added by this patch. Signed-off-by: Paresh Bhagat <p-bhagat@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Acked-by: Paresh Bhagat <p-bhagat@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/am62xx-evm.conf')
-rw-r--r--meta-ti-bsp/conf/machine/am62xx-evm.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am62xx-evm.conf b/meta-ti-bsp/conf/machine/am62xx-evm.conf
index c4357be3..082a1ae7 100644
--- a/meta-ti-bsp/conf/machine/am62xx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62xx-evm.conf
@@ -3,6 +3,7 @@
3#@DESCRIPTION: Machine configuration for the TI AM62XX EVM 3#@DESCRIPTION: Machine configuration for the TI AM62XX EVM
4 4
5require conf/machine/include/am62xx.inc 5require conf/machine/include/am62xx.inc
6require conf/machine/include/ti-extras.inc
6 7
7KERNEL_DEVICETREE_PREFIX = "ti/k3-am625" 8KERNEL_DEVICETREE_PREFIX = "ti/k3-am625"
8 9