xen: add recipe for Xen 4.9.0

Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
Christopher Clark 2017-08-09 18:28:44 -07:00 committed by Bruce Ashfield
parent bd7cfb39bd
commit 54e3183276

View File

@ -0,0 +1,10 @@
require xen.inc
SRC_URI = " \
https://downloads.xenproject.org/release/xen/${PV}/xen-${PV}.tar.gz \
"
SRC_URI[md5sum] = "f0a753637630f982dfbdb64121fd71e1"
SRC_URI[sha256sum] = "cade643fe3310d4d6f97d0c215c6fa323bc1130d7e64d7e2043ffaa73a96f33b"
S = "${WORKDIR}/xen-${PV}"