summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen_git.bb
blob: da1eea605e64f9dcd9d010cbc842e245b5aa57cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
require xen.inc

SRCREV ?= "2b50cdbc444c637575580dcfa6c9525a84d5cc62"

XEN_REL = "4.12"
XEN_BRANCH = "staging"
FLASK_POLICY_FILE = "xenpolicy-${XEN_REL}-unstable"

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

S = "${WORKDIR}/git"

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

DEFAULT_PREFERENCE = "-1"