aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen-tools_4.18.bb
blob: 9920c358fe9b8889e1cb057ddbf4cdf72c08fda8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# tag: RELEASE-4.18.0
SRCREV ?= "d75f1e9b74314cea91ce435730d4e3539ecca77d"

XEN_REL ?= "4.18"
XEN_BRANCH ?= "stable-4.18"

SRC_URI = " \
    git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
    file://0001-python-pygrub-pass-DISTUTILS-xen-4.18.patch \
    file://0001-Config.mk-drop-Wdeclaration-after-statement.patch \
    "

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

PV = "${XEN_REL}+stable"

S = "${WORKDIR}/git"

DEFAULT_PREFERENCE ??= "-1"

require xen.inc
require xen-tools.inc