aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen_4.11.0.bb
blob: 870caa72373e0a0477d6b588070ac574676394e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
require xen.inc

SRC_URI = " \
    https://downloads.xenproject.org/release/xen/${PV}/xen-${PV}.tar.gz \
    file://tools-xentop-vwprintw.patch \
    file://xen-4.11-arm-acpi-fix-string-lengths.patch \
    file://xen-tools-xenpmd-snprintf.patch \
    file://xen-disable-sse-before-inlines.patch \
    file://0001-python-pygrub-pass-DISTUTILS-env-vars-as-setup.py-ar.patch \
    "

SRC_URI[md5sum] = "cbec0600284921744bc14119f4ed3fff"
SRC_URI[sha256sum] = "826e3a9f6d0eac94a825d272cc2c1294e22640ae75af906eb13920f9ad667643"

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