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/include | |
| 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/include')
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/ti-extras.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti-extras.inc b/meta-ti-bsp/conf/machine/include/ti-extras.inc new file mode 100644 index 00000000..4e62605c --- /dev/null +++ b/meta-ti-bsp/conf/machine/include/ti-extras.inc | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | # Add TI_EXTRAS to machine overrides so we get access to e.g. 'jailhouse' | ||
| 2 | |||
| 3 | TI_EXTRAS ??= "" | ||
| 4 | MACHINEOVERRIDES =. "${@ '${TI_EXTRAS}:' if d.getVar('TI_EXTRAS').startswith('tie-') else ''}" | ||
