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>
21 lines
519 B
BlitzBasic
21 lines
519 B
BlitzBasic
# stable-4.17 status on 5/26/2023
|
|
SRCREV ?= "47eb94123035a2987dd1e328e9adec6db36e7fb3"
|
|
|
|
XEN_REL ?= "4.17"
|
|
XEN_BRANCH ?= "stable-${XEN_REL}"
|
|
|
|
SRC_URI = " \
|
|
git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
|
|
file://0001-python-pygrub-pass-DISTUTILS-xen-4.15.patch \
|
|
file://0001-tools-xenstore-xenstored_control.c-correctly-print-t.patch \
|
|
"
|
|
|
|
LIC_FILES_CHKSUM ?= "file://COPYING;md5=d1a1e216f80b6d8da95fec897d0dbec9"
|
|
|
|
PV = "${XEN_REL}+stable"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
require xen.inc
|
|
require xen-tools.inc
|