diff options
-rw-r--r-- | recipes-extended/xen/xen-tools_4.20.bb | 20 | ||||
-rw-r--r-- | recipes-extended/xen/xen_4.20.bb | 20 |
2 files changed, 40 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen-tools_4.20.bb b/recipes-extended/xen/xen-tools_4.20.bb new file mode 100644 index 00000000..0f864e63 --- /dev/null +++ b/recipes-extended/xen/xen-tools_4.20.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | SRCREV ?= "3ad5d648cda5add395f49fc3704b2552aae734f7" | ||
2 | |||
3 | XEN_REL ?= "4.20" | ||
4 | XEN_BRANCH ?= "stable-4.20" | ||
5 | |||
6 | SRC_URI = " \ | ||
7 | git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \ | ||
8 | file://0001-python-pygrub-pass-DISTUTILS-xen-4.19.patch \ | ||
9 | " | ||
10 | |||
11 | LIC_FILES_CHKSUM ?= "file://COPYING;md5=d1a1e216f80b6d8da95fec897d0dbec9" | ||
12 | |||
13 | PV = "${XEN_REL}+stable" | ||
14 | |||
15 | S = "${WORKDIR}/git" | ||
16 | |||
17 | DEFAULT_PREFERENCE ??= "-1" | ||
18 | |||
19 | require xen.inc | ||
20 | require xen-tools.inc | ||
diff --git a/recipes-extended/xen/xen_4.20.bb b/recipes-extended/xen/xen_4.20.bb new file mode 100644 index 00000000..d8324033 --- /dev/null +++ b/recipes-extended/xen/xen_4.20.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | SRCREV ?= "3ad5d648cda5add395f49fc3704b2552aae734f7" | ||
2 | |||
3 | XEN_REL ?= "4.20.0" | ||
4 | XEN_BRANCH ?= "stable-4.20" | ||
5 | |||
6 | SRC_URI = " \ | ||
7 | git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \ | ||
8 | file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch \ | ||
9 | " | ||
10 | |||
11 | LIC_FILES_CHKSUM ?= "file://COPYING;md5=d1a1e216f80b6d8da95fec897d0dbec9" | ||
12 | |||
13 | PV = "${XEN_REL}+stable" | ||
14 | |||
15 | S = "${WORKDIR}/git" | ||
16 | |||
17 | DEFAULT_PREFERENCE ??= "-1" | ||
18 | |||
19 | require xen.inc | ||
20 | require xen-hypervisor.inc | ||