mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 05:15:25 +02:00

bitbake has been enhanced such that SRCPV is no longer needed in PV to handle updating git hashes and task signatures. We can simplify our PV by dropping SRCPV Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
20 lines
471 B
BlitzBasic
20 lines
471 B
BlitzBasic
# stable-4.16 status on 2023-05-26
|
|
SRCREV ?= "b0806d84d48d983d40a29534e663652887287a78"
|
|
|
|
XEN_REL ?= "4.16"
|
|
XEN_BRANCH ?= "stable-${XEN_REL}"
|
|
|
|
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=419739e325a50f3d7b4501338e44a4e5"
|
|
|
|
PV = "${XEN_REL}+stable"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
require xen.inc
|
|
require xen-hypervisor.inc
|