|
Request for test! ... lxc 2 messages
If anyone is a lxc user, I just worked through a sizable update from 4.x to 5.x. https://git.yoctoproject.org/meta-virtualization/commit/?h=master-next&id=67c13e9ec856ed3e9af0febad03d29581dd1f0ac In p
If anyone is a lxc user, I just worked through a sizable update from 4.x to 5.x. https://git.yoctoproject.org/meta-virtualization/commit/?h=master-next&id=67c13e9ec856ed3e9af0febad03d29581dd1f0ac In p
|
By
Bruce Ashfield
·
|
|
[kirkstone][meta-virtualization][PATCH] ceph: upgrade v15.2.15 -> v15.2.17
Upgrade ceph to latest v15.x. Minor upgrade containing fix for CVE-2022-0670. Signed-off-by: Sakib Sajal <sakib.sajal@...> --- recipes-extended/ceph/{ceph_15.2.15.bb => ceph_15.2.17.bb} | 2 +- 1 file
Upgrade ceph to latest v15.x. Minor upgrade containing fix for CVE-2022-0670. Signed-off-by: Sakib Sajal <sakib.sajal@...> --- recipes-extended/ceph/{ceph_15.2.15.bb => ceph_15.2.17.bb} | 2 +- 1 file
|
By
sakib.sajal@...
·
|
|
[PATCH] dynamic-layers/raspberrypi: drop linux-yocto 5.10 bbappend 2 messages
* the inc file was dropped in: 58f5ac6 kernel: drop 5.10 .inc but this .bbappend still causes parsing error, because 5.10 recipes were removed from oe-core --- .../recipes-kernel/linux/linux-yocto_5.1
* the inc file was dropped in: 58f5ac6 kernel: drop 5.10 .inc but this .bbappend still causes parsing error, because 5.10 recipes were removed from oe-core --- .../recipes-kernel/linux/linux-yocto_5.1
|
By
Martin Jansa
·
|
|
[meta-virt][PATCH 1/1] ceph: Fix CVE-2021-3979
Ceph-volume does not properly control key sizes. Cherry-pick from github.com/ceph/ceph.git. Signed-off-by: Joe Slater <joe.slater@...> --- .../ceph/ceph/CVE-2021-3979.patch | 158 ++++++++++++++++++ re
Ceph-volume does not properly control key sizes. Cherry-pick from github.com/ceph/ceph.git. Signed-off-by: Joe Slater <joe.slater@...> --- .../ceph/ceph/CVE-2021-3979.patch | 158 ++++++++++++++++++ re
|
By
Joe Slater
·
|
|
[meta-virt][kirkstone][PATCH 1/1] ceph: Fix CVE-1021-3979 5 messages
Ceph-volume does not properly control key sizes. Cherry-pick from github.com/ceph/ceph.git. Signed-off-by: Joe Slater <joe.slater@...> --- .../ceph/ceph/CVE-2021-3979.patch | 158 ++++++++++++++++++ re
Ceph-volume does not properly control key sizes. Cherry-pick from github.com/ceph/ceph.git. Signed-off-by: Joe Slater <joe.slater@...> --- .../ceph/ceph/CVE-2021-3979.patch | 158 ++++++++++++++++++ re
|
By
Joe Slater
·
|
|
[kirkstone][master][PATCH 2/4] kubernetes: install the binaries in OE standard places 11 messages
- The env BIN_PREFIX is there from the beginning but there are no references to it, also fix a fatal QA errors installed-vs-shipped. ERROR: kubernetes-1_v1.23.6+gitfbcfa33018159c033aee77b0d5456df6771a
- The env BIN_PREFIX is there from the beginning but there are no references to it, also fix a fatal QA errors installed-vs-shipped. ERROR: kubernetes-1_v1.23.6+gitfbcfa33018159c033aee77b0d5456df6771a
|
By
Jose Quaresma
·
|
|
[kirkstone][master][PATCH] k3s: install the binaries in OE standard places
This will change the instalation path from "${exec_prefix}/local/bin" to "${bindir}", that in OE-core moves the binaries from the "/usr/local/bin" to the default "/usr/bin" path. Update the systemd se
This will change the instalation path from "${exec_prefix}/local/bin" to "${bindir}", that in OE-core moves the binaries from the "/usr/local/bin" to the default "/usr/bin" path. Update the systemd se
|
By
Jose Quaresma
·
|
|
[kirkstone][master][PATCH v2 3/3] kubernetes: replace tabs with spaces for identation
Signed-off-by: Jose Quaresma <jose.quaresma@...> --- recipes-containers/kubernetes/kubernetes_git.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-containers/kubern
Signed-off-by: Jose Quaresma <jose.quaresma@...> --- recipes-containers/kubernetes/kubernetes_git.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-containers/kubern
|
By
Jose Quaresma
·
|
|
[kirkstone][master][PATCH v2 2/3] kubernetes: install the binaries in OE standard places
- Install the binaries in the default "/usr/bin" and not in "/bin" - The env BIN_PREFIX is there from the beginning but it is not defined, also fix a fatal QA errors installed-vs-shipped (only enabled
- Install the binaries in the default "/usr/bin" and not in "/bin" - The env BIN_PREFIX is there from the beginning but it is not defined, also fix a fatal QA errors installed-vs-shipped (only enabled
|
By
Jose Quaresma
·
|
|
[kirkstone][master][PATCH v2 1/3] nerdctl: install the binaries in OE standard places
- Install the binaries in the default "/usr/bin" and not in "/bin" - The env BIN_PREFIX is there from the beginning but it is not defined, also fix a fatal QA errors installed-vs-shipped (only enabled
- Install the binaries in the default "/usr/bin" and not in "/bin" - The env BIN_PREFIX is there from the beginning but it is not defined, also fix a fatal QA errors installed-vs-shipped (only enabled
|
By
Jose Quaresma
·
|
|
[kirkstone][master][PATCH 1/4] nerdctl: install the binaries in OE standard places 2 messages
- The env BIN_PREFIX is there from the beginning but there are no references to it, also fix a fatal QA errors installed-vs-shipped: ERROR: nerdctl-v0.18.0-r0 do_package: QA Issue: nerdctl: Files/dire
- The env BIN_PREFIX is there from the beginning but there are no references to it, also fix a fatal QA errors installed-vs-shipped: ERROR: nerdctl-v0.18.0-r0 do_package: QA Issue: nerdctl: Files/dire
|
By
Jose Quaresma
·
|
|
[kirkstone][master][PATCH 4/4] k3s: install the binaries in OE standard places
Signed-off-by: Jose Quaresma <jose.quaresma@...> --- recipes-containers/k3s/k3s/k3s-agent.service | 4 ++-- recipes-containers/k3s/k3s/k3s.service | 4 ++-- recipes-containers/k3s/k3s_git.bb | 22 ++++++
Signed-off-by: Jose Quaresma <jose.quaresma@...> --- recipes-containers/k3s/k3s/k3s-agent.service | 4 ++-- recipes-containers/k3s/k3s/k3s.service | 4 ++-- recipes-containers/k3s/k3s_git.bb | 22 ++++++
|
By
Jose Quaresma
·
|
|
[kirkstone][master][PATCH 3/4] kubernetes: replace tabs with spaces for identation
Signed-off-by: Jose Quaresma <jose.quaresma@...> --- recipes-containers/kubernetes/kubernetes_git.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-containers/kubern
Signed-off-by: Jose Quaresma <jose.quaresma@...> --- recipes-containers/kubernetes/kubernetes_git.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-containers/kubern
|
By
Jose Quaresma
·
|
|
K3s service not starting after go-lang version update in poky 6 messages
Hello Bruce, There is a problem with the k3s service starting when the Yocto image is built with the meta-virtualization master branch. This issue might be related to the go-lang version(1.18) used to
Hello Bruce, There is a problem with the k3s service starting when the Yocto image is built with the meta-virtualization master branch. This issue might be related to the go-lang version(1.18) used to
|
By
Kamil Dziezyk
·
|
|
[PATCH 1/4] runc: Backport patch to fix duplicate switch statements 3 messages
From: Andrei Gherzan <andrei.gherzan@...> This will fix clang-based builds. Signed-off-by: Andrei Gherzan <andrei.gherzan@...> --- ...efine-ActKillThread-equal-to-ActKill.patch | 90 ++++++++++++++++++
From: Andrei Gherzan <andrei.gherzan@...> This will fix clang-based builds. Signed-off-by: Andrei Gherzan <andrei.gherzan@...> --- ...efine-ActKillThread-equal-to-ActKill.patch | 90 ++++++++++++++++++
|
By
Andrei Gherzan
·
|
|
[kirkstone][PATCH] criu: fix patch fuzz and remove unused patch 2 messages
From: Changqing Li <changqing.li@...> Signed-off-by: Changqing Li <changqing.li@...> --- recipes-containers/criu/criu_git.bb | 6 +-- ...001-criu-Skip-documentation-install.patch} | 14 +++--- ...-Chang
From: Changqing Li <changqing.li@...> Signed-off-by: Changqing Li <changqing.li@...> --- recipes-containers/criu/criu_git.bb | 6 +-- ...001-criu-Skip-documentation-install.patch} | 14 +++--- ...-Chang
|
By
Changqing Li
·
|
|
[kirkstone][PATCH 4/4] cni: Use gcc-based toolchain
From: Andrei Gherzan <andrei.gherzan@...> clang-based builds are still broken due to: https://github.com/llvm/llvm-project/issues/53999 Signed-off-by: Andrei Gherzan <andrei.gherzan@...> --- recipes-n
From: Andrei Gherzan <andrei.gherzan@...> clang-based builds are still broken due to: https://github.com/llvm/llvm-project/issues/53999 Signed-off-by: Andrei Gherzan <andrei.gherzan@...> --- recipes-n
|
By
Andrei Gherzan
·
|
|
[kirkstone][PATCH 3/4] podman: Use gcc-based toolchain
From: Andrei Gherzan <andrei.gherzan@...> clang-based builds are still broken due to: https://github.com/llvm/llvm-project/issues/53999 Signed-off-by: Andrei Gherzan <andrei.gherzan@...> --- recipes-c
From: Andrei Gherzan <andrei.gherzan@...> clang-based builds are still broken due to: https://github.com/llvm/llvm-project/issues/53999 Signed-off-by: Andrei Gherzan <andrei.gherzan@...> --- recipes-c
|
By
Andrei Gherzan
·
|
|
[kirkstone][PATCH 2/4] podman: Backport patch to fix duplicate switch statements
From: Andrei Gherzan <andrei.gherzan@...> This will fix clang-based builds. Signed-off-by: Andrei Gherzan <andrei.gherzan@...> --- ...efine-ActKillThread-equal-to-ActKill.patch | 90 ++++++++++++++++++
From: Andrei Gherzan <andrei.gherzan@...> This will fix clang-based builds. Signed-off-by: Andrei Gherzan <andrei.gherzan@...> --- ...efine-ActKillThread-equal-to-ActKill.patch | 90 ++++++++++++++++++
|
By
Andrei Gherzan
·
|
|
[kirkstone][PATCH 1/4] runc: Backport patch to fix duplicate switch statements
From: Andrei Gherzan <andrei.gherzan@...> This will fix clang-based builds. Signed-off-by: Andrei Gherzan <andrei.gherzan@...> --- ...efine-ActKillThread-equal-to-ActKill.patch | 90 ++++++++++++++++++
From: Andrei Gherzan <andrei.gherzan@...> This will fix clang-based builds. Signed-off-by: Andrei Gherzan <andrei.gherzan@...> --- ...efine-ActKillThread-equal-to-ActKill.patch | 90 ++++++++++++++++++
|
By
Andrei Gherzan
·
|