|
Re: Docker and GPLv3
I think this is a situation where
https://layers.openembedded.org/layerindex/branch/master/layer/meta-gplv2/
might come in handy, together with something like
PREFERRED_VERSION_bash ?= "3.2.%"
in
I think this is a situation where
https://layers.openembedded.org/layerindex/branch/master/layer/meta-gplv2/
might come in handy, together with something like
PREFERRED_VERSION_bash ?= "3.2.%"
in
|
By
Joakim Roubert
·
#7047
·
|
|
Re: Docker and GPLv3
ermmm no... my understanding is if a device is bootlocked.. grub or secure-boot, then the vendor only needs to provide a way a client having ownership of the device
can make, rebuild, duplicate,
ermmm no... my understanding is if a device is bootlocked.. grub or secure-boot, then the vendor only needs to provide a way a client having ownership of the device
can make, rebuild, duplicate,
|
By
Yocto
·
#7046
·
|
|
Re: Docker and GPLv3
Hi,
Thanks for your reply. The customer is currently using Thud. You
confirm our current findings so thanks. We are looking into removing
lxc and will then see what else is needed to see if we can
Hi,
Thanks for your reply. The customer is currently using Thud. You
confirm our current findings so thanks. We are looking into removing
lxc and will then see what else is needed to see if we can
|
By
Mans Zigher
·
#7045
·
|
|
Re: Docker and GPLv3
Hi,
Well, does GPLv3 not require that a customer should be able to build
the GPLv3 like bash and deploy it to the target? It is not directly
secure-boot but the customer has a boot up sequence that
Hi,
Well, does GPLv3 not require that a customer should be able to build
the GPLv3 like bash and deploy it to the target? It is not directly
secure-boot but the customer has a boot up sequence that
|
By
Mans Zigher
·
#7044
·
|
|
Re: Docker and GPLv3
Okay, wait, why does enabling secure-boot prevent including GPLv3 packages??
Ive never heard this before.
Okay, wait, why does enabling secure-boot prevent including GPLv3 packages??
Ive never heard this before.
|
By
Yocto
·
#7043
·
|
|
Re: Docker and GPLv3
Those shouldn't be coming directly from the docker dependencies, but of
course packages that it depends on, may pull other dependencies, etc.
What branch are you using ?
If you look at docker.inc in
Those shouldn't be coming directly from the docker dependencies, but of
course packages that it depends on, may pull other dependencies, etc.
What branch are you using ?
If you look at docker.inc in
|
By
Bruce Ashfield
·
#7042
·
|
|
[PATCH] libibverbs: update LICENSE
As per COPYING, this is BSD-2-Clause or GPLv2.
Signed-off-by: Ross Burton <ross.burton@...>
---
recipes-extended/libibverbs/libibverbs_1.2.1.bb | 2 +-
1 file changed, 1 insertion(+), 1
As per COPYING, this is BSD-2-Clause or GPLv2.
Signed-off-by: Ross Burton <ross.burton@...>
---
recipes-extended/libibverbs/libibverbs_1.2.1.bb | 2 +-
1 file changed, 1 insertion(+), 1
|
By
Ross Burton <ross@...>
·
#7041
·
|
|
Docker and GPLv3
Hi,
A client of mine wants to have docker on it's product and they are
having secure boot enabled which prevents us from having any GPLv3
licensed code on the target. We have successfully managed to
Hi,
A client of mine wants to have docker on it's product and they are
having secure boot enabled which prevents us from having any GPLv3
licensed code on the target. We have successfully managed to
|
By
Mans Zigher
·
#7040
·
|
|
Re: [meta-cloud-services][PATCH 6/8] python3-termcolor: inherit setuptools3 not distutils
Thanks for the update, the series is now applied.
Bruce
In message: [meta-virtualization][meta-cloud-services][PATCH 6/8] python3-termcolor: inherit setuptools3 not distutils
on 19/01/2022 wangmy
Thanks for the update, the series is now applied.
Bruce
In message: [meta-virtualization][meta-cloud-services][PATCH 6/8] python3-termcolor: inherit setuptools3 not distutils
on 19/01/2022 wangmy
|
By
Bruce Ashfield
·
#7039
·
|
|
[hardknott][PATCH] libvirt: fix CVE-2021-3975
From: Changqing Li <changqing.li@...>
Signed-off-by: Changqing Li <changqing.li@...>
---
.../libvirt/libvirt/CVE-2021-3975.patch | 43 +++++++++++++++++++
From: Changqing Li <changqing.li@...>
Signed-off-by: Changqing Li <changqing.li@...>
---
.../libvirt/libvirt/CVE-2021-3975.patch | 43 +++++++++++++++++++
|
By
Changqing Li
·
#7038
·
|
|
[PATCH v2] openvswitch: uprev from v2.15.1 to v2.15.3
commits short logs:
e4d2df62e (tag: v2.15.3) Set release date for 2.15.3.
b8baa1141 python: Add cooperative_yield() API method to Idl.
7834abc66 ofproto-dpif-xlate: Snoop ingress packets and update
commits short logs:
e4d2df62e (tag: v2.15.3) Set release date for 2.15.3.
b8baa1141 python: Add cooperative_yield() API method to Idl.
7834abc66 ofproto-dpif-xlate: Snoop ingress packets and update
|
By
He Zhe
·
#7037
·
|
|
[hardknott][PATCH v2] openvswitch: uprev from v2.15.0 to v2.15.3
Drop the following backported patch.
0001-ofp-actions-Fix-use-after-free-while-decoding-RAW_EN.patch
commits short logs:
e4d2df62e (tag: v2.15.3) Set release date for 2.15.3.
b8baa1141 python: Add
Drop the following backported patch.
0001-ofp-actions-Fix-use-after-free-while-decoding-RAW_EN.patch
commits short logs:
e4d2df62e (tag: v2.15.3) Set release date for 2.15.3.
b8baa1141 python: Add
|
By
He Zhe
·
#7036
·
|
|
heads up: incoming changes
Just a heads up that a full round of updates are pending for a lot of
packages. I've been stuck working with the latest go, and the fact
that more projects have dropped their vendor'd dependencies. So
Just a heads up that a full round of updates are pending for a lot of
packages. I've been stuck working with the latest go, and the fact
that more projects have dropped their vendor'd dependencies. So
|
By
Bruce Ashfield
·
#7035
·
|
|
Re: [PATCH] ovs: update to 2.15.3
OVS is one of the upgrades that has traditionally caused us issues.
Can we capture the shortlogs of the commits that are part of the update ?
And a log of the basic tests ? (if you search the
OVS is one of the upgrades that has traditionally caused us issues.
Can we capture the shortlogs of the commits that are part of the update ?
And a log of the basic tests ? (if you search the
|
By
Bruce Ashfield
·
#7034
·
|
|
[hardknott][PATCH] ovs: update to 2.15.3
Drop the following backported patch.
0001-ofp-actions-Fix-use-after-free-while-decoding-RAW_EN.patch
Signed-off-by: He Zhe <zhe.he@...>
---
...use-after-free-while-decoding-RAW_EN.patch |
Drop the following backported patch.
0001-ofp-actions-Fix-use-after-free-while-decoding-RAW_EN.patch
Signed-off-by: He Zhe <zhe.he@...>
---
...use-after-free-while-decoding-RAW_EN.patch |
|
By
He Zhe
·
#7033
·
|
|
[PATCH] ovs: update to 2.15.3
Signed-off-by: He Zhe <zhe.he@...>
---
recipes-networking/openvswitch/openvswitch_git.bb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
Signed-off-by: He Zhe <zhe.he@...>
---
recipes-networking/openvswitch/openvswitch_git.bb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
|
By
He Zhe
·
#7032
·
|
|
Re: [PATCH] docker: Add kernel-module-xt-nat to RRECOMMENDS
This is something that I'm working on in cooperation with the external
kernel-cache recipe/tool that I have in meta-virt.
Your change is correct, I'm just going to let it sit on my queue for a
bit,
This is something that I'm working on in cooperation with the external
kernel-cache recipe/tool that I have in meta-virt.
Your change is correct, I'm just going to let it sit on my queue for a
bit,
|
By
Bruce Ashfield
·
#7031
·
|
|
Re: [PATCH] docker: Add kernel-module-xt-nat to RRECOMMENDS
Hi Bruce,
Yes, makes sense, do you have a clue on how to figure out all of them, please?
// Robert
Hi Bruce,
Yes, makes sense, do you have a clue on how to figure out all of them, please?
// Robert
|
By
Robert Yang
·
#7030
·
|
|
Re: [PATCH] python3-dtc: fix packaging by using setuptools
On Wed, Jan 19, 2022 at 8:32 AM Bruce Ashfield via
lists.yoctoproject.org
<bruce.ashfield=gmail.com@...> wrote:
I split the difference.
The PV was wrong on the updated package
On Wed, Jan 19, 2022 at 8:32 AM Bruce Ashfield via
lists.yoctoproject.org
<bruce.ashfield=gmail.com@...> wrote:
I split the difference.
The PV was wrong on the updated package
|
By
Bruce Ashfield
·
#7029
·
|
|
Re: [PATCH v3 1/2] xen-tools: Load xen related kernel modules during system boot
Agreed. they are bug fixes, so I've done the cherry pick to honister.
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" -
Agreed. they are bug fixes, so I've done the cherry pick to honister.
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" -
|
By
Bruce Ashfield
·
#7028
·
|