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