summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-08-08 15:27:08 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-08-08 15:27:08 +0000
commit32e20a5056c617f060c3fa235574a13c8131e6f6 (patch)
treef4c47c503f2dd5aa010382142c0c1d986ceee56e
parenta2ca99c42025a5d6c01c5a27c59eac5cf30b5cd4 (diff)
downloadmeta-virtualization-32e20a5056c617f060c3fa235574a13c8131e6f6.tar.gz
xen: drop EOL 4.17 recipes
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-extended/xen/xen-tools_4.17.bb19
-rw-r--r--recipes-extended/xen/xen_4.17.bb22
2 files changed, 0 insertions, 41 deletions
diff --git a/recipes-extended/xen/xen-tools_4.17.bb b/recipes-extended/xen/xen-tools_4.17.bb
deleted file mode 100644
index 72deed01..00000000
--- a/recipes-extended/xen/xen-tools_4.17.bb
+++ /dev/null
@@ -1,19 +0,0 @@
1# xen 4.17.2 release sha
2SRCREV ?= "0ebd2e49bcd0f566ba6b9158555942aab8e41332"
3
4XEN_REL ?= "4.17"
5XEN_BRANCH ?= "stable-${XEN_REL}"
6
7SRC_URI = "git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
8 file://0001-python-pygrub-pass-DISTUTILS-xen-4.15.patch \
9 file://0001-tools-xenstore-xenstored_control.c-correctly-print-t.patch \
10 "
11
12LIC_FILES_CHKSUM ?= "file://COPYING;md5=d1a1e216f80b6d8da95fec897d0dbec9"
13
14PV = "${XEN_REL}+stable"
15
16S = "${WORKDIR}/git"
17
18require xen.inc
19require xen-tools.inc
diff --git a/recipes-extended/xen/xen_4.17.bb b/recipes-extended/xen/xen_4.17.bb
deleted file mode 100644
index d83fa97f..00000000
--- a/recipes-extended/xen/xen_4.17.bb
+++ /dev/null
@@ -1,22 +0,0 @@
1# xen 4.17.2 release sha
2SRCREV ?= "0ebd2e49bcd0f566ba6b9158555942aab8e41332"
3
4XEN_REL ?= "4.17"
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=d1a1e216f80b6d8da95fec897d0dbec9"
13
14PV = "${XEN_REL}+stable"
15
16S = "${WORKDIR}/git"
17
18require xen.inc
19require xen-hypervisor.inc
20
21TOOLCHAIN = "gcc"
22LDFLAGS:remove = "-fuse-ld=lld"