|
[PATCH] singularity: fix build with automake-1.16.5 2 messages
Signed-off-by: Martin Jansa <Martin.Jansa@...> --- ...nfigure.ac-drop-2nd-AM_INIT_AUTOMAKE.patch | 34 +++++++++++++++++++ .../singularity/singularity_git.bb | 1 + 2 files changed, 35 insertions(+) cre
Signed-off-by: Martin Jansa <Martin.Jansa@...> --- ...nfigure.ac-drop-2nd-AM_INIT_AUTOMAKE.patch | 34 +++++++++++++++++++ .../singularity/singularity_git.bb | 1 + 2 files changed, 35 insertions(+) cre
|
By
Martin Jansa
·
|
|
[PATCH] xvisor: set PV 2 messages
* use something more reasonable than default 'git' from filename * there wasn't a new tag for a long time, so this is quite far from 0.3.0 as git describe shows: v0.3.0-231-g6b23764a but 0.3.0 is stil
* use something more reasonable than default 'git' from filename * there wasn't a new tag for a long time, so this is quite far from 0.3.0 as git describe shows: v0.3.0-231-g6b23764a but 0.3.0 is stil
|
By
Martin Jansa
·
|
|
[meta-cloud-services][PATCH 1/3] openstack-image-compute: fix warning of operator append combined with +=
merged. Bruce In message: [meta-virtualization] [meta-cloud-services][PATCH 1/3] openstack-image-compute: fix warning of operator append combined with += on 20/11/2021 Yi Zhao wrote:
merged. Bruce In message: [meta-virtualization] [meta-cloud-services][PATCH 1/3] openstack-image-compute: fix warning of operator append combined with += on 20/11/2021 Yi Zhao wrote:
|
By
Bruce Ashfield
·
|
|
[m-c-s][PATCH] concurrent-ruby: 1.1.6 -> 1.1.9 2 messages
From: Kai Kang <kai.kang@...> Upgrade concurrent-ruby from 1.1.6 to 1.1.9: * it changed license file to txt, so the license file name and checksum changed * remove 'tag=' from SRC_URI and use SRCREV i
From: Kai Kang <kai.kang@...> Upgrade concurrent-ruby from 1.1.6 to 1.1.9: * it changed license file to txt, so the license file name and checksum changed * remove 'tag=' from SRC_URI and use SRCREV i
|
By
kai
·
|
|
[PATCH] libvirt: fix CVE-2021-3667 2 messages
Backport a fix for CVE-2021-3667. The CVE discription: An improper locking issue was found in the virStoragePoolLookupByTargetPath API of libvirt. It occurs in the storagePoolLookupByTargetPath functi
Backport a fix for CVE-2021-3667. The CVE discription: An improper locking issue was found in the virStoragePoolLookupByTargetPath API of libvirt. It occurs in the storagePoolLookupByTargetPath functi
|
By
Xu, Yanfei
·
|
|
[hardknott][PATCH] libvirt: fix CVE-2021-3667
Backport a fix for CVE-2021-3667. The CVE discription: An improper locking issue was found in the virStoragePoolLookupByTargetPath API of libvirt. It occurs in the storagePoolLookupByTargetPath functi
Backport a fix for CVE-2021-3667. The CVE discription: An improper locking issue was found in the virStoragePoolLookupByTargetPath API of libvirt. It occurs in the storagePoolLookupByTargetPath functi
|
By
Xu, Yanfei
·
|
|
[hardknott][PATCH] containerd-opencontainers: bump to v1.4.12 4 messages
Bump from v1.4.4 to v.1.4.12 so that some CVEs are resolved, e.g. CVE-2021-41103. Signed-off-by: Chen Qi <Qi.Chen@...> --- .../containerd/containerd-opencontainers_git.bb | 4 ++-- 1 file changed, 2 in
Bump from v1.4.4 to v.1.4.12 so that some CVEs are resolved, e.g. CVE-2021-41103. Signed-off-by: Chen Qi <Qi.Chen@...> --- .../containerd/containerd-opencontainers_git.bb | 4 ++-- 1 file changed, 2 in
|
By
Chen Qi
·
|
|
Building xen-image-minimal for RPi4 Compute Module 4 messages
I'm in the process of building xen-image-minimal for my Raspberry Pi 4 Compute Module and am hitting some issues when running the image on physical hardware. Upon inspecting the boot partition of the
I'm in the process of building xen-image-minimal for my Raspberry Pi 4 Compute Module and am hitting some issues when running the image on physical hardware. Upon inspecting the boot partition of the
|
By
Patrick Godwin
·
|
|
[meta-cloud-services][PATCH 3/3] meta-openstack/README: fix for operator append combined with +=
Signed-off-by: Yi Zhao <yi.zhao@...> --- meta-openstack/Documentation/README.OpenLDAP | 2 +- meta-openstack/README.setup | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-opens
Signed-off-by: Yi Zhao <yi.zhao@...> --- meta-openstack/Documentation/README.OpenLDAP | 2 +- meta-openstack/README.setup | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-opens
|
By
Yi Zhao
·
|
|
[meta-cloud-services][PATCH 1/3] openstack-image-compute: fix warning of operator append combined with +=
Fixes: WARNING: openstack-image-compute.bb: IMAGE_ROOTFS_EXTRA_SPACE:append += is not a recommended operator combination, please replace it. Signed-off-by: Yi Zhao <yi.zhao@...> --- .../recipes-extend
Fixes: WARNING: openstack-image-compute.bb: IMAGE_ROOTFS_EXTRA_SPACE:append += is not a recommended operator combination, please replace it. Signed-off-by: Yi Zhao <yi.zhao@...> --- .../recipes-extend
|
By
Yi Zhao
·
|
|
[meta-cloud-services][PATCH 2/3] openstack-image-controller: fix warning of operator append combined with +=
Fixes: WARNING: openstack-image-controller.bb: IMAGE_ROOTFS_EXTRA_SPACE:append += is not a recommended operator combination, please replace it. Signed-off-by: Yi Zhao <yi.zhao@...> --- .../recipes-ext
Fixes: WARNING: openstack-image-controller.bb: IMAGE_ROOTFS_EXTRA_SPACE:append += is not a recommended operator combination, please replace it. Signed-off-by: Yi Zhao <yi.zhao@...> --- .../recipes-ext
|
By
Yi Zhao
·
|
|
[m-c-s][PATCH] concurrent-ruby: add explicit branch 4 messages
From: Kai Kang <kai.kang@...> Add explicit branch master for concurrent-ruby as the same for other recipes. Signed-off-by: Kai Kang <kai.kang@...> --- meta-openstack/recipes-devtools/ruby/concurrent-r
From: Kai Kang <kai.kang@...> Add explicit branch master for concurrent-ruby as the same for other recipes. Signed-off-by: Kai Kang <kai.kang@...> --- meta-openstack/recipes-devtools/ruby/concurrent-r
|
By
kai
·
|
|
[PATCH] openvswitch: fix configure error with dpdk enabled 2 messages
When enabling 'dpdk' PACKAGECONFIG, the following error appears. | configure: error: Could not find DPDK library in default search path Fix the error by tweaking the configure option regarding dpdk. A
When enabling 'dpdk' PACKAGECONFIG, the following error appears. | configure: error: Could not find DPDK library in default search path Fix the error by tweaking the configure option regarding dpdk. A
|
By
Chen Qi
·
|
|
[m-c-s][PATCH] openstack-image-aio: fix warning of operator remove combined with += 2 messages
From: Kai Kang <kai.kang@...> Fix warning of openstack-image-aio: | WARNING: /path/to/meta-openstack/recipes-extended/images/openstack-image-aio.bb: | IMAGE_ROOTFS_EXTRA_SPACE:append += is not a recom
From: Kai Kang <kai.kang@...> Fix warning of openstack-image-aio: | WARNING: /path/to/meta-openstack/recipes-extended/images/openstack-image-aio.bb: | IMAGE_ROOTFS_EXTRA_SPACE:append += is not a recom
|
By
kai
·
|
|
[m-c-s][PATCH] open-iscsi-user: remove typo spaces in SRC_URI 3 messages
From: Kai Kang <kai.kang@...> There are typo spaces in SRC_URI which are introduced when add ';branch=master'. Remove them. Signed-off-by: Kai Kang <kai.kang@...> --- .../recipes-connectivity/open-isc
From: Kai Kang <kai.kang@...> There are typo spaces in SRC_URI which are introduced when add ';branch=master'. Remove them. Signed-off-by: Kai Kang <kai.kang@...> --- .../recipes-connectivity/open-isc
|
By
kai
·
|
|
[PATCH] libvirt: do not install /var/log for target 4 messages
From: Kai Kang <kai.kang@...> /var/log is normally a link to /var/volatile/log and /var/volatile is a tmpfs mount. So anything created in /var/log will not be available when the tmpfs is mounted. Not
From: Kai Kang <kai.kang@...> /var/log is normally a link to /var/volatile/log and /var/volatile is a tmpfs mount. So anything created in /var/log will not be available when the tmpfs is mounted. Not
|
By
kai
·
|
|
[PATCH] python3-dtc: port to Python 3.10 2 messages
Signed-off-by: Ross Burton <ross.burton@...> --- recipes-kernel/dtc/files/ssize.patch | 35 +++++++++++++++++++++++++ recipes-kernel/dtc/python3-dtc_1.6.1.bb | 3 ++- 2 files changed, 37 insertions(+),
Signed-off-by: Ross Burton <ross.burton@...> --- recipes-kernel/dtc/files/ssize.patch | 35 +++++++++++++++++++++++++ recipes-kernel/dtc/python3-dtc_1.6.1.bb | 3 ++- 2 files changed, 37 insertions(+),
|
By
Ross Burton
·
|
|
[PATCH 2/2] yq: convert github SRC_URI to use https protocol 2 messages
Signed-off-by: Martin Jansa <Martin.Jansa@...> --- recipes-devtools/yq/yq_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/yq/yq_git.bb b/recipes-devtools/yq/y
Signed-off-by: Martin Jansa <Martin.Jansa@...> --- recipes-devtools/yq/yq_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/yq/yq_git.bb b/recipes-devtools/yq/y
|
By
Martin Jansa
·
|
|
[PATCH 1/2] irqbalance: bump SRCREV to latest 2 messages
* remove the incorrect comment about SRCREV being 1.7.0 * and add +git because the old SRCREV wasn't matching with 1.8.0 tag as well * add -Wno-error=format-security to work around build failures with
* remove the incorrect comment about SRCREV being 1.7.0 * and add +git because the old SRCREV wasn't matching with 1.8.0 tag as well * add -Wno-error=format-security to work around build failures with
|
By
Martin Jansa
·
|
|
[PATCH] docker: add netfilter configuration fragments 2 messages
The docker.cfg file is missing a few netfilter module requirements. Without these, it is possible for networking and bridge initialization to fail. Signed-off-by: Benjamin Mordaunt <crawford.benjamin1
The docker.cfg file is missing a few netfilter module requirements. Without these, it is possible for networking and bridge initialization to fail. Signed-off-by: Benjamin Mordaunt <crawford.benjamin1
|
By
crawford.benjamin15@...
·
|