|
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
·
|
|
[PATCH] criu: fix QA issue about shebang too long
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
·
|
|
[PATCH V2] buildah: add recipe for buildah v1.26
buildah is a command line tool, to be installed and run on target, that can be used to: - create a working container, either from scratch or using an image as a starting point - create an image, eithe
buildah is a command line tool, to be installed and run on target, that can be used to: - create a working container, either from scratch or using an image as a starting point - create an image, eithe
|
By
sakib.sajal@...
·
|
|
[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
·
|
|
[PATCH] podman: do not build or install docs 6 messages
When using oe-core, podman do_compile fails with the error: .../podman/4.0.1+gitAUTOINC+717edd7b84-r0/recipe-sysroot-native/usr/bin/go-md2man: No such file or directory make: *** [Makefile:482: docs/s
When using oe-core, podman do_compile fails with the error: .../podman/4.0.1+gitAUTOINC+717edd7b84-r0/recipe-sysroot-native/usr/bin/go-md2man: No such file or directory make: *** [Makefile:482: docs/s
|
By
sakib.sajal@...
·
|
|
[PATCH] buildah: add recipe for buildah v1.26 2 messages
buildah is a tool that facilitates building OCI container images. Signed-off-by: Sakib Sajal <sakib.sajal@...> --- recipes-containers/buildah/buildah_git.bb | 57 +++++++++++++++++++++++ 1 file changed
buildah is a tool that facilitates building OCI container images. Signed-off-by: Sakib Sajal <sakib.sajal@...> --- recipes-containers/buildah/buildah_git.bb | 57 +++++++++++++++++++++++ 1 file changed
|
By
sakib.sajal@...
·
|