summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/xen/xen-tools_4.20.bb20
-rw-r--r--recipes-extended/xen/xen_4.20.bb20
2 files changed, 40 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen-tools_4.20.bb b/recipes-extended/xen/xen-tools_4.20.bb
new file mode 100644
index 00000000..0f864e63
--- /dev/null
+++ b/recipes-extended/xen/xen-tools_4.20.bb
@@ -0,0 +1,20 @@
1SRCREV ?= "3ad5d648cda5add395f49fc3704b2552aae734f7"
2
3XEN_REL ?= "4.20"
4XEN_BRANCH ?= "stable-4.20"
5
6SRC_URI = " \
7 git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
8 file://0001-python-pygrub-pass-DISTUTILS-xen-4.19.patch \
9 "
10
11LIC_FILES_CHKSUM ?= "file://COPYING;md5=d1a1e216f80b6d8da95fec897d0dbec9"
12
13PV = "${XEN_REL}+stable"
14
15S = "${WORKDIR}/git"
16
17DEFAULT_PREFERENCE ??= "-1"
18
19require xen.inc
20require xen-tools.inc
diff --git a/recipes-extended/xen/xen_4.20.bb b/recipes-extended/xen/xen_4.20.bb
new file mode 100644
index 00000000..d8324033
--- /dev/null
+++ b/recipes-extended/xen/xen_4.20.bb
@@ -0,0 +1,20 @@
1SRCREV ?= "3ad5d648cda5add395f49fc3704b2552aae734f7"
2
3XEN_REL ?= "4.20.0"
4XEN_BRANCH ?= "stable-4.20"
5
6SRC_URI = " \
7 git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
8 file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch \
9 "
10
11LIC_FILES_CHKSUM ?= "file://COPYING;md5=d1a1e216f80b6d8da95fec897d0dbec9"
12
13PV = "${XEN_REL}+stable"
14
15S = "${WORKDIR}/git"
16
17DEFAULT_PREFERENCE ??= "-1"
18
19require xen.inc
20require xen-hypervisor.inc