|
[PATCH] criu: fix QA issue about shebang too long 2 messages
There's a QA issue about criu complaining the shebang of crit script is too long. We should replace it with '#!/usr/bin/env python3'. Signed-off-by: Chen Qi <Qi.Chen@...> --- recipes-containers/criu/c
There's a QA issue about criu complaining the shebang of crit script is too long. We should replace it with '#!/usr/bin/env python3'. Signed-off-by: Chen Qi <Qi.Chen@...> --- recipes-containers/criu/c
|
By
Chen Qi
·
|
|
Missing https protocol for kata-containers recipes 3 messages
On branch kirkstone, the kata-* recipes clone their sources from github. The git fetcher uses unsafe git protocol by default which Github does not support. This makes the fetch step to fail. One can f
On branch kirkstone, the kata-* recipes clone their sources from github. The git fetcher uses unsafe git protocol by default which Github does not support. This makes the fetch step to fail. One can f
|
By
Aurélien Bertron
·
|
|
[podman-compose] references absent SRCREV 2 messages
Hi all, On kirkstone branch, the recipe podman-compose_1.0.3.bb specifies the following variables : SRC_URI = "git://github.com/containers/podman-compose.git;branch=devel;protocol=https" SRCREV = "155
Hi all, On kirkstone branch, the recipe podman-compose_1.0.3.bb specifies the following variables : SRC_URI = "git://github.com/containers/podman-compose.git;branch=devel;protocol=https" SRCREV = "155
|
By
Aurélien Bertron
·
|
|
[PATCH V2] crir: fix patch fuzz and remove unused patch
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
·
|
|
kubernetes k8s failure
so ive built yocto with kubernetes k8s flavor, image created and booted, ive done this before with overc which back then worked fine, yet vanilla yocto master seems to have issue swapoff -a k8sinit ro
so ive built yocto with kubernetes k8s flavor, image created and booted, ive done this before with overc which back then worked fine, yet vanilla yocto master seems to have issue swapoff -a k8sinit ro
|
By
Yocto
·
|
|
[gatesgarth,hardknott,honister,kirkstone,master][PATCH 0/11] Xen on Raspberry Pi 4 fixes 4 messages
A series of fixes applied to master and across stable branches where needed to fix running Xen on the Raspberry Pi 4 board. This updates Linux kernel configuration for Xen to remove tracking from the
A series of fixes applied to master and across stable branches where needed to fix running Xen on the Raspberry Pi 4 board. This updates Linux kernel configuration for Xen to remove tracking from the
|
By
Christopher Clark
·
|
|
[PATCH] ceph: fix gcc-12 compile failure 2 messages
Add two patches to fix gcc-12 compile failure. Signed-off-by: Chen Qi <Qi.Chen@...> --- ...ssing-header-file-due-to-gcc-upgrade.patch | 30 +++++++++++++ ...S-due-to-dout-need_dynamic-on-GCC-12.patch |
Add two patches to fix gcc-12 compile failure. Signed-off-by: Chen Qi <Qi.Chen@...> --- ...ssing-header-file-due-to-gcc-upgrade.patch | 30 +++++++++++++ ...S-due-to-dout-need_dynamic-on-GCC-12.patch |
|
By
Chen Qi
·
|
|
[PATCH] open-iscsi-user: Upgraded from 2.1.4 to 2.1.7. 2 messages
Changelog: Fix issues discovered by gcc12 Fix more issues discovered by gcc12 Build: add libsystemd CFLAGS for building objects Build: remove redundant definition in utils Makefile Build: add RULESDIR
Changelog: Fix issues discovered by gcc12 Fix more issues discovered by gcc12 Build: add libsystemd CFLAGS for building objects Build: remove redundant definition in utils Makefile Build: add RULESDIR
|
By
leimaohui
·
|
|
[RFC PATCH] xen: make LZO dependency optional 2 messages
xen-tools has an optional dependency on LZO. As this is a unmaintained compression format with better alternatives (such as Zstd), disable it by default. Signed-off-by: Ross Burton <ross.burton@...> -
xen-tools has an optional dependency on LZO. As this is a unmaintained compression format with better alternatives (such as Zstd), disable it by default. Signed-off-by: Ross Burton <ross.burton@...> -
|
By
Ross Burton
·
|
|
[honister][PATCH 2/3] xen: drop patch to workaround prelink on aarch64 2 messages
Patch is not needed for image prelinking since the gcc toolchain in this branch successfully links Xen without it. Remove the patch from the stable branch since the BSD license of the modified header
Patch is not needed for image prelinking since the gcc toolchain in this branch successfully links Xen without it. Remove the patch from the stable branch since the BSD license of the modified header
|
By
Christopher Clark
·
|
|
[PATCH] xen, raspberry pi: replace linux-yocto-dev with linux-yocto 5.15 2 messages
The default preferred Linux kernel for Xen on the Raspberry Pi 4 is linux-yocto. The alternative provided option is linux-yocto-dev, but this is unintentionally a branch tracking configuration rather
The default preferred Linux kernel for Xen on the Raspberry Pi 4 is linux-yocto. The alternative provided option is linux-yocto-dev, but this is unintentionally a branch tracking configuration rather
|
By
Christopher Clark
·
|
|
[kirkstone][PATCH] xen, raspberry pi: replace linux-yocto-dev with linux-yocto 5.15 2 messages
The default preferred Linux kernel for Xen on the Raspberry Pi 4 in this branch is linux-yocto. The alternative provided option is linux-yocto-dev, but this is unintentionally a branch tracking config
The default preferred Linux kernel for Xen on the Raspberry Pi 4 in this branch is linux-yocto. The alternative provided option is linux-yocto-dev, but this is unintentionally a branch tracking config
|
By
Christopher Clark
·
|
|
[honister][PATCH 1/3] linux-yocto-dev, xen, raspberrypi: remove tracking bbappend 2 messages
The default preferred Linux kernel for Xen on the Raspberry Pi 4 in this branch is linux-yocto. The alternative provided option is linux-yocto-dev, but this is unintentionally a branch tracking config
The default preferred Linux kernel for Xen on the Raspberry Pi 4 in this branch is linux-yocto. The alternative provided option is linux-yocto-dev, but this is unintentionally a branch tracking config
|
By
Christopher Clark
·
|
|
[honister][PATCH 3/3] xen: fix boot on the Raspberry Pi 4 with Xen 4.14 2 messages
Apply the patch from Xen to fix device tree parsing in newer kernels. Signed-off-by: Christopher Clark <christopher.w.clark@...> --- ...issing-device_type-property-in-pci-p.patch | 91 ++++++++++++++++
Apply the patch from Xen to fix device tree parsing in newer kernels. Signed-off-by: Christopher Clark <christopher.w.clark@...> --- ...issing-device_type-property-in-pci-p.patch | 91 ++++++++++++++++
|
By
Christopher Clark
·
|
|
[hardknott][PATCH 3/3] xen: fix boot on the Raspberry Pi 4 with Xen 4.14
Apply the patch from Xen to fix device tree parsing in newer kernels and remove the Xen configuration file since the default works. Signed-off-by: Christopher Clark <christopher.w.clark@...> --- .../x
Apply the patch from Xen to fix device tree parsing in newer kernels and remove the Xen configuration file since the default works. Signed-off-by: Christopher Clark <christopher.w.clark@...> --- .../x
|
By
Christopher Clark
·
|
|
[hardknott][PATCH 2/3] xen: drop patch to workaround prelink on aarch64
Patch is not needed for image prelinking since the gcc toolchain in this branch successfully links Xen without it. Remove the patch from the stable branch since the BSD license of the modified header
Patch is not needed for image prelinking since the gcc toolchain in this branch successfully links Xen without it. Remove the patch from the stable branch since the BSD license of the modified header
|
By
Christopher Clark
·
|
|
[hardknott][PATCH 1/3] linux-yocto-dev, raspberrypi: apply fixed revision to kernel
The default preferred Linux kernel for Xen on the Raspberry Pi 4 board in this branch is linux-yocto-dev, which unfortunately results in a branch tracking configuration rather than a fixed revision. A
The default preferred Linux kernel for Xen on the Raspberry Pi 4 board in this branch is linux-yocto-dev, which unfortunately results in a branch tracking configuration rather than a fixed revision. A
|
By
Christopher Clark
·
|
|
[gatesgarth][PATCH 3/3] xen: fix boot on the Raspberry Pi 4
Apply the patch from Xen to fix device tree parsing in newer kernels and remove the Xen configuration file since the default works. Signed-off-by: Christopher Clark <christopher.w.clark@...> --- .../x
Apply the patch from Xen to fix device tree parsing in newer kernels and remove the Xen configuration file since the default works. Signed-off-by: Christopher Clark <christopher.w.clark@...> --- .../x
|
By
Christopher Clark
·
|
|
[gatesgarth][PATCH 2/3] xen: drop patch to workaround prelink on aarch64
Patch is not needed for image prelinking since the gcc toolchain in this branch successfully links Xen without it. Remove the patch from the stable branch since the BSD license of the modified header
Patch is not needed for image prelinking since the gcc toolchain in this branch successfully links Xen without it. Remove the patch from the stable branch since the BSD license of the modified header
|
By
Christopher Clark
·
|
|
[gatesgarth][PATCH 1/3] linux-yocto-dev, raspberrypi: apply fixed revision to kernel
The default preferred Linux kernel for Xen on the Raspberry Pi 4 board in this branch is linux-yocto-dev, which unfortunately results in a branch tracking configuration rather than a fixed revision. A
The default preferred Linux kernel for Xen on the Raspberry Pi 4 board in this branch is linux-yocto-dev, which unfortunately results in a branch tracking configuration rather than a fixed revision. A
|
By
Christopher Clark
·
|