summaryrefslogtreecommitdiffstats
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:06:48 +0000
commit70785ca1bb2dadc8701599a172527d97f009f652 (patch)
tree76de5967b48ee4d45f60a80ea7927e52189a7c54
parentb4f62c3150fc4294cce20a65d10a7889979d49b7 (diff)
downloadmeta-virtualization-70785ca1bb2dadc8701599a172527d97f009f652.tar.gz
xen: drop unsupported versions
https://xenbits.xen.org/docs/unstable/support-matrix.html Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-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