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

XEN_REL ?= "4.20.0"
XEN_BRANCH ?= "stable-4.20"

SRC_URI = " \
    git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
    file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch \
    file://0001-xen-fix-header-guard-inconsistencies-gcc15.patch \
    "

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

PV = "${XEN_REL}+stable"

DEFAULT_PREFERENCE ??= "-1"

require xen.inc
require xen-hypervisor.inc