meta-virtualization/recipes-extended/xen/xen_git.bb
Michal Orzel dbac18c5db xen: Set XEN_REL to 4.19 for dev recipes
SRCREV recently updated by commit e3bae02214 ("xen/git: update to latest")
points to 4.18 while in fact it refers to 4.19 development version. Fix
it. Also, take the opportunity to update master tools recipe to point to
the same SHA.

Signed-off-by: Michal Orzel <michal.orzel@amd.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-12-04 20:24:25 +00:00

22 lines
481 B
BlitzBasic

# master status on 2023-11-24
SRCREV ?= "f96e2f64576cdbb147391c7cb399d393385719a9"
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