blob: 12c9403b9d1c30855d205ea1f9e32bda61bd3b6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
SRCREV ?= "e680cc48b7184d3489873d6776f84ba1fc238ced"
XEN_REL ?= "4.16"
XEN_BRANCH ?= "master"
SRC_URI = " \
git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
file://xen-arm64-implement-atomic-fetch-add.patch \
file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch \
file://0001-x86-make-hypervisor-build-with-gcc11.patch \
file://0001-x86-work-around-build-issue-with-GNU-ld-2.37.patch \
"
LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5"
PV = "${XEN_REL}+git${SRCPV}"
S = "${WORKDIR}/git"
DEFAULT_PREFERENCE ??= "-1"
require xen.inc
require xen-hypervisor.inc
|