Added as non-default, retaining the Xen 4.14 recipes as the default preferred version for the Hardknott release.
Signed-off-by: Christopher Clark <[email protected]> --- recipes-extended/xen/xen-tools_4.15.bb | 20 ++++++++++++++++++++ recipes-extended/xen/xen_4.15.bb | 21 +++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 recipes-extended/xen/xen-tools_4.15.bb create mode 100644 recipes-extended/xen/xen_4.15.bb diff --git a/recipes-extended/xen/xen-tools_4.15.bb b/recipes-extended/xen/xen-tools_4.15.bb new file mode 100644 index 0000000..d8cb846 --- /dev/null +++ b/recipes-extended/xen/xen-tools_4.15.bb @@ -0,0 +1,20 @@ +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" + +DEFAULT_PREFERENCE ??= "-1" + +require xen.inc +require xen-tools.inc diff --git a/recipes-extended/xen/xen_4.15.bb b/recipes-extended/xen/xen_4.15.bb new file mode 100644 index 0000000..49268cc --- /dev/null +++ b/recipes-extended/xen/xen_4.15.bb @@ -0,0 +1,21 @@ +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" + +DEFAULT_PREFERENCE ??= "-1" + +require xen.inc +require xen-hypervisor.inc -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6375): https://lists.yoctoproject.org/g/meta-virtualization/message/6375 Mute This Topic: https://lists.yoctoproject.org/mt/82105875/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
