Re: [PATCH 2/2] xen, xen-tools: remove the version 4.15 recipes


Bertrand Marquis
 

Hi Christopher,

On 4 Oct 2022, at 21:46, Christopher Clark <christopher.w.clark@...> wrote:

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.
Reviewed-by: Bertrand Marquis <bertrand.marquis@...>

Cheers
Bertrand


Signed-off-by: Christopher Clark <christopher.w.clark@...>
---
recipes-extended/xen/xen-tools_4.15.bb | 19 -------------------
recipes-extended/xen/xen_4.15.bb | 19 -------------------
2 files changed, 38 deletions(-)
delete mode 100644 recipes-extended/xen/xen-tools_4.15.bb
delete mode 100644 recipes-extended/xen/xen_4.15.bb

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 5592dd7..0000000
--- a/recipes-extended/xen/xen-tools_4.15.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-# xen 4.15.2 release sha
-SRCREV ?= "32dcef072fb37d432fd45c7916383472f3fcbc5e"
-
-XEN_REL ?= "4.15"
-XEN_BRANCH ?= "stable-${XEN_REL}"
-
-SRC_URI = " \
- git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
- file://0001-python-pygrub-pass-DISTUTILS-xen-4.15.patch \
- "
-
-LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5"
-
-PV = "${XEN_REL}+stable${SRCPV}"
-
-S = "${WORKDIR}/git"
-
-require xen.inc
-require 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 41023b2..0000000
--- a/recipes-extended/xen/xen_4.15.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-# xen 4.15.2 release sha
-SRCREV ?= "32dcef072fb37d432fd45c7916383472f3fcbc5e"
-
-XEN_REL ?= "4.15"
-XEN_BRANCH ?= "stable-${XEN_REL}"
-
-SRC_URI = " \
- git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
- file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch \
- "
-
-LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5"
-
-PV = "${XEN_REL}+stable${SRCPV}"
-
-S = "${WORKDIR}/git"
-
-require xen.inc
-require xen-hypervisor.inc
--
2.25.1

Join {meta-virtualization@lists.yoctoproject.org to automatically receive all group messages.