diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-19 10:53:19 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-19 10:53:19 -0400 |
| commit | c82ae4dc12ec807c1f9258a5c3f393c59f23ac3a (patch) | |
| tree | 3c0393836e5ba7847f18ec44977152206382a805 | |
| parent | 069414da384d8acdf87d764e6a924f8811ac0d8d (diff) | |
| download | meta-virtualization-c82ae4dc12ec807c1f9258a5c3f393c59f23ac3a.tar.gz | |
Revert "xen: drop 4.14 recipes"
This reverts commit 069414da384d8acdf87d764e6a924f8811ac0d8d.
| -rw-r--r-- | recipes-extended/xen/xen-tools_4.14.bb | 18 | ||||
| -rw-r--r-- | recipes-extended/xen/xen_4.14.bb | 19 |
2 files changed, 37 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen-tools_4.14.bb b/recipes-extended/xen/xen-tools_4.14.bb new file mode 100644 index 00000000..a79b41d9 --- /dev/null +++ b/recipes-extended/xen/xen-tools_4.14.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | SRCREV ?= "ad844aa352559a8b1f36e391a27d9d7dbddbdc36" | ||
| 2 | |||
| 3 | XEN_REL ?= "4.14" | ||
| 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.14.patch \ | ||
| 9 | " | ||
| 10 | |||
| 11 | LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5" | ||
| 12 | |||
| 13 | PV = "${XEN_REL}+stable${SRCPV}" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | require xen.inc | ||
| 18 | require xen-tools.inc | ||
diff --git a/recipes-extended/xen/xen_4.14.bb b/recipes-extended/xen/xen_4.14.bb new file mode 100644 index 00000000..653e3b63 --- /dev/null +++ b/recipes-extended/xen/xen_4.14.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SRCREV ?= "ad844aa352559a8b1f36e391a27d9d7dbddbdc36" | ||
| 2 | |||
| 3 | XEN_REL ?= "4.14" | ||
| 4 | XEN_BRANCH ?= "stable-${XEN_REL}" | ||
| 5 | |||
| 6 | SRC_URI = " \ | ||
| 7 | git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \ | ||
| 8 | file://xen-arm64-implement-atomic-fetch-add.patch \ | ||
| 9 | file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.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-hypervisor.inc | ||
