blob: 8e9c8024bc67a1cad748ebee0d1a742ee2984760 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
2require xen.inc
3
4SRC_URI = " \
5 https://downloads.xenproject.org/release/xen/${PV}/xen-${PV}.tar.gz \
6 file://fix-libxc-xc_dom_arm-missing-initialization.patch \
7 "
8
9SRC_URI[md5sum] = "f0a753637630f982dfbdb64121fd71e1"
10SRC_URI[sha256sum] = "cade643fe3310d4d6f97d0c215c6fa323bc1130d7e64d7e2043ffaa73a96f33b"
11
12S = "${WORKDIR}/xen-${PV}"