From: <Mikko.Rapeli@bmw.de>
To: <joakim.roubert@axis.com>
Cc: <meta-virtualization@lists.yoctoproject.org>
Subject: Re: [meta-virtualization] Docker and GPLv3
Date: Fri, 4 Feb 2022 15:29:01 +0000 [thread overview]
Message-ID: <Yf1GPEF8l+//89/D@korppu> (raw)
In-Reply-To: <7a9d1bd3-730c-e84e-1f49-0860ea34eb95@axis.com>
Hi,
On Fri, Feb 04, 2022 at 04:03:52PM +0100, Joakim Roubert wrote:
> On 2022-02-04 15:30, Mans Zigher wrote:
> >
> > with our current understanding our customer cannot comply with GPLv3
> > so we have to avoid it at all cost.
>
> 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 the local.conf (or similar suitable configuration place).
While this would work, I can't recommend using meta-gplv2 as it contains unmaintained
SW versions.
Just configure the build to avoid GPLv3 via distro config, e.g.
INCOMPATIBLE_LICENSE_append += " GPLv3 GPLv3+ LGPLv3 LGPLv3+"
and configure SW components to build without GPLv3 dependencies.
lxc for examples compiles just fine without rsync and bash.
Additionally a lot of GPLv3 recipes can be enabled to build but be forbidden
images images, e.g. in distro config:
WHITELIST_GPL-3.0 += "bash"
PACKAGE_EXCLUDE += "bash-ptest bash-dbg bash-staticdev bash-dev bash-doc bash-locale bashbug bash"
Some refactoring of SW architecture may be needed to remove any dependencies to GPLv3
licensed SW. For development and testing GPLv3 components can often be used.
Cheers,
-Mikko
next prev parent reply other threads:[~2022-02-04 15:29 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-04 8:53 Docker and GPLv3 Måns
2022-02-04 14:15 ` [meta-virtualization] " Bruce Ashfield
2022-02-04 14:30 ` Måns
2022-02-04 15:03 ` Joakim Roubert
2022-02-04 15:29 ` Mikko.Rapeli [this message]
2022-02-07 7:36 ` Måns
2022-02-04 14:19 ` Embedded Devel
2022-02-04 14:23 ` Måns
2022-02-04 14:42 ` Embedded Devel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Yf1GPEF8l+//89/D@korppu \
--to=mikko.rapeli@bmw.de \
--cc=joakim.roubert@axis.com \
--cc=meta-virtualization@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.