blob: 73a52bc5ce361e5745e805fadbf309b830bfc792 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
SRCREV ?= "456957aaa1391e0dfa969e2dd97b87c51a79444e"
XEN_REL ?= "4.14"
XEN_BRANCH ?= "stable-${XEN_REL}"
SRC_URI = " \
git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
file://0001-python-pygrub-pass-DISTUTILS-xen-4.14.patch \
file://0001-xen-build-temporarily-inhibit-Werror-4.14.patch \
file://0001-tools-xenpmd-Fix-gcc10-snprintf-warning.patch \
"
LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5"
PV = "${XEN_REL}+stable${SRCPV}"
S = "${WORKDIR}/git"
require xen.inc
require xen-tools.inc
|