blob: 5c18bb00aff7720ff7e5c960c42155f210b7d520 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
2require xen.inc
3
4SRC_URI = " \
5 https://downloads.xenproject.org/release/xen/${PV}/xen-${PV}.tar.gz \
6 file://xsa246-4.9.patch \
7 file://0001-p2m-Always-check-to-see-if-removing-a-p2m-entry-actu.patch \
8 file://0002-p2m-Check-return-value-of-p2m_set_entry-when-decreas.patch \
9 file://xsa248.patch \
10 file://xsa249.patch \
11 file://xsa250.patch \
12 file://xsa251.patch \
13 "
14
15SRC_URI[md5sum] = "8b9d6104694b164d54334194135f7217"
16SRC_URI[sha256sum] = "ecf88b01f44cd8f4ef208af3f999dceb69bdd2a316d88dd9a9535ea7b49ed356"
17
18S = "${WORKDIR}/xen-${PV}"