summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2022-10-04 12:46:29 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-10-08 22:59:54 -0400
commita2c5c5280fc1640e67095fa1bfe9e0a3396e7a65 (patch)
tree4f34447787d15b273c517c0dc1f12a4fcba3bdf4 /recipes-extended
parent0daf29cfdfcebe6fee1f48c5c4543714fa74b6f4 (diff)
downloadmeta-virtualization-a2c5c5280fc1640e67095fa1bfe9e0a3396e7a65.tar.gz
xen, xen-tools: remove the version 4.15 recipes
The existing 4.16 recipes are the current preferred Xen version, so per the Xen version update policy, the 4.15 recipes can now be removed. Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/xen/xen-tools_4.15.bb19
-rw-r--r--recipes-extended/xen/xen_4.15.bb19
2 files changed, 0 insertions, 38 deletions
diff --git a/recipes-extended/xen/xen-tools_4.15.bb b/recipes-extended/xen/xen-tools_4.15.bb
deleted file mode 100644
index 5592dd74..00000000
--- a/recipes-extended/xen/xen-tools_4.15.bb
+++ /dev/null
@@ -1,19 +0,0 @@
1# xen 4.15.2 release sha
2SRCREV ?= "32dcef072fb37d432fd45c7916383472f3fcbc5e"
3
4XEN_REL ?= "4.15"
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 "
11
12LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5"
13
14PV = "${XEN_REL}+stable${SRCPV}"
15
16S = "${WORKDIR}/git"
17
18require xen.inc
19require xen-tools.inc
diff --git a/recipes-extended/xen/xen_4.15.bb b/recipes-extended/xen/xen_4.15.bb
deleted file mode 100644
index 41023b2f..00000000
--- a/recipes-extended/xen/xen_4.15.bb
+++ /dev/null
@@ -1,19 +0,0 @@
1# xen 4.15.2 release sha
2SRCREV ?= "32dcef072fb37d432fd45c7916383472f3fcbc5e"
3
4XEN_REL ?= "4.15"
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