diff options
-rw-r--r-- | recipes-extended/xen/xen-tools_4.18.bb | 21 | ||||
-rw-r--r-- | recipes-extended/xen/xen_4.18.bb | 21 |
2 files changed, 42 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen-tools_4.18.bb b/recipes-extended/xen/xen-tools_4.18.bb new file mode 100644 index 00000000..a3b1e344 --- /dev/null +++ b/recipes-extended/xen/xen-tools_4.18.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | # tag: RELEASE-4.18.0 | ||
2 | SRCREV ?= "d75f1e9b74314cea91ce435730d4e3539ecca77d" | ||
3 | |||
4 | XEN_REL ?= "4.18" | ||
5 | XEN_BRANCH ?= "stable-4.18" | ||
6 | |||
7 | SRC_URI = " \ | ||
8 | git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \ | ||
9 | file://0001-python-pygrub-pass-DISTUTILS-xen-4.18.patch \ | ||
10 | " | ||
11 | |||
12 | LIC_FILES_CHKSUM ?= "file://COPYING;md5=d1a1e216f80b6d8da95fec897d0dbec9" | ||
13 | |||
14 | PV = "${XEN_REL}+stable" | ||
15 | |||
16 | S = "${WORKDIR}/git" | ||
17 | |||
18 | DEFAULT_PREFERENCE ??= "-1" | ||
19 | |||
20 | require xen.inc | ||
21 | require xen-tools.inc | ||
diff --git a/recipes-extended/xen/xen_4.18.bb b/recipes-extended/xen/xen_4.18.bb new file mode 100644 index 00000000..8da44559 --- /dev/null +++ b/recipes-extended/xen/xen_4.18.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | # tag: RELEASE-4.18.0 | ||
2 | SRCREV ?= "d75f1e9b74314cea91ce435730d4e3539ecca77d" | ||
3 | |||
4 | XEN_REL ?= "4.18" | ||
5 | XEN_BRANCH ?= "stable-4.18" | ||
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=d1a1e216f80b6d8da95fec897d0dbec9" | ||
13 | |||
14 | PV = "${XEN_REL}+stable" | ||
15 | |||
16 | S = "${WORKDIR}/git" | ||
17 | |||
18 | DEFAULT_PREFERENCE ??= "-1" | ||
19 | |||
20 | require xen.inc | ||
21 | require xen-hypervisor.inc | ||