|
Re: [PATCH] yq: remove .git suffix for cobra component
merged.
Bruce
In message: [PATCH] yq: remove .git suffix for cobra component
on 02/03/2023 mingli.yu@... wrote:
merged.
Bruce
In message: [PATCH] yq: remove .git suffix for cobra component
on 02/03/2023 mingli.yu@... wrote:
|
By
Bruce Ashfield
·
#7927
·
|
|
Re: [kirkstone][PATCH 07/10] skopeo: use container-host bbclass to provide configuration
These are arguably new functionality, so shouldn't be backported.
But they are quite simple and make the series much simpler to apply, so I ended up taking the change.
Bruce
In message:
These are arguably new functionality, so shouldn't be backported.
But they are quite simple and make the series much simpler to apply, so I ended up taking the change.
Bruce
In message:
|
By
Bruce Ashfield
·
#7926
·
|
|
Re: [kirkstone][PATCH 01/10] cri-o: remove meta-security check
All 10 have now been cherry-picked to kirkstone.
Bruce
In message: [meta-virtualization][kirkstone][PATCH 01/10] cri-o: remove meta-security check
on 01/03/2023 Chen Qi wrote:
All 10 have now been cherry-picked to kirkstone.
Bruce
In message: [meta-virtualization][kirkstone][PATCH 01/10] cri-o: remove meta-security check
on 01/03/2023 Chen Qi wrote:
|
By
Bruce Ashfield
·
#7925
·
|
|
Re: [PATCH 0/1] lxc: templates/lxc-busybox.in: if busybox contains init then use it
In message: [meta-virtualization][PATCH 0/1] lxc: templates/lxc-busybox.in: if busybox contains init then use it
on 01/03/2023 Xiangyu Chen wrote:
Is there an indication of what busybox is providing
In message: [meta-virtualization][PATCH 0/1] lxc: templates/lxc-busybox.in: if busybox contains init then use it
on 01/03/2023 Xiangyu Chen wrote:
Is there an indication of what busybox is providing
|
By
Bruce Ashfield
·
#7924
·
|
|
Re: query on docker support changes in yocto
A slow startup of the docker daemon is almost always due to networking
being slow, or bouncing between active/inactive. The issues may not
even be on your target, but the target's connection to the
A slow startup of the docker daemon is almost always due to networking
being slow, or bouncing between active/inactive. The issues may not
even be on your target, but the target's connection to the
|
By
Bruce Ashfield
·
#7923
·
|
|
[PATCH] yq: remove .git suffix for cobra component
From: Mingli Yu <mingli.yu@...>
Remove the '.git' suffix of the cobra in SRC_URI to make the cobra
SRC_URI exactly the same among the recipes which define cobra to
make sure two local git
From: Mingli Yu <mingli.yu@...>
Remove the '.git' suffix of the cobra in SRC_URI to make the cobra
SRC_URI exactly the same among the recipes which define cobra to
make sure two local git
|
By
Yu, Mingli
·
#7922
·
|
|
Re: query on docker support changes in yocto
Hello Bruce,
Of course, you won't always see the daemon running on startup, as
there are socket and other systemd triggers that will launch the
daemon when required (and it will continue to run after
Hello Bruce,
Of course, you won't always see the daemon running on startup, as
there are socket and other systemd triggers that will launch the
daemon when required (and it will continue to run after
|
By
SIMON BABY
·
#7921
·
|
|
[kirkstone][PATCH 10/10] container-host-config: extend to native and nativesdk
skopeo rdepends on it, and skopeo has been extended to native and
nativesdk, so container-host-config needs also be extended.
Signed-off-by: Chen Qi <Qi.Chen@...>
Signed-off-by: Bruce
skopeo rdepends on it, and skopeo has been extended to native and
nativesdk, so container-host-config needs also be extended.
Signed-off-by: Chen Qi <Qi.Chen@...>
Signed-off-by: Bruce
|
By
Chen Qi
·
#7920
·
|
|
[kirkstone][PATCH 09/10] container-host-config: provide /etc/containers/policy.json
The /etc/containers/policy.json[1] file is used to specify verification
policy. For now, we can see it's used by both cri-o and skopeo. To avoid
conflict, we use container-host-config to provide this
The /etc/containers/policy.json[1] file is used to specify verification
policy. For now, we can see it's used by both cri-o and skopeo. To avoid
conflict, we use container-host-config to provide this
|
By
Chen Qi
·
#7919
·
|
|
[kirkstone][PATCH 08/10] README: remove some cri-o specific layer dependencies
ostree is in meta-oe, libseccomp is in oe-core. So remove these two.
Signed-off-by: Chen Qi <Qi.Chen@...>
Signed-off-by: Bruce Ashfield <bruce.ashfield@...>
---
README | 2 --
1 file
ostree is in meta-oe, libseccomp is in oe-core. So remove these two.
Signed-off-by: Chen Qi <Qi.Chen@...>
Signed-off-by: Bruce Ashfield <bruce.ashfield@...>
---
README | 2 --
1 file
|
By
Chen Qi
·
#7918
·
|
|
[kirkstone][PATCH 07/10] skopeo: use container-host bbclass to provide configuration
From: Bruce Ashfield <bruce.ashfield@...>
Instead of providing storage and registries configuration files
in this package, we inherit container-host which will provide a
common definition of
From: Bruce Ashfield <bruce.ashfield@...>
Instead of providing storage and registries configuration files
in this package, we inherit container-host which will provide a
common definition of
|
By
Chen Qi
·
#7917
·
|
|
[kirkstone][PATCH 06/10] containers: add container-host-config recipe
From: Bruce Ashfield <bruce.ashfield@...>
This is a configuration only recipe that produces a package which
installs some common configuration files.
In this introduction we have both
From: Bruce Ashfield <bruce.ashfield@...>
This is a configuration only recipe that produces a package which
installs some common configuration files.
In this introduction we have both
|
By
Chen Qi
·
#7916
·
|
|
[kirkstone][PATCH 04/10] cri-o: update crio.conf to match the current version 1.23
The old crio.conf file can cause cri-o start failure. The error
message is as below.
validating runtime config: runtime validation: failed to \
translate monitor fields for runtime runc: cgroupfs
The old crio.conf file can cause cri-o start failure. The error
message is as below.
validating runtime config: runtime validation: failed to \
translate monitor fields for runtime runc: cgroupfs
|
By
Chen Qi
·
#7915
·
|
|
[kirkstone][PATCH 05/10] containers: introduce container-host class
From: Bruce Ashfield <bruce.ashfield@...>
Introducing a small (at the moment) class that represents configuration
and processing required to prepare a target image to be a container
host.
A
From: Bruce Ashfield <bruce.ashfield@...>
Introducing a small (at the moment) class that represents configuration
and processing required to prepare a target image to be a container
host.
A
|
By
Chen Qi
·
#7914
·
|
|
[kirkstone][PATCH 03/10] cri-o: create /var/lib/crio
crio.service now reports the following error messages:
level=error msg="Writing clean shutdown supported file: \
open /var/lib/crio/clean.shutdown.supported: no such file or directory"
crio.service now reports the following error messages:
level=error msg="Writing clean shutdown supported file: \
open /var/lib/crio/clean.shutdown.supported: no such file or directory"
|
By
Chen Qi
·
#7913
·
|
|
[kirkstone][PATCH 02/10] cri-o: use PACKAGECONFIG to handle selinux
For cri-o, libselinux is optional, this can be seen from
its Makefile. So let's make selinux optional by using PACKAGECONFIG,
whose default value is determined by the DISTRO_FEATURES. In this
way,
For cri-o, libselinux is optional, this can be seen from
its Makefile. So let's make selinux optional by using PACKAGECONFIG,
whose default value is determined by the DISTRO_FEATURES. In this
way,
|
By
Chen Qi
·
#7912
·
|
|
[kirkstone][PATCH 01/10] cri-o: remove meta-security check
libseccomp is not in oe-core. There's no need to check
meta-security any more.
Signed-off-by: Chen Qi <Qi.Chen@...>
Signed-off-by: Bruce Ashfield <bruce.ashfield@...>
---
libseccomp is not in oe-core. There's no need to check
meta-security any more.
Signed-off-by: Chen Qi <Qi.Chen@...>
Signed-off-by: Bruce Ashfield <bruce.ashfield@...>
---
|
By
Chen Qi
·
#7911
·
|
|
[PATCH] lxc: skip lxc-test-apparmor-mount and lxc-test-get_item in ptest
From: Xiangyu Chen <xiangyu.chen@...>
lxc-test-apparmor-mount and lxc-test-get_item related to apparmor,
since the lxc-test-apparmor has been already skipped, so also skip
those two
From: Xiangyu Chen <xiangyu.chen@...>
lxc-test-apparmor-mount and lxc-test-get_item related to apparmor,
since the lxc-test-apparmor has been already skipped, so also skip
those two
|
By
Xiangyu Chen
·
#7910
·
|
|
[PATCH 1/1] lxc: templates/lxc-busybox.in: if busybox contains init then use it
From: Xiangyu Chen <xiangyu.chen@...>
Signed-off-by: Xiangyu Chen <xiangyu.chen@...>
---
...box-contains-init-use-it-in-containe.patch | 45 +++++++++++++++++++
From: Xiangyu Chen <xiangyu.chen@...>
Signed-off-by: Xiangyu Chen <xiangyu.chen@...>
---
...box-contains-init-use-it-in-containe.patch | 45 +++++++++++++++++++
|
By
Xiangyu Chen
·
#7909
·
|
|
[PATCH 0/1] lxc: templates/lxc-busybox.in: if busybox contains init then use it
From: Xiangyu Chen <xiangyu.chen@...>
Hi Bruce,
Recently we found that the lxc ptest has lots of failure cases as below log-1, after checking the
code, some cases failed due to related
From: Xiangyu Chen <xiangyu.chen@...>
Hi Bruce,
Recently we found that the lxc ptest has lots of failure cases as below log-1, after checking the
code, some cases failed due to related
|
By
Xiangyu Chen
·
#7908
·
|