summaryrefslogtreecommitdiffstats
path: root/external/meta-virtualization/recipes-extended/xen/xen_git.bb
blob: a7475ac3efd932037242e33c22eac3e522cec311 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SRCREV ?= "a5fcafbfbee55261853fba07149c1c795f2baf58"

XEN_REL ?= "4.12"
XEN_BRANCH ?= "stable-${XEN_REL}"

SRC_URI = "git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH}"

LIC_FILES_CHKSUM ?= "file://COPYING;md5=bbb4b1bdc2c3b6743da3c39d03249095"

PV = "${XEN_REL}+git${SRCPV}"

S = "${WORKDIR}/git"

require xen.inc
require xen-hypervisor.inc