summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-07-13 06:43:24 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-07-16 12:44:05 +0000
commit14548c54e73a9f1d169168ba71446a596940eb38 (patch)
tree879f0583044735c612a590677ed0ee41f705b99e /recipes-kernel
parent99d3ac64957842a94fdf45f0380d0075ff37781a (diff)
downloadmeta-ti-14548c54e73a9f1d169168ba71446a596940eb38.tar.gz
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 <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/jailhouse/jailhouse_git.bb1
1 files changed, 1 insertions, 0 deletions
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
32inherit module pythonnative bash-completion deploy 32inherit module pythonnative bash-completion deploy
33 33
34PACKAGE_ARCH = "${MACHINE_ARCH}" 34PACKAGE_ARCH = "${MACHINE_ARCH}"
35COMPATIBLE_MACHINE = "(ti-soc)"
35 36
36JH_DATADIR ?= "${datadir}/jailhouse" 37JH_DATADIR ?= "${datadir}/jailhouse"
37JH_EXEC_DIR ?= "${libexecdir}/jailhouse" 38JH_EXEC_DIR ?= "${libexecdir}/jailhouse"