From: Christopher Clark <[email protected]> Introduce the recipe for Xen 4.10.0.
Signed-off-by: Christopher Clark <[email protected]> --- recipes-extended/xen/xen_4.10.0.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes-extended/xen/xen_4.10.0.bb diff --git a/recipes-extended/xen/xen_4.10.0.bb b/recipes-extended/xen/xen_4.10.0.bb new file mode 100644 index 0000000..1e14c86 --- /dev/null +++ b/recipes-extended/xen/xen_4.10.0.bb @@ -0,0 +1,10 @@ +require xen.inc + +SRC_URI = " \ + https://downloads.xenproject.org/release/xen/${PV}/xen-${PV}.tar.gz \ + " + +SRC_URI[md5sum] = "ab9d320d02cb40f6b40506aed1a38d58" +SRC_URI[sha256sum] = "0262a7023f8b12bcacfb0b25e69b2a63291f944f7683d54d8f33d4b2ca556844" + +S = "${WORKDIR}/xen-${PV}" -- 2.7.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
