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-extras/recipes-ti/jailhouse | |
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-extras/recipes-ti/jailhouse')
-rw-r--r-- | meta-ti-extras/recipes-ti/jailhouse/jailhouse_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-extras/recipes-ti/jailhouse/jailhouse_git.bb b/meta-ti-extras/recipes-ti/jailhouse/jailhouse_git.bb index 05cc21b3..1c63b400 100644 --- a/meta-ti-extras/recipes-ti/jailhouse/jailhouse_git.bb +++ b/meta-ti-extras/recipes-ti/jailhouse/jailhouse_git.bb | |||
@@ -10,6 +10,8 @@ LIC_FILES_CHKSUM = " \ | |||
10 | file://COPYING;md5=9fa7f895f96bde2d47fd5b7d95b6ba4d \ | 10 | file://COPYING;md5=9fa7f895f96bde2d47fd5b7d95b6ba4d \ |
11 | " | 11 | " |
12 | 12 | ||
13 | COMPATIBLE_MACHINE = "am62xx" | ||
14 | |||
13 | TARGET_CC_ARCH += "${LDFLAGS}" | 15 | TARGET_CC_ARCH += "${LDFLAGS}" |
14 | 16 | ||
15 | PV = "0.12+git${SRCPV}" | 17 | PV = "0.12+git${SRCPV}" |