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>
This commit is contained in:
Bruce Ashfield 2021-04-18 23:01:14 -04:00
parent eb03484168
commit 069414da38
2 changed files with 0 additions and 37 deletions

View File

@ -1,18 +0,0 @@
SRCREV ?= "ad844aa352559a8b1f36e391a27d9d7dbddbdc36"
XEN_REL ?= "4.14"
XEN_BRANCH ?= "stable-${XEN_REL}"
SRC_URI = " \
git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
file://0001-python-pygrub-pass-DISTUTILS-xen-4.14.patch \
"
LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5"
PV = "${XEN_REL}+stable${SRCPV}"
S = "${WORKDIR}/git"
require xen.inc
require xen-tools.inc

View File

@ -1,19 +0,0 @@
SRCREV ?= "ad844aa352559a8b1f36e391a27d9d7dbddbdc36"
XEN_REL ?= "4.14"
XEN_BRANCH ?= "stable-${XEN_REL}"
SRC_URI = " \
git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
file://xen-arm64-implement-atomic-fetch-add.patch \
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