Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [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://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 | |
| 15 | SRC_URI[md5sum] = "8b9d6104694b164d54334194135f7217" |
| 16 | SRC_URI[sha256sum] = "ecf88b01f44cd8f4ef208af3f999dceb69bdd2a316d88dd9a9535ea7b49ed356" |
| 17 | |
| 18 | S = "${WORKDIR}/xen-${PV}" |