diff options
author | Ola Redell <ola.redell@retotech.se> | 2017-11-15 21:54:39 +0100 |
---|---|---|
committer | Ola Redell <ola.redell@retotech.se> | 2017-11-15 21:54:39 +0100 |
commit | 3af813eaa50cc3bf5192c0218cf7e779f9f5af01 (patch) | |
tree | dfb2fa235941f723cca0c9b1347fe04597d4bfb8 /recipes-jailhouse/jailhouse/jailhouse_git.bb | |
parent | f2cccf9409c91a33c4394ca4cfafe1cc00f9ce21 (diff) | |
download | meta-jailhouse-3af813eaa50cc3bf5192c0218cf7e779f9f5af01.tar.gz |
Default Jailhouse configuration, add new jailhouse versions
Added variable JH_CONFIG that is used to point to current jailhouse
hypervisor configuration. Added recipes for jailhouse version 0.7
and a _git recipe that tracks HEAD on master.
Diffstat (limited to 'recipes-jailhouse/jailhouse/jailhouse_git.bb')
-rw-r--r-- | recipes-jailhouse/jailhouse/jailhouse_git.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-jailhouse/jailhouse/jailhouse_git.bb b/recipes-jailhouse/jailhouse/jailhouse_git.bb new file mode 100644 index 0000000..ec7c0e1 --- /dev/null +++ b/recipes-jailhouse/jailhouse/jailhouse_git.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | require jailhouse.inc | ||
2 | |||
3 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-0.7:" | ||
4 | |||
5 | SRC_URI = "git://github.com/siemens/jailhouse.git;protocol=git \ | ||
6 | file://0004-no-kbuild-of-tools.patch \ | ||
7 | file://0005-tools-makefile.patch \ | ||
8 | " | ||
9 | |||
10 | SRCREV = "${AUTOREV}" | ||
11 | PV = "0.7-git${SRCPV}" | ||
12 | |||
13 | CELLS = "" | ||
14 | |||