meta-virtualization/recipes-extended/xen/xen_git.bb
Bruce Ashfield 10a8dc3c37 xen-dev: update to -tip
Bumping xen to version 4.18.0-rc4-707-g03cf7ca23e, which comprises the following commits:

    03cf7ca23e x86: protect conditional lock taking from speculative execution

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-15 17:17:20 +00:00

22 lines
481 B
BlitzBasic

# master status on 2023-11-24
SRCREV ?= "03cf7ca23e0e876075954c558485b267b7d02406"
XEN_REL ?= "4.19"
XEN_BRANCH ?= "master"
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}+git"
S = "${WORKDIR}/git"
DEFAULT_PREFERENCE ??= "-1"
require xen.inc
require xen-hypervisor.inc