summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-04-18 23:01:14 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-04-18 23:05:43 -0400
commit069414da384d8acdf87d764e6a924f8811ac0d8d (patch)
tree73ae1939453486c266edaf92397a3153132046e9 /recipes-extended
parenteb03484168dd07a7ce15893b811e69c3b1207f5b (diff)
downloadmeta-virtualization-069414da384d8acdf87d764e6a924f8811ac0d8d.tar.gz
xen: drop 4.14 recipes
As per the policy, we'll keep 4.15 and 4.16+ in master, while leaving 4.14 availability in the hardknott branch. Further on in the development cycle, we'll add 4.16 and move dev to 4.17+ before release. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/xen/xen-tools_4.14.bb18
-rw-r--r--recipes-extended/xen/xen_4.14.bb19
2 files changed, 0 insertions, 37 deletions
diff --git a/recipes-extended/xen/xen-tools_4.14.bb b/recipes-extended/xen/xen-tools_4.14.bb
deleted file mode 100644
index a79b41d9..00000000
--- a/recipes-extended/xen/xen-tools_4.14.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1SRCREV ?= "ad844aa352559a8b1f36e391a27d9d7dbddbdc36"
2
3XEN_REL ?= "4.14"
4XEN_BRANCH ?= "stable-${XEN_REL}"
5
6SRC_URI = " \
7 git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
8 file://0001-python-pygrub-pass-DISTUTILS-xen-4.14.patch \
9 "
10
11LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5"
12
13PV = "${XEN_REL}+stable${SRCPV}"
14
15S = "${WORKDIR}/git"
16
17require xen.inc
18require xen-tools.inc
diff --git a/recipes-extended/xen/xen_4.14.bb b/recipes-extended/xen/xen_4.14.bb
deleted file mode 100644
index 653e3b63..00000000
--- a/recipes-extended/xen/xen_4.14.bb
+++ /dev/null
@@ -1,19 +0,0 @@
1SRCREV ?= "ad844aa352559a8b1f36e391a27d9d7dbddbdc36"
2
3XEN_REL ?= "4.14"
4XEN_BRANCH ?= "stable-${XEN_REL}"
5
6SRC_URI = " \
7 git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
8 file://xen-arm64-implement-atomic-fetch-add.patch \
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