diff options
-rw-r--r-- | recipes-extended/xen/xen-tools.inc | 3 | ||||
-rw-r--r-- | recipes-extended/xen/xen-tools_4.17.bb | 19 | ||||
-rw-r--r-- | recipes-extended/xen/xen-tools_git.bb | 8 | ||||
-rw-r--r-- | recipes-extended/xen/xen_4.17.bb | 19 | ||||
-rw-r--r-- | recipes-extended/xen/xen_git.bb | 8 |
5 files changed, 49 insertions, 8 deletions
diff --git a/recipes-extended/xen/xen-tools.inc b/recipes-extended/xen/xen-tools.inc index d47309a7..95da2bfb 100644 --- a/recipes-extended/xen/xen-tools.inc +++ b/recipes-extended/xen/xen-tools.inc | |||
@@ -616,6 +616,7 @@ FILES:${PN}-xl = "\ | |||
616 | ${libdir}/xen/bin/libxl-save-helper \ | 616 | ${libdir}/xen/bin/libxl-save-helper \ |
617 | ${sbindir}/xl \ | 617 | ${sbindir}/xl \ |
618 | ${libdir}/xen/bin/xen-init-dom0 \ | 618 | ${libdir}/xen/bin/xen-init-dom0 \ |
619 | ${libdir}/xen/bin/init-dom0less \ | ||
619 | " | 620 | " |
620 | 621 | ||
621 | FILES:${PN}-xl-examples = "\ | 622 | FILES:${PN}-xl-examples = "\ |
@@ -658,6 +659,7 @@ FILES:${PN}-xencommons += "\ | |||
658 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '${systemd_unitdir}/system/xen-init-dom0.service', '', d)} \ | 659 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '${systemd_unitdir}/system/xen-init-dom0.service', '', d)} \ |
659 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '${systemd_unitdir}/system/xenstored.service', '', d)} \ | 660 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '${systemd_unitdir}/system/xenstored.service', '', d)} \ |
660 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '${systemd_unitdir}/system/var-lib-xenstored.mount', '', d)} \ | 661 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '${systemd_unitdir}/system/var-lib-xenstored.mount', '', d)} \ |
662 | ${localstatedir} \ | ||
661 | " | 663 | " |
662 | 664 | ||
663 | FILES:${PN}-xend += " \ | 665 | FILES:${PN}-xend += " \ |
@@ -688,6 +690,7 @@ FILES:${PN}-test += "\ | |||
688 | ${libdir}/xen/bin/test-resource \ | 690 | ${libdir}/xen/bin/test-resource \ |
689 | ${libdir}/xen/bin/test-cpu-policy \ | 691 | ${libdir}/xen/bin/test-cpu-policy \ |
690 | ${libdir}/xen/bin/test-tsx \ | 692 | ${libdir}/xen/bin/test-tsx \ |
693 | ${libdir}/xen/bin/test-paging-mempool \ | ||
691 | " | 694 | " |
692 | 695 | ||
693 | # test-xenstore and test-resource currently only exist in 4.16 | 696 | # test-xenstore and test-resource currently only exist in 4.16 |
diff --git a/recipes-extended/xen/xen-tools_4.17.bb b/recipes-extended/xen/xen-tools_4.17.bb new file mode 100644 index 00000000..0f323cb3 --- /dev/null +++ b/recipes-extended/xen/xen-tools_4.17.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | # xen 4.17.0 release sha | ||
2 | SRCREV ?= "11560248ffda3f00f20bbdf3ae088af474f7f2a3" | ||
3 | |||
4 | XEN_REL ?= "4.17" | ||
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=d1a1e216f80b6d8da95fec897d0dbec9" | ||
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-tools_git.bb b/recipes-extended/xen/xen-tools_git.bb index a450a7d6..fd42cf29 100644 --- a/recipes-extended/xen/xen-tools_git.bb +++ b/recipes-extended/xen/xen-tools_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | # master status on 2022-04-05 | 1 | # master status on 2022-12-29 |
2 | SRCREV ?= "14dd241aad8af447680ac73e8579990e2c09c1e7" | 2 | SRCREV ?= "7eef80e06ed2282bbcec3619d860c6aacb0515d8" |
3 | 3 | ||
4 | XEN_REL ?= "4.17" | 4 | XEN_REL ?= "4.18" |
5 | XEN_BRANCH ?= "master" | 5 | XEN_BRANCH ?= "master" |
6 | 6 | ||
7 | SRC_URI = " \ | 7 | SRC_URI = " \ |
@@ -9,7 +9,7 @@ SRC_URI = " \ | |||
9 | file://0001-python-pygrub-pass-DISTUTILS-xen-4.15.patch \ | 9 | file://0001-python-pygrub-pass-DISTUTILS-xen-4.15.patch \ |
10 | " | 10 | " |
11 | 11 | ||
12 | LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5" | 12 | LIC_FILES_CHKSUM ?= "file://COPYING;md5=d1a1e216f80b6d8da95fec897d0dbec9" |
13 | 13 | ||
14 | PV = "${XEN_REL}+git${SRCPV}" | 14 | PV = "${XEN_REL}+git${SRCPV}" |
15 | 15 | ||
diff --git a/recipes-extended/xen/xen_4.17.bb b/recipes-extended/xen/xen_4.17.bb new file mode 100644 index 00000000..f35689d4 --- /dev/null +++ b/recipes-extended/xen/xen_4.17.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | # xen 4.17.0 release sha | ||
2 | SRCREV ?= "11560248ffda3f00f20bbdf3ae088af474f7f2a3" | ||
3 | |||
4 | XEN_REL ?= "4.17" | ||
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=d1a1e216f80b6d8da95fec897d0dbec9" | ||
13 | |||
14 | PV = "${XEN_REL}+stable${SRCPV}" | ||
15 | |||
16 | S = "${WORKDIR}/git" | ||
17 | |||
18 | require xen.inc | ||
19 | require xen-hypervisor.inc | ||
diff --git a/recipes-extended/xen/xen_git.bb b/recipes-extended/xen/xen_git.bb index ebd1b76f..21384244 100644 --- a/recipes-extended/xen/xen_git.bb +++ b/recipes-extended/xen/xen_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | # master status on 2022-04-05 | 1 | # master status on 2022-12-29 |
2 | SRCREV ?= "14dd241aad8af447680ac73e8579990e2c09c1e7" | 2 | SRCREV ?= "7eef80e06ed2282bbcec3619d860c6aacb0515d8" |
3 | 3 | ||
4 | XEN_REL ?= "4.17" | 4 | XEN_REL ?= "4.18" |
5 | XEN_BRANCH ?= "master" | 5 | XEN_BRANCH ?= "master" |
6 | 6 | ||
7 | SRC_URI = " \ | 7 | SRC_URI = " \ |
@@ -9,7 +9,7 @@ SRC_URI = " \ | |||
9 | file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch \ | 9 | file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch \ |
10 | " | 10 | " |
11 | 11 | ||
12 | LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5" | 12 | LIC_FILES_CHKSUM ?= "file://COPYING;md5=d1a1e216f80b6d8da95fec897d0dbec9" |
13 | 13 | ||
14 | PV = "${XEN_REL}+git${SRCPV}" | 14 | PV = "${XEN_REL}+git${SRCPV}" |
15 | 15 | ||