|
Re: [PATCH 2/2] packagegroup-container: skip without meta-security because of podman
That reminds me that the libsecomp pkg should move to meta-oe so this
other layers don't have to do these kinds of things.
-armin
>
>
>
That reminds me that the libsecomp pkg should move to meta-oe so this
other layers don't have to do these kinds of things.
-armin
>
>
>
|
By
Armin Kuster
·
#6299
·
|
|
[PATCH] libvirt: uprev v6.3 -> v7.2
From: Yanfei Xu <yanfei.xu@...>
This upgrade spans 9 small release. The detailed realese logs could
refer to: https://gitlab.com/libvirt/libvirt/-/blob/master/NEWS.rst
Libvirt's
From: Yanfei Xu <yanfei.xu@...>
This upgrade spans 9 small release. The detailed realese logs could
refer to: https://gitlab.com/libvirt/libvirt/-/blob/master/NEWS.rst
Libvirt's
|
By
Xu, Yanfei
·
#6298
·
|
|
[PATCH 2/2] packagegroup-container: skip without meta-security because of podman
* copy the skip from podman recipe, because this packagegroup
depends on podman
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
recipes-core/packagegroups/packagegroup-container.bb | 9
* copy the skip from podman recipe, because this packagegroup
depends on podman
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
recipes-core/packagegroups/packagegroup-container.bb | 9
|
By
Martin Jansa
·
#6297
·
|
|
[PATCH 1/2] packagegroup-kubernets: add seccomp to REQUIRED_DISTRO_FEATURES
* fixes world build:
ERROR: Nothing RPROVIDES 'k3s-server' (but meta-virtualization/recipes-core/packagegroups/packagegroup-kubernetes.bb RDEPENDS on or otherwise requires it)
k3s RPROVIDES k3s-server
* fixes world build:
ERROR: Nothing RPROVIDES 'k3s-server' (but meta-virtualization/recipes-core/packagegroups/packagegroup-kubernetes.bb RDEPENDS on or otherwise requires it)
k3s RPROVIDES k3s-server
|
By
Martin Jansa
·
#6296
·
|
|
Re: [PATCH] boto3: satisfy runtime dependencies
Thanks for the change.
This is now merged (and I appreciate the submission here, since it is nice
to keep the dependency close to what is using it .. until it becomes more
common and then we can move
Thanks for the change.
This is now merged (and I appreciate the submission here, since it is nice
to keep the dependency close to what is using it .. until it becomes more
common and then we can move
|
By
Bruce Ashfield
·
#6295
·
|
|
Re: [PATCH] ceph: uprev from 15.2.8 to 15.2.9
merged.
Bruce
In message: [meta-virtualization] [PATCH] ceph: uprev from 15.2.8 to 15.2.9
on 26/03/2021 qiang.zhang@... wrote:
merged.
Bruce
In message: [meta-virtualization] [PATCH] ceph: uprev from 15.2.8 to 15.2.9
on 26/03/2021 qiang.zhang@... wrote:
|
By
Bruce Ashfield
·
#6294
·
|
|
Re: [PATCH] libvmi: uprev from 0.12 to 0.14
merged.
Bruce
In message: [PATCH] libvmi: uprev from 0.12 to 0.14
on 22/03/2021 qiang.zhang@... wrote:
merged.
Bruce
In message: [PATCH] libvmi: uprev from 0.12 to 0.14
on 22/03/2021 qiang.zhang@... wrote:
|
By
Bruce Ashfield
·
#6293
·
|
|
[PATCH] ceph: uprev from 15.2.8 to 15.2.9
From: Zqiang <qiang.zhang@...>
Notable Changes:
1. progress module can now be turned on/off, using the
commands: ceph progress on and ceph progress off.
2. PG removal has been optimized in
From: Zqiang <qiang.zhang@...>
Notable Changes:
1. progress module can now be turned on/off, using the
commands: ceph progress on and ceph progress off.
2. PG removal has been optimized in
|
By
Zhang, Qiang <qiang.zhang@...>
·
#6292
·
|
|
[PATCH] libvmi: uprev from 0.12 to 0.14
From: Zqiang <qiang.zhang@...>
Bump version to 0.14.
This upgrade is mainly to fix some BUG.
Signed-off-by: Zqiang <qiang.zhang@...>
---
recipes-extended/libvmi/libvmi_git.bb |
From: Zqiang <qiang.zhang@...>
Bump version to 0.14.
This upgrade is mainly to fix some BUG.
Signed-off-by: Zqiang <qiang.zhang@...>
---
recipes-extended/libvmi/libvmi_git.bb |
|
By
Zhang, Qiang <qiang.zhang@...>
·
#6291
·
|
|
Re: [PATCH] runc-docker: adjust patch to fit latest version
This is the wrong fix (and the commit log is wrong).
I unified runc-docker and runc-opencontainers upstream repositories a
while ago, since there are no longer docker specifics in a runc
variant.
I
This is the wrong fix (and the commit log is wrong).
I unified runc-docker and runc-opencontainers upstream repositories a
while ago, since there are no longer docker specifics in a runc
variant.
I
|
By
Bruce Ashfield
·
#6290
·
|
|
[PATCH] runc-docker: adjust patch to fit latest version
Adjust patch to fit the latest version.
Signed-off-by: Chen Qi <Qi.Chen@...>
---
...docker-Makefile-respect-GOBUILDFLAGS.patch | 37 +++++++++++++++++++
Adjust patch to fit the latest version.
Signed-off-by: Chen Qi <Qi.Chen@...>
---
...docker-Makefile-respect-GOBUILDFLAGS.patch | 37 +++++++++++++++++++
|
By
Chen Qi
·
#6289
·
|
|
Re: [PATCH] consul: export GO111MODULE=off
merged.
Bruce
In message: [meta-virtualization] [PATCH] consul: export GO111MODULE=off
on 16/03/2021 Chen Qi wrote:
merged.
Bruce
In message: [meta-virtualization] [PATCH] consul: export GO111MODULE=off
on 16/03/2021 Chen Qi wrote:
|
By
Bruce Ashfield
·
#6288
·
|
|
[PATCH] consul: export GO111MODULE=off
With the latest go version bump in oe-core export GO111MODULE is
on by default. Our build is not setup to use go modules, so we
disable it and avoid configuration errors.
Signed-off-by: Chen Qi
With the latest go version bump in oe-core export GO111MODULE is
on by default. Our build is not setup to use go modules, so we
disable it and avoid configuration errors.
Signed-off-by: Chen Qi
|
By
Chen Qi
·
#6287
·
|
|
Re: [PATCH v5] Adding k3s recipe
This is fantastic news, Bruce!
This officially makes you the king.
BR,
/Joakim
This is fantastic news, Bruce!
This officially makes you the king.
BR,
/Joakim
|
By
Joakim Roubert
·
#6286
·
|
|
Re: [PATCH v5] Adding k3s recipe
bravo kube-edge next, or starlingx simplex aio ---- meta-stx
which combines k8s and openstack into a single platform
which i thought would be the ultimate goal for OverC :)
just
bravo kube-edge next, or starlingx simplex aio ---- meta-stx
which combines k8s and openstack into a single platform
which i thought would be the ultimate goal for OverC :)
just
|
By
Yocto
·
#6285
·
|
|
Re: [PATCH v2] balena-engine: add recipe
On Tue, Dec 22, 2020 at 11:10 AM Bruce Ashfield via
lists.yoctoproject.org
<bruce.ashfield=gmail.com@...> wrote:
FYI: I finally got through uprevs and getting k3s to work, so this
On Tue, Dec 22, 2020 at 11:10 AM Bruce Ashfield via
lists.yoctoproject.org
<bruce.ashfield=gmail.com@...> wrote:
FYI: I finally got through uprevs and getting k3s to work, so this
|
By
Bruce Ashfield
·
#6284
·
|
|
Re: [PATCH v5] Adding k3s recipe
FYI: after literally 5 months of on and off (most off) debugging and
integration, I have finally gotten to the bottom of this, and now can
bring up my all in one node out of the box!
I can now pull
FYI: after literally 5 months of on and off (most off) debugging and
integration, I have finally gotten to the bottom of this, and now can
bring up my all in one node out of the box!
I can now pull
|
By
Bruce Ashfield
·
#6283
·
|
|
Re: [PATCH] lxc: Fix download URL from SRC_URI
<Daniel.Dragomir@...> wrote:
No worries! It definitely showed that people are in fact using the old
branches regularly :D
I just pushed master/gatesgarth/dunfell, and can also do
<Daniel.Dragomir@...> wrote:
No worries! It definitely showed that people are in fact using the old
branches regularly :D
I just pushed master/gatesgarth/dunfell, and can also do
|
By
Bruce Ashfield
·
#6282
·
|
|
Re: [PATCH] lxc: Fix download URL from SRC_URI
Sorry Bruce! Now I saw there is a similar patch sent on mailing list. Please ignore this one.
Still... I don't see the other patch merged upstream on master.
And I have this error on dunfell and thud
Sorry Bruce! Now I saw there is a similar patch sent on mailing list. Please ignore this one.
Still... I don't see the other patch merged upstream on master.
And I have this error on dunfell and thud
|
By
Daniel Dragomir
·
#6281
·
|
|
[PATCH] lxc: Fix download URL from SRC_URI
Download URL from linuxcontainers.org for lxc has changed.
URL transformed to HTTPS due to an HSTS policy
--2021-03-12 09:53:23-- https://linuxcontainers.org/downloads/lxc-4.0.6.tar.gz
Resolving
Download URL from linuxcontainers.org for lxc has changed.
URL transformed to HTTPS due to an HSTS policy
--2021-03-12 09:53:23-- https://linuxcontainers.org/downloads/lxc-4.0.6.tar.gz
Resolving
|
By
Daniel Dragomir
·
#6280
·
|