From 82695339888e0678d9e98b57b134f768983d073a Mon Sep 17 00:00:00 2001 From: Paresh Bhagat Date: Wed, 14 Jun 2023 12:37:54 -0500 Subject: 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 Signed-off-by: Ryan Eatmon Acked-by: Paresh Bhagat Signed-off-by: Ryan Eatmon --- meta-ti-extras/recipes-ti/jailhouse/jailhouse_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-ti-extras') 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 = " \ file://COPYING;md5=9fa7f895f96bde2d47fd5b7d95b6ba4d \ " +COMPATIBLE_MACHINE = "am62xx" + TARGET_CC_ARCH += "${LDFLAGS}" PV = "0.12+git${SRCPV}" -- cgit v1.2.3-54-g00ecf