aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen_git.bb
blob: 81ee1002c69fdc1f3da87d5572f14c28c72dd9a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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} \
    file://xen-disable-sse-before-inlines.patch \
    "

DEFAULT_PREFERENCE = "-1"