summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen_4.16.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/xen/xen_4.16.bb')
-rw-r--r--recipes-extended/xen/xen_4.16.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen_4.16.bb b/recipes-extended/xen/xen_4.16.bb
new file mode 100644
index 00000000..986484a4
--- /dev/null
+++ b/recipes-extended/xen/xen_4.16.bb
@@ -0,0 +1,19 @@
1# xen 4.16.1 release sha
2SRCREV ?= "f26544492298cb82d66f9bf36e29d2f75b3133f2"
3
4XEN_REL ?= "4.16"
5XEN_BRANCH ?= "stable-${XEN_REL}"
6
7SRC_URI = " \
8 git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
9 file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch \
10 "
11
12LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5"
13
14PV = "${XEN_REL}+stable${SRCPV}"
15
16S = "${WORKDIR}/git"
17
18require xen.inc
19require xen-hypervisor.inc