summaryrefslogtreecommitdiffstats
path: root/recipes-jailhouse/jailhouse/jailhouse_git.bb
blob: 907dc8c192e941cd555c79489a71c8b378dafbdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require jailhouse.inc

FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-git:"

SRC_URI = "git://github.com/siemens/jailhouse.git;protocol=git \
	  file://0004-no-kbuild-of-tools.patch \
	  file://0005-tools-makefile.patch \
	"

SRCREV = "${AUTOREV}"
PV = "0.8-git${SRCPV}"

CELLS = ""

DEFAULT_PREFERENCE = "-1"