summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras/recipes-ti/jailhouse
diff options
context:
space:
mode:
authorParesh Bhagat <p-bhagat@ti.com>2023-06-14 12:37:54 -0500
committerRyan Eatmon <reatmon@ti.com>2023-06-14 12:49:59 -0500
commit82695339888e0678d9e98b57b134f768983d073a (patch)
treebd8dc54e78382600488148b65c12f84ecc6d161e /meta-ti-extras/recipes-ti/jailhouse
parent4c5461c23708d9f235976f25acd95cd30114af7e (diff)
downloadmeta-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.bb2
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
13COMPATIBLE_MACHINE = "am62xx"
14
13TARGET_CC_ARCH += "${LDFLAGS}" 15TARGET_CC_ARCH += "${LDFLAGS}"
14 16
15PV = "0.12+git${SRCPV}" 17PV = "0.12+git${SRCPV}"