diff options
author | Paresh Bhagat <p-bhagat@ti.com> | 2023-06-14 12:37:54 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-06-14 12:49:59 -0500 |
commit | 82695339888e0678d9e98b57b134f768983d073a (patch) | |
tree | bd8dc54e78382600488148b65c12f84ecc6d161e /meta-ti-bsp/conf/machine/am62xx-evm.conf | |
parent | 4c5461c23708d9f235976f25acd95cd30114af7e (diff) | |
download | meta-ti-82695339888e0678d9e98b57b134f768983d073a.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.conf | 1 |
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 | ||
5 | require conf/machine/include/am62xx.inc | 5 | require conf/machine/include/am62xx.inc |
6 | require conf/machine/include/ti-extras.inc | ||
6 | 7 | ||
7 | KERNEL_DEVICETREE_PREFIX = "ti/k3-am625" | 8 | KERNEL_DEVICETREE_PREFIX = "ti/k3-am625" |
8 | 9 | ||