All of lore.kernel.org
 help / color / mirror / Atom feed
* Avoiding both GPLv3 and meta-gplv2 ?
@ 2018-05-01 10:58 Irving ST
  2018-05-01 12:07 ` Burton, Ross
  2018-05-01 13:41 ` Anuj Mittal
  0 siblings, 2 replies; 11+ messages in thread
From: Irving ST @ 2018-05-01 10:58 UTC (permalink / raw)
  To: yocto

Hello,

First time posting, apologies if I miss anything in the community guidelines.

I had some problems trying to make an image that contains no GPLv3
(due to corporate requirement) nor old GPLv2 software in meta-gplv2
(due to lack of support).

I tried getting a fresh checkout of poky and adding
INCOMPATIBLE_LICENSE in conf/local.conf , but I got the following
error:

ERROR: Nothing RPROVIDES 'make' (but
/home/irving/srcgit/poky/meta/recipes-core/zlib/zlib_1.2.11.bb,
/home/irving/srcgit/poky/meta/recipes-connectivity/openssl/openssl_1.0.2o.bb
RDEPENDS on or otherwise requires it)
make was skipped: it has an incompatible license: GPLv3 & LGPLv2

I tried adding meta-gplv2 layer to bblayer.conf and the error
disappears. I was expecting the license restriction to apply to the
final image only, but my guess is I am also restricted from building
the cross compilation tools (which seems weird to me).

Is this layer required when building without GPLv3?
Is there any alternative I can try, or is my choice limited to either
using GPLv3 code vs outdated GPLv2 code?
If I have to use the meta-gplv2 layer, is there a way to restrict
anything inside this layer from being built into the image?

I tried to look for information on building a busybox-based image (vs
a GNU coreutils-based image) in the mega manual but didn’t find
anything specific.

Regards,
Irving


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-05-02 16:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-01 10:58 Avoiding both GPLv3 and meta-gplv2 ? Irving ST
2018-05-01 12:07 ` Burton, Ross
2018-05-01 22:10   ` Paul Eggleton
2018-05-01 23:54     ` Andre McCurdy
2018-05-01 23:59       ` Paul Eggleton
2018-05-02  0:41         ` Andre McCurdy
2018-05-02  9:01           ` Burton, Ross
2018-05-02 13:53             ` Irving ST
2018-05-02 13:58               ` Alexander Kanavin
2018-05-02 16:34                 ` Burton, Ross
2018-05-01 13:41 ` Anuj Mittal

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.