diff options
-rw-r--r-- | recipes-extended/xen/xen-tools_4.16.bb | 24 | ||||
-rw-r--r-- | recipes-extended/xen/xen_4.16.bb | 19 |
2 files changed, 0 insertions, 43 deletions
diff --git a/recipes-extended/xen/xen-tools_4.16.bb b/recipes-extended/xen/xen-tools_4.16.bb deleted file mode 100644 index 20671af5..00000000 --- a/recipes-extended/xen/xen-tools_4.16.bb +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | # stable-4.16 status on 2023-05-26 | ||
2 | SRCREV ?= "b0806d84d48d983d40a29534e663652887287a78" | ||
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 | file://0001-tools-xenstore-xenstored_control.c-correctly-print-t.patch \ | ||
11 | " | ||
12 | |||
13 | LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5" | ||
14 | |||
15 | PV = "${XEN_REL}+stable" | ||
16 | |||
17 | S = "${WORKDIR}/git" | ||
18 | |||
19 | require xen.inc | ||
20 | require xen-tools.inc | ||
21 | |||
22 | SYSTEMD_SERVICE:${PN}-xencommons:append = " \ | ||
23 | var-lib-xenstored.mount \ | ||
24 | " | ||
diff --git a/recipes-extended/xen/xen_4.16.bb b/recipes-extended/xen/xen_4.16.bb deleted file mode 100644 index f4d922c5..00000000 --- a/recipes-extended/xen/xen_4.16.bb +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | # stable-4.16 status on 2023-05-26 | ||
2 | SRCREV ?= "b0806d84d48d983d40a29534e663652887287a78" | ||
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-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" | ||
15 | |||
16 | S = "${WORKDIR}/git" | ||
17 | |||
18 | require xen.inc | ||
19 | require xen-hypervisor.inc | ||