|
Re: [PATCH v2 1/6] xen-tools: fix 32-bit x86 build by setting pvshim configure flags
Hi Christopher,
Reviewed-by: Bertrand Marquis <bertrand.marquis@...>
Cheers
Bertrand
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be
Hi Christopher,
Reviewed-by: Bertrand Marquis <bertrand.marquis@...>
Cheers
Bertrand
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be
|
By
Bertrand Marquis
·
#6384
·
|
|
Re: [PATCH v2 2/6] xen, xen-tools: add recipes for new stable Xen 4.15 release
Hi Christopher,
we have a file meta-virt-default-versions.inc in conf/distro/include
Shouldn’t we use that file and set PREFERRED_VERSION instead of using default
preference in each recipe
Hi Christopher,
we have a file meta-virt-default-versions.inc in conf/distro/include
Shouldn’t we use that file and set PREFERRED_VERSION instead of using default
preference in each recipe
|
By
Bertrand Marquis
·
#6383
·
|
|
Re: [PATCH v2 1/2] busybox: Add nsenter for podman runtime
Hi,
I've accidentally included the Issue-Id and Change-Id tags in v2 of these patches, can they be removed on merge or should I submit a v3?
Thanks,
Nathan
Hi,
I've accidentally included the Issue-Id and Change-Id tags in v2 of these patches, can they be removed on merge or should I submit a v3?
Thanks,
Nathan
|
By
Nathan Dunne
·
#6382
·
|
|
[PATCH v2 2/2] podman: Added kernel modules for iptables error
From: Nathan Dunne <Nathan.Dunne@...>
Added kernel modules kernel-module-xt-masquerade and
kernel-module-xt-comment to RRECOMMENDS, to avoid iptables
errors with podman
Issue-Id:
From: Nathan Dunne <Nathan.Dunne@...>
Added kernel modules kernel-module-xt-masquerade and
kernel-module-xt-comment to RRECOMMENDS, to avoid iptables
errors with podman
Issue-Id:
|
By
Nathan Dunne
·
#6381
·
|
|
[PATCH v2 1/2] busybox: Add nsenter for podman runtime
From: Nathan Dunne <Nathan.Dunne@...>
Add nsenter to Busybox configuration as it is required by Podman at runtime
Issue-Id: SCM-2355
Signed-off-by: Nathan Dunne <Nathan.Dunne@...>
Change-Id:
From: Nathan Dunne <Nathan.Dunne@...>
Add nsenter to Busybox configuration as it is required by Podman at runtime
Issue-Id: SCM-2355
Signed-off-by: Nathan Dunne <Nathan.Dunne@...>
Change-Id:
|
By
Nathan Dunne
·
#6380
·
|
|
[PATCH v2 6/6] xtf-image: add a new image for the Xen Test Framework
Testing the Xen hypervisor, with the qemux86-64 MACHINE:
runqemu xtf-image nographic slirp
(login as root)
cd /usr/libexec/xtf
./xtf-runner --list pv
# run an
Testing the Xen hypervisor, with the qemux86-64 MACHINE:
runqemu xtf-image nographic slirp
(login as root)
cd /usr/libexec/xtf
./xtf-runner --list pv
# run an
|
By
Christopher Clark
·
#6379
·
|
|
[PATCH v2 5/6] xtf: introduce recipe for the Xen Test Framework
Signed-off-by: Christopher Clark <christopher.w.clark@...>
---
recipes-extended/xen/xtf_git.bb | 72 +++++++++++++++++++++++++++++++++
1 file changed, 72 insertions(+)
create mode 100644
Signed-off-by: Christopher Clark <christopher.w.clark@...>
---
recipes-extended/xen/xtf_git.bb | 72 +++++++++++++++++++++++++++++++++
1 file changed, 72 insertions(+)
create mode 100644
|
By
Christopher Clark
·
#6378
·
|
|
[PATCH v2 4/6] xen, xen-tools: Document the version update process in README
Describes the versions of Xen to be included in meta-virtualization
and recipe maintenance in release branches.
Signed-off-by: Christopher Clark <christopher.w.clark@...>
---
Describes the versions of Xen to be included in meta-virtualization
and recipe maintenance in release branches.
Signed-off-by: Christopher Clark <christopher.w.clark@...>
---
|
By
Christopher Clark
·
#6377
·
|
|
[PATCH v2 3/6] xen, xen-tools: uprev git recipes after 4.15 release
Updated to the branch point for 4.16 development.
Signed-off-by: Christopher Clark <christopher.w.clark@...>
---
recipes-extended/xen/xen-tools_git.bb | 4 ++--
recipes-extended/xen/xen_git.bb
Updated to the branch point for 4.16 development.
Signed-off-by: Christopher Clark <christopher.w.clark@...>
---
recipes-extended/xen/xen-tools_git.bb | 4 ++--
recipes-extended/xen/xen_git.bb
|
By
Christopher Clark
·
#6376
·
|
|
[PATCH v2 2/6] xen, xen-tools: add recipes for new stable Xen 4.15 release
Added as non-default, retaining the Xen 4.14 recipes as the default
preferred version for the Hardknott release.
Signed-off-by: Christopher Clark <christopher.w.clark@...>
---
Added as non-default, retaining the Xen 4.14 recipes as the default
preferred version for the Hardknott release.
Signed-off-by: Christopher Clark <christopher.w.clark@...>
---
|
By
Christopher Clark
·
#6375
·
|
|
[PATCH v2 1/6] xen-tools: fix 32-bit x86 build by setting pvshim configure flags
Enable building the PV shim for x86_64 only.
Signed-off-by: Christopher Clark <christopher.w.clark@...>
---
recipes-extended/xen/xen.inc | 1 +
1 file changed, 1 insertion(+)
diff --git
Enable building the PV shim for x86_64 only.
Signed-off-by: Christopher Clark <christopher.w.clark@...>
---
recipes-extended/xen/xen.inc | 1 +
1 file changed, 1 insertion(+)
diff --git
|
By
Christopher Clark
·
#6374
·
|
|
Re: [PATCH 2/2] podman: Added kernel modules for iptables error
Hi,
Reviewed-by: Bertrand Marquis <bertrand.marquis@...>
Cheers
Bertrand
Hi,
Reviewed-by: Bertrand Marquis <bertrand.marquis@...>
Cheers
Bertrand
|
By
Bertrand Marquis
·
#6373
·
|
|
Re: [PATCH 1/2] busybox: Add nsenter for podman runtime
Hi Nathan,
Reviewed-by: Bertrand Marquis <bertrand.marquis@...>
NIT: Maybe the commiter could add a simple commit message like:
Add nsenter to Busybox configuration as it is required by Podman
Hi Nathan,
Reviewed-by: Bertrand Marquis <bertrand.marquis@...>
NIT: Maybe the commiter could add a simple commit message like:
Add nsenter to Busybox configuration as it is required by Podman
|
By
Bertrand Marquis
·
#6372
·
|
|
[PATCH 6/6] python3-cached-property: Upgrade 1.3.0 -> 1.5.2
Upgrade to release 1.5.2:
- Add formal support for Python 3.8
- Remove formal support for Python 3.4
- Switch from Travis to GitHub actions
- Made tests pass flake8 for Python 2.7
Signed-off-by:
Upgrade to release 1.5.2:
- Add formal support for Python 3.8
- Remove formal support for Python 3.4
- Switch from Travis to GitHub actions
- Made tests pass flake8 for Python 2.7
Signed-off-by:
|
By
Leon Anavi
·
#6371
·
|
|
[PATCH 5/6] python3-sphinx: Upgrade 3.4.3 -> 3.5.4
Upgrade to release 3.5.4:
- Restrict docutils to 0.16
- autodoc: Async staticmethods and classmethods are considered as
non async coroutine-functions with Python3.10
- html theme: The style are not
Upgrade to release 3.5.4:
- Restrict docutils to 0.16
- autodoc: Async staticmethods and classmethods are considered as
non async coroutine-functions with Python3.10
- html theme: The style are not
|
By
Leon Anavi
·
#6370
·
|
|
[PATCH 3/6] python3-botocore: Upgrade 1.20.36 -> 1.20.51
Upgrade to release 1.20.51:
- api-change:lightsail: Documentation updates for Amazon
Lightsail.
- api-change:sts: This release adds the SourceIdentity parameter
that can be set when assuming a
Upgrade to release 1.20.51:
- api-change:lightsail: Documentation updates for Amazon
Lightsail.
- api-change:sts: This release adds the SourceIdentity parameter
that can be set when assuming a
|
By
Leon Anavi
·
#6369
·
|
|
[PATCH 4/6] python3-flask-cors: Upgrade 3.0.8 -> 3.0.10
Upgrade to release 3.0.10:
- Adds support for PPC64 and ARM64 builds for distribution
Signed-off-by: Leon Anavi <leon.anavi@...>
---
...ython3-flask-cors_3.0.8.bb =>
Upgrade to release 3.0.10:
- Adds support for PPC64 and ARM64 builds for distribution
Signed-off-by: Leon Anavi <leon.anavi@...>
---
...ython3-flask-cors_3.0.8.bb =>
|
By
Leon Anavi
·
#6368
·
|
|
[PATCH 2/6] python3-boto3: Upgrade 1.17.48 -> 1.17.51
Upgrade to release 1.17.51:
- api-change:lightsail: [botocore] Documentation updates for
Amazon Lightsail.
- api-change:sts: [botocore] This release adds the SourceIdentity
parameter that can be
Upgrade to release 1.17.51:
- api-change:lightsail: [botocore] Documentation updates for
Amazon Lightsail.
- api-change:sts: [botocore] This release adds the SourceIdentity
parameter that can be
|
By
Leon Anavi
·
#6367
·
|
|
[PATCH 1/6] python3-bugsnag: Upgrade 3.6.1 -> 4.0.2
Upgrade to release 4.0.2:
- Fixed an issue preventing code being fetched from files in the
project root but not in the PWD
- Fix issue where types were not packaged with the library
- Added __all__
Upgrade to release 4.0.2:
- Fixed an issue preventing code being fetched from files in the
project root but not in the PWD
- Fix issue where types were not packaged with the library
- Added __all__
|
By
Leon Anavi
·
#6366
·
|
|
[PATCH 2/2] podman: Added kernel modules for iptables error
From: Nathan Dunne <Nathan.Dunne@...>
Added kernel modules kernel-module-xt-masquerade and
kernel-module-xt-comment to RRECOMMENDS, to avoid iptables
errors with podman
Signed-off-by: Nathan
From: Nathan Dunne <Nathan.Dunne@...>
Added kernel modules kernel-module-xt-masquerade and
kernel-module-xt-comment to RRECOMMENDS, to avoid iptables
errors with podman
Signed-off-by: Nathan
|
By
Nathan Dunne
·
#6365
·
|