summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-virtualization/recipes-extended/xen/xen_4.17.bb
blob: 41cf2a15c7844c60bea67ad3102d0b334a6d0964 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# xen 4.17.0 release sha
SRCREV ?= "11560248ffda3f00f20bbdf3ae088af474f7f2a3"

XEN_URI ?= "git://xenbits.xen.org/xen.git"
XEN_REL ?= "4.17"
XEN_BRANCH ?= "stable-${XEN_REL}"

SRC_URI = " \
    ${XEN_URI};branch=${XEN_BRANCH} \
    file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch \
    file://xen-flask-race-fix.patch \
    "

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

S = "${WORKDIR}/git"

require xen.inc
require xen-hypervisor.inc