diff options
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 | |||