diff options
-rw-r--r-- | recipes-extended/xen/xen-tools_4.15.bb | 19 | ||||
-rw-r--r-- | recipes-extended/xen/xen_4.15.bb | 19 |
2 files changed, 0 insertions, 38 deletions
diff --git a/recipes-extended/xen/xen-tools_4.15.bb b/recipes-extended/xen/xen-tools_4.15.bb deleted file mode 100644 index 5592dd74..00000000 --- a/recipes-extended/xen/xen-tools_4.15.bb +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | # xen 4.15.2 release sha | ||
2 | SRCREV ?= "32dcef072fb37d432fd45c7916383472f3fcbc5e" | ||
3 | |||
4 | XEN_REL ?= "4.15" | ||
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 | ||
diff --git a/recipes-extended/xen/xen_4.15.bb b/recipes-extended/xen/xen_4.15.bb deleted file mode 100644 index 41023b2f..00000000 --- a/recipes-extended/xen/xen_4.15.bb +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | # xen 4.15.2 release sha | ||
2 | SRCREV ?= "32dcef072fb37d432fd45c7916383472f3fcbc5e" | ||
3 | |||
4 | XEN_REL ?= "4.15" | ||
5 | XEN_BRANCH ?= "stable-${XEN_REL}" | ||
6 | |||
7 | SRC_URI = " \ | ||
8 | git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \ | ||
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 | ||