xen, xen-tools: add recipes for new stable Xen 4.15 release

The recipes are introduced as the non-default version by adding an
expressed PREFERRED_VERSION for 4.14 in:
    conf/distro/include/meta-virt-default-versions.inc

to keep the Xen 4.14 recipes as default for the Hardknott release.

Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Christopher Clark 2021-04-16 11:41:32 -07:00 committed by Bruce Ashfield
parent 1c0d8a026d
commit ade44e12ad
3 changed files with 39 additions and 1 deletions

View File

@ -1,3 +1,4 @@
# Meta-virtuailization PREFERED_VERSION
# placeholder for preferred versions
PREFERRED_VERSION_xen ?= "4.14+stable%"
PREFERRED_VERSION_xen-tools ?= "4.14+stable%"

View File

@ -0,0 +1,18 @@
SRCREV ?= "e25aa9939ae0cd8317605be3d5c5611b76bc4ab4"
XEN_REL ?= "4.15"
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 \
"
LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5"
PV = "${XEN_REL}+stable${SRCPV}"
S = "${WORKDIR}/git"
require xen.inc
require xen-tools.inc

View File

@ -0,0 +1,19 @@
SRCREV ?= "e25aa9939ae0cd8317605be3d5c5611b76bc4ab4"
XEN_REL ?= "4.15"
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