From adfb6590ef2b6748c2a0105f666a521d3a894114 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 13 Jul 2019 06:43:24 +0000 Subject: [PATCH] jailhouse: Pin to TI SOCs This needs to be ported and tested with non-TI SOCs its better to limit this to just TI SOCs as of now this makes sure that meta-ti can be used in a multi-BSP distro Signed-off-by: Khem Raj Signed-off-by: Denys Dmytriyenko --- recipes-kernel/jailhouse/jailhouse_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/jailhouse/jailhouse_git.bb b/recipes-kernel/jailhouse/jailhouse_git.bb index dc35262c..55de7199 100644 --- a/recipes-kernel/jailhouse/jailhouse_git.bb +++ b/recipes-kernel/jailhouse/jailhouse_git.bb @@ -32,6 +32,7 @@ require jailhouse-arch.inc inherit module pythonnative bash-completion deploy PACKAGE_ARCH = "${MACHINE_ARCH}" +COMPATIBLE_MACHINE = "(ti-soc)" JH_DATADIR ?= "${datadir}/jailhouse" JH_EXEC_DIR ?= "${libexecdir}/jailhouse"