summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-11-24 21:02:47 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-11-24 21:04:15 +0000
commitf85c25840808ca42626e8c4104a2fbf1b97a7b79 (patch)
tree54e6774311fbc8684b645d41f4a5f6e06ecde059 /recipes-extended
parentbedc8e93ccc07c8dbcdce095eaf6cb62de98b412 (diff)
downloadmeta-virtualization-f85c25840808ca42626e8c4104a2fbf1b97a7b79.tar.gz
xen: drop unsupported versions
https://xenbits.xen.org/docs/unstable/support-matrix.html Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/xen/xen-tools_4.16.bb24
-rw-r--r--recipes-extended/xen/xen_4.16.bb19
2 files changed, 0 insertions, 43 deletions
diff --git a/recipes-extended/xen/xen-tools_4.16.bb b/recipes-extended/xen/xen-tools_4.16.bb
deleted file mode 100644
index 20671af5..00000000
--- a/recipes-extended/xen/xen-tools_4.16.bb
+++ /dev/null
@@ -1,24 +0,0 @@
1# stable-4.16 status on 2023-05-26
2SRCREV ?= "b0806d84d48d983d40a29534e663652887287a78"
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-python-pygrub-pass-DISTUTILS-xen-4.15.patch \
10 file://0001-tools-xenstore-xenstored_control.c-correctly-print-t.patch \
11 "
12
13LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5"
14
15PV = "${XEN_REL}+stable"
16
17S = "${WORKDIR}/git"
18
19require xen.inc
20require xen-tools.inc
21
22SYSTEMD_SERVICE:${PN}-xencommons:append = " \
23 var-lib-xenstored.mount \
24 "
diff --git a/recipes-extended/xen/xen_4.16.bb b/recipes-extended/xen/xen_4.16.bb
deleted file mode 100644
index f4d922c5..00000000
--- a/recipes-extended/xen/xen_4.16.bb
+++ /dev/null
@@ -1,19 +0,0 @@
1# stable-4.16 status on 2023-05-26
2SRCREV ?= "b0806d84d48d983d40a29534e663652887287a78"
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"
15
16S = "${WORKDIR}/git"
17
18require xen.inc
19require xen-hypervisor.inc