Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" |
2 | require xen.inc | ||||
3 | |||||
4 | SRC_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 | |||||
9 | SRC_URI[md5sum] = "f0a753637630f982dfbdb64121fd71e1" | ||||
10 | SRC_URI[sha256sum] = "cade643fe3310d4d6f97d0c215c6fa323bc1130d7e64d7e2043ffaa73a96f33b" | ||||
11 | |||||
12 | S = "${WORKDIR}/xen-${PV}" |