summaryrefslogtreecommitdiffstats
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-15 19:47:53 +0000
commitadfb6590ef2b6748c2a0105f666a521d3a894114 (patch)
treefa3be5de42813de15a4127823d1fecd4a7552ae7
parent7b1d681ec7c04b81b5918a7cc4f9be550d8ceb8d (diff)
downloadmeta-ti-adfb6590ef2b6748c2a0105f666a521d3a894114.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>
-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"