meta-virtualization/recipes-extended/xen/xen_4.21.bb
Bruce Ashfield d76bc6736c xen: introduce 4.21 recipes
This introduces the 4.21 recipes. Along with the main Xen and Xen-tools
updates, we also have the following:

 - two compile patches for xen and xen-tools that fix issues with the
   way yajl is pickup in the yocto environment
 - packaging of the new libxenmanage libraries
 - fixup of the watchdog system units
 - updates to the test packaging (new directories)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2025-11-21 00:08:19 -05:00

20 lines
493 B
BlitzBasic

SRCREV ?= "06af9ef22996cecc2024a2e6523cec77a655581e"
XEN_REL ?= "4.21.0"
XEN_BRANCH ?= "stable-4.21"
SRC_URI = " \
git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch \
file://0001-libxl_nocpuid-fix-build-error.patch \
"
LIC_FILES_CHKSUM ?= "file://COPYING;md5=d1a1e216f80b6d8da95fec897d0dbec9"
PV = "${XEN_REL}+stable"
DEFAULT_PREFERENCE ??= "-1"
require xen.inc
require xen-hypervisor.inc