|
[PATCH] k3s: do not use a go file as patch 6 messages
Compiling k3s failed with: do_patch: Importing patch 'github.com.andreyvit.diff' with striplevel '1' The problem is that github.com/andreyvit/diff ends up as github.com.andreyvit.diff in the download
Compiling k3s failed with: do_patch: Importing patch 'github.com.andreyvit.diff' with striplevel '1' The problem is that github.com/andreyvit/diff ends up as github.com.andreyvit.diff in the download
|
By
Adrian Freihofer
·
|
|
[PATCH] libvirt: package all sysctl conf files for libvirtd 2 messages
The libvirtd package has already packaged ${sysconfdir}/sysctl.d, and also the /usr/lib/sysctl.d/60-libvirtd.conf, it would be reasonable for it to package other sysctl conf files, otherwise we will m
The libvirtd package has already packaged ${sysconfdir}/sysctl.d, and also the /usr/lib/sysctl.d/60-libvirtd.conf, it would be reasonable for it to package other sysctl conf files, otherwise we will m
|
By
Chen Qi
·
|
|
[PATCH] cni: Add ;protocol=https for flannel_plugin SRC_URI 2 messages
Also, fix the indentation for the SRC_URI variable assignment. Signed-off-by: Diego Sueiro <diego.sueiro@...> --- recipes-networking/cni/cni_git.bb | 9 +++++---- 1 file changed, 5 insertions(+), 4 del
Also, fix the indentation for the SRC_URI variable assignment. Signed-off-by: Diego Sueiro <diego.sueiro@...> --- recipes-networking/cni/cni_git.bb | 9 +++++---- 1 file changed, 5 insertions(+), 4 del
|
By
Diego Sueiro
·
|
|
Issues with k3s runtime on master 5 messages
Hi Bruce, I'm having k3s runtime issues where during the k3s.service start I'm getting error messages about missing /usr/libexec/cni/flannel. I saw that the cni_git.bb recipe was bumped to versions wh
Hi Bruce, I'm having k3s runtime issues where during the k3s.service start I'm getting error messages about missing /usr/libexec/cni/flannel. I saw that the cni_git.bb recipe was bumped to versions wh
|
By
Diego Sueiro
·
|
|
[PATCH 3/3] xen: Remove 4.14 recipes and related patches
We shall only have recipes for the last two stable releases, thus get rid of the 4.14 recipes and the corresponding patches. Signed-off-by: Michal Orzel <michal.orzel@...> --- ...-stand-alone-set-of-h
We shall only have recipes for the last two stable releases, thus get rid of the 4.14 recipes and the corresponding patches. Signed-off-by: Michal Orzel <michal.orzel@...> --- ...-stand-alone-set-of-h
|
By
Michal Orzel
·
|
|
[PATCH 2/3] xen: Add recipes for stable Xen 4.16 release and update master
Add recipes for Xen 4.16 release as, according to the documentation we shall have recipes for the latest stable major version of Xen before the next Yocto release. Bump PREFERED_VERSION to 4.16 as wel
Add recipes for Xen 4.16 release as, according to the documentation we shall have recipes for the latest stable major version of Xen before the next Yocto release. Bump PREFERED_VERSION to 4.16 as wel
|
By
Michal Orzel
·
|
|
[PATCH 1/3] xen: Bump SRCREV of 4.15 recipes to 4.15.2
Bump SRCREV version of xen recipes to use the latest 4.15 release which is 4.15.2. Signed-off-by: Michal Orzel <michal.orzel@...> --- recipes-extended/xen/xen-tools_4.15.bb | 4 ++-- recipes-extended/x
Bump SRCREV version of xen recipes to use the latest 4.15 release which is 4.15.2. Signed-off-by: Michal Orzel <michal.orzel@...> --- recipes-extended/xen/xen-tools_4.15.bb | 4 ++-- recipes-extended/x
|
By
Michal Orzel
·
|
|
[PATCH] virt-what: add new recipe 4 messages
Signed-off-by: Ross Burton <ross.burton@...> --- recipes-extended/virt-what/virt-what_1.21.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes-extended/virt-what/virt-what_
Signed-off-by: Ross Burton <ross.burton@...> --- recipes-extended/virt-what/virt-what_1.21.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes-extended/virt-what/virt-what_
|
By
Ross Burton
·
|
|
[dunfell][PATCH] containerd-opencontainers: add EXTRA_EXTLDFLAGS and use it to fix build with gold 2 messages
* Work around internal error in gold triggered due to DWARF-5 by forcing to use bfd even with ld-is-gold: _/OE/lge/build/webosose/dunfell/BUILD/work/qemux86_64-webos-linux/containerd-opencontainers/v1
* Work around internal error in gold triggered due to DWARF-5 by forcing to use bfd even with ld-is-gold: _/OE/lge/build/webosose/dunfell/BUILD/work/qemux86_64-webos-linux/containerd-opencontainers/v1
|
By
Martin Jansa
·
|
|
k3s build issues on master 4 messages
Hi Bruce, Whilst investigating a build problem on our CI related to sstate mirror of the k3s recipe, I found that the commit "k3s: update to 1.23.1" (8cba065209dd668afe939f878da340a017ecdd7d) didn't c
Hi Bruce, Whilst investigating a build problem on our CI related to sstate mirror of the k3s recipe, I found that the commit "k3s: update to 1.23.1" (8cba065209dd668afe939f878da340a017ecdd7d) didn't c
|
By
Diego Sueiro
·
|
|
[PATCH] libvirt: upgrade 7.2.0 -> 8.1.0 2 messages
Dropped patches which are part of the new version: 0001-docs-Fix-template-matching-in-page.xsl.patch 0001-security-fix-SELinux-label-generation-logic.patch 0001-storage_driver-Unlock-object-on-ACL-fai
Dropped patches which are part of the new version: 0001-docs-Fix-template-matching-in-page.xsl.patch 0001-security-fix-SELinux-label-generation-logic.patch 0001-storage_driver-Unlock-object-on-ACL-fai
|
By
sakib.sajal@...
·
|
|
Loading the module xen-gntdev on boot 17 messages
Hello all, I am a bit new to meta-virtualization and to the Xen project And to virtualizations, so please bear with me :) I've been trying to make use of the xen project, currently targeting qemu (and
Hello all, I am a bit new to meta-virtualization and to the Xen project And to virtualizations, so please bear with me :) I've been trying to make use of the xen project, currently targeting qemu (and
|
By
Paulo Sherring
·
|
|
[PATCH V2] ceph: set CXXFLAGS and CFLAGS 2 messages
In oe-core, the commit: a83623a54a Revert "cmake.bbclass: Set CXXFLAGS and CFLAGS" drops compiler flags overrides for all cmake-based recipes, causing the ceph compile to fail with the error: ld: cann
In oe-core, the commit: a83623a54a Revert "cmake.bbclass: Set CXXFLAGS and CFLAGS" drops compiler flags overrides for all cmake-based recipes, causing the ceph compile to fail with the error: ld: cann
|
By
sakib.sajal@...
·
|
|
[PATCH] python3-sphinx: Drop as newer recipe merged to OE-Core 3 messages
A newer version of this was merged to OE-Core and there shouldn't be a hard version dependency in meta-virtualization so this can be droped from here. Signed-off-by: Richard Purdie <richard.purdie@...
A newer version of this was merged to OE-Core and there shouldn't be a hard version dependency in meta-virtualization so this can be droped from here. Signed-off-by: Richard Purdie <richard.purdie@...
|
By
Richard Purdie
·
|
|
[PATCH] ceph: set CXXFLAGS and CFLAGS 3 messages
commit a83623a54a375d3ae9198a135b94379881a2b7a5 was added to oe-core which removes CXXFLAGS and CFLAGS causing compilation for ceph to fail. Set CXXFLAGS and CFLAGS to resolve the issue. Signed-off-by
commit a83623a54a375d3ae9198a135b94379881a2b7a5 was added to oe-core which removes CXXFLAGS and CFLAGS causing compilation for ceph to fail. Set CXXFLAGS and CFLAGS to resolve the issue. Signed-off-by
|
By
sakib.sajal@...
·
|
|
[PATCH] xen: Override CC and CPP in make command line 4 messages
From: Michal Orzel <michal.orzel@...> After 4.16 release, Xen build system has been changed significantly. When building latest status of Xen it was observed that commit 317c98cb91 broke the hyperviso
From: Michal Orzel <michal.orzel@...> After 4.16 release, Xen build system has been changed significantly. When building latest status of Xen it was observed that commit 317c98cb91 broke the hyperviso
|
By
Bertrand Marquis
·
|
|
[PATCH] cloud-init: inherit setuptools3_legacy 2 messages
cloud-init still requires legacy setup.py behavior. Signed-off-by: Tim Orling <tim.orling@...> --- recipes-extended/cloud-init/cloud-init_21.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d
cloud-init still requires legacy setup.py behavior. Signed-off-by: Tim Orling <tim.orling@...> --- recipes-extended/cloud-init/cloud-init_21.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d
|
By
Tim Orling
·
|
|
[meta-virt][PATCH 1/1] libvert: modify dependencies on lxc_protocol.h 3 messages
src/remote/meson.build does not create a dependency on the generated lxc_protocol.h for remote_daemon.c. Restructure how this file is generated to allow the dependency. Signed-off-by: Joe Slater <joe.
src/remote/meson.build does not create a dependency on the generated lxc_protocol.h for remote_daemon.c. Restructure how this file is generated to allow the dependency. Signed-off-by: Joe Slater <joe.
|
By
Joe Slater
·
|
|
[meta-cloud-services][PATCH] layer.conf: Update to kirkstone namespace 2 messages
Signed-off-by: Wang Mingyu <wangmy@...> --- meta-openstack/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.
Signed-off-by: Wang Mingyu <wangmy@...> --- meta-openstack/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.
|
By
wangmy
·
|
|
OCI images in yocto image 4 messages
Hi, I'm exploring the world of containers combined with Yocto. I can build a container image and bundle that one with my rootfs image. The container image is stored in the rootfs as a tar-file of a OC
Hi, I'm exploring the world of containers combined with Yocto. I can build a container image and bundle that one with my rootfs image. The container image is stored in the rootfs as a tar-file of a OC
|
By
Peter Bergin
·
|