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

SRCREV ?= "cb70a26f78848fe45f593f7ebc9cfaac760a791b"

XEN_REL = "4.13"
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} \
    file://0001-python-pygrub-pass-DISTUTILS-xen.4.12.patch \
    "

DEFAULT_PREFERENCE = "-1"