mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
parent
1c0d8a026d
commit
ade44e12ad
|
@ -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%"
|
||||
|
|
18
recipes-extended/xen/xen-tools_4.15.bb
Normal file
18
recipes-extended/xen/xen-tools_4.15.bb
Normal 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
|
19
recipes-extended/xen/xen_4.15.bb
Normal file
19
recipes-extended/xen/xen_4.15.bb
Normal 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
|
Loading…
Reference in New Issue
Block a user