summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen_4.15.bb
blob: 060544184f9b9e6c09dceb1b1e4634cf5382c9e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SRCREV ?= "e25aa9939ae0cd8317605be3d5c5611b76bc4ab4"

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

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}+stable${SRCPV}"

S = "${WORKDIR}/git"

require xen.inc
require xen-hypervisor.inc