aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen-tools_4.17.bb
blob: e011b87c20a2b6875ee30cff981d514176ae3693 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# xen 4.17.2 release sha
SRCREV ?= "322a20add00a4687cd46d9183616fa6fecbef81f"

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

SRC_URI = "git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
           file://0001-python-pygrub-pass-DISTUTILS-xen-4.15.patch \
           file://0001-tools-xenstore-xenstored_control.c-correctly-print-t.patch \
           file://0001-Config.mk-drop-Wdeclaration-after-statement.patch \
           "

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

PV = "${XEN_REL}+stable"

S = "${WORKDIR}/git"

require xen.inc
require xen-tools.inc