summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen-tools_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/xen/xen-tools_git.bb')
-rw-r--r--recipes-extended/xen/xen-tools_git.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen-tools_git.bb b/recipes-extended/xen/xen-tools_git.bb
new file mode 100644
index 00000000..7042c535
--- /dev/null
+++ b/recipes-extended/xen/xen-tools_git.bb
@@ -0,0 +1,18 @@
1SRCREV ?= "a5fcafbfbee55261853fba07149c1c795f2baf58"
2
3XEN_REL ?= "4.12"
4XEN_BRANCH ?= "stable-${XEN_REL}"
5
6SRC_URI = " \
7 git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
8 file://0001-python-pygrub-pass-DISTUTILS-xen.4.12.patch \
9 "
10
11LIC_FILES_CHKSUM ?= "file://COPYING;md5=bbb4b1bdc2c3b6743da3c39d03249095"
12
13PV = "${XEN_REL}+git${SRCPV}"
14
15S = "${WORKDIR}/git"
16
17require xen.inc
18require xen-tools.inc