From 014de44194de6385db5ed6ac786e77faf5f8983c Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 6 Mar 2025 15:55:09 +0000 Subject: xen: introduce 4.20 recipes Introducing the 4.20 recipes as the newest reference version for the upcoming LTS. Signed-off-by: Bruce Ashfield --- recipes-extended/xen/xen-tools_4.20.bb | 20 ++++++++++++++++++++ recipes-extended/xen/xen_4.20.bb | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 recipes-extended/xen/xen-tools_4.20.bb create mode 100644 recipes-extended/xen/xen_4.20.bb diff --git a/recipes-extended/xen/xen-tools_4.20.bb b/recipes-extended/xen/xen-tools_4.20.bb new file mode 100644 index 00000000..0f864e63 --- /dev/null +++ b/recipes-extended/xen/xen-tools_4.20.bb @@ -0,0 +1,20 @@ +SRCREV ?= "3ad5d648cda5add395f49fc3704b2552aae734f7" + +XEN_REL ?= "4.20" +XEN_BRANCH ?= "stable-4.20" + +SRC_URI = " \ + git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \ + file://0001-python-pygrub-pass-DISTUTILS-xen-4.19.patch \ + " + +LIC_FILES_CHKSUM ?= "file://COPYING;md5=d1a1e216f80b6d8da95fec897d0dbec9" + +PV = "${XEN_REL}+stable" + +S = "${WORKDIR}/git" + +DEFAULT_PREFERENCE ??= "-1" + +require xen.inc +require xen-tools.inc diff --git a/recipes-extended/xen/xen_4.20.bb b/recipes-extended/xen/xen_4.20.bb new file mode 100644 index 00000000..d8324033 --- /dev/null +++ b/recipes-extended/xen/xen_4.20.bb @@ -0,0 +1,20 @@ +SRCREV ?= "3ad5d648cda5add395f49fc3704b2552aae734f7" + +XEN_REL ?= "4.20.0" +XEN_BRANCH ?= "stable-4.20" + +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" + +DEFAULT_PREFERENCE ??= "-1" + +require xen.inc +require xen-hypervisor.inc -- cgit v1.2.3-54-g00ecf