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

SRCREV ?= "9a6cc4f5c14b3d7542b7523f88a1b65464733d3a"

XEN_REL ?= "4.7"
XEN_BRANCH ?= "staging-${XEN_REL}"

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

S = "${WORKDIR}/git"

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

DEFAULT_PREFERENCE = "-1"