xen: drop EOL 4.17 recipes

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2024-08-08 15:27:08 +00:00
parent a2ca99c420
commit 32e20a5056
2 changed files with 0 additions and 41 deletions

View File

@ -1,19 +0,0 @@
# xen 4.17.2 release sha
SRCREV ?= "0ebd2e49bcd0f566ba6b9158555942aab8e41332"
XEN_REL ?= "4.17"
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 \
file://0001-tools-xenstore-xenstored_control.c-correctly-print-t.patch \
"
LIC_FILES_CHKSUM ?= "file://COPYING;md5=d1a1e216f80b6d8da95fec897d0dbec9"
PV = "${XEN_REL}+stable"
S = "${WORKDIR}/git"
require xen.inc
require xen-tools.inc

View File

@ -1,22 +0,0 @@
# xen 4.17.2 release sha
SRCREV ?= "0ebd2e49bcd0f566ba6b9158555942aab8e41332"
XEN_REL ?= "4.17"
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=d1a1e216f80b6d8da95fec897d0dbec9"
PV = "${XEN_REL}+stable"
S = "${WORKDIR}/git"
require xen.inc
require xen-hypervisor.inc
TOOLCHAIN = "gcc"
LDFLAGS:remove = "-fuse-ld=lld"