mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00

Adds an update for the python/pygrub environment patch for the current Xen 4.18 development tree. Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
22 lines
489 B
BlitzBasic
22 lines
489 B
BlitzBasic
# master status on 2023-05-26
|
|
SRCREV ?= "380c6c170393c48852d4f2b1ea97125a399cfc61"
|
|
|
|
XEN_REL ?= "4.18"
|
|
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${SRCPV}"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEFAULT_PREFERENCE ??= "-1"
|
|
|
|
require xen.inc
|
|
require xen-hypervisor.inc
|