diff options
Diffstat (limited to 'recipes-extended/xen/xen-tools_4.16.bb')
| -rw-r--r-- | recipes-extended/xen/xen-tools_4.16.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen-tools_4.16.bb b/recipes-extended/xen/xen-tools_4.16.bb new file mode 100644 index 00000000..ae1ae8ae --- /dev/null +++ b/recipes-extended/xen/xen-tools_4.16.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | # xen 4.16.1 release sha | ||
| 2 | SRCREV ?= "f26544492298cb82d66f9bf36e29d2f75b3133f2" | ||
| 3 | |||
| 4 | XEN_REL ?= "4.16" | ||
| 5 | XEN_BRANCH ?= "stable-${XEN_REL}" | ||
| 6 | |||
| 7 | SRC_URI = " \ | ||
| 8 | git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \ | ||
| 9 | file://0001-python-pygrub-pass-DISTUTILS-xen-4.15.patch \ | ||
| 10 | " | ||
| 11 | |||
| 12 | LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5" | ||
| 13 | |||
| 14 | PV = "${XEN_REL}+stable${SRCPV}" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | require xen.inc | ||
| 19 | require xen-tools.inc | ||
