diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-03-06 15:55:09 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-03-06 17:17:59 +0000 |
| commit | 014de44194de6385db5ed6ac786e77faf5f8983c (patch) | |
| tree | 58c4f60b405bf0faacda0ae3f3b80aad7b97650f | |
| parent | 20b715f0ac987d63f252761b760548cb1ebcab75 (diff) | |
| download | meta-virtualization-014de44194de6385db5ed6ac786e77faf5f8983c.tar.gz | |
xen: introduce 4.20 recipes
Introducing the 4.20 recipes as the newest reference version for
the upcoming LTS.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -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 | ||
