summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen_4.7.0.bb
blob: 431160fbc645ef6bbf837f3aa80d72eb67dabccb (plain)
1
2
3
4
5
6
7
8
9
10
11
require xen.inc

SRC_URI = " \
    https://downloads.xenproject.org/release/xen/${PV}/xen-${PV}.tar.gz \
    file://libxl-compilation-warning-fix-for-arm-aarch64.patch \
    "

SRC_URI[md5sum] = "3aa4e01bf37a3a5bc8572907cb88e649"
SRC_URI[sha256sum] = "be5876144d49729572ae06142e0bb93f1c1f2695578141eff2931995add24623"

S = "${WORKDIR}/xen-${PV}"