summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen_4.18.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/xen/xen_4.18.bb')
-rw-r--r--recipes-extended/xen/xen_4.18.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen_4.18.bb b/recipes-extended/xen/xen_4.18.bb
new file mode 100644
index 00000000..8da44559
--- /dev/null
+++ b/recipes-extended/xen/xen_4.18.bb
@@ -0,0 +1,21 @@
1# tag: RELEASE-4.18.0
2SRCREV ?= "d75f1e9b74314cea91ce435730d4e3539ecca77d"
3
4XEN_REL ?= "4.18"
5XEN_BRANCH ?= "stable-4.18"
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=d1a1e216f80b6d8da95fec897d0dbec9"
13
14PV = "${XEN_REL}+stable"
15
16S = "${WORKDIR}/git"
17
18DEFAULT_PREFERENCE ??= "-1"
19
20require xen.inc
21require xen-hypervisor.inc