diff options
| author | Paresh Bhagat <p-bhagat@ti.com> | 2024-01-25 15:57:50 +0530 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2024-01-25 09:01:06 -0600 |
| commit | 58ebce1cb22dafbc1d215e1aba9c62478e7cfca7 (patch) | |
| tree | a7bb0e157295e310f53c5517a8b925b043f79105 | |
| parent | ac3dd6f1811b9b55893f276145fec2a278746b05 (diff) | |
| download | meta-ti-58ebce1cb22dafbc1d215e1aba9c62478e7cfca7.tar.gz | |
ti-extras: Add support for extra kernel/u-boot features for am62xx-lp
Add support for ti-extras for am62xx-lp to control the kernel and u-boot
repos, branches, and srcrevs via the TI_EXTRAS variable in the local.conf
file.
Signed-off-by: Paresh Bhagat <p-bhagat@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
| -rw-r--r-- | meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf | 1 | ||||
| -rw-r--r-- | meta-ti-bsp/conf/machine/am62xx-lp-evm.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf index aa9422cd..52b69a72 100644 --- a/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf +++ b/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | #@DESCRIPTION: Machine configuration for the TI AM62xx LP GP EVM (R5F core) | 3 | #@DESCRIPTION: Machine configuration for the TI AM62xx LP GP EVM (R5F core) |
| 4 | 4 | ||
| 5 | require conf/machine/include/k3r5.inc | 5 | require conf/machine/include/k3r5.inc |
| 6 | require conf/machine/include/ti-extras.inc | ||
| 6 | 7 | ||
| 7 | SYSFW_SOC = "am62x" | 8 | SYSFW_SOC = "am62x" |
| 8 | SYSFW_CONFIG = "evm" | 9 | SYSFW_CONFIG = "evm" |
diff --git a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf index 229b74bc..51e99728 100644 --- a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf +++ b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | #@DESCRIPTION: Machine configuration for the TI AM62XX LP EVM | 3 | #@DESCRIPTION: Machine configuration for the TI AM62XX LP 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 = " \ | 8 | KERNEL_DEVICETREE_PREFIX = " \ |
| 8 | ti/k3-am62-lp \ | 9 | ti/k3-am62-lp \ |
