On Wed, Jan 22, 2020 at 6:25 AM Ross Burton <[email protected]> wrote: > On 22/01/2020 13:27, Alexander Kanavin wrote: > > Note that there is already a test for gpl3-free images in > > meta/lib/oeqa/selftest/cases/incompatible_lic.py > > > > Currently minimal and full-cmdline images are tested (the latter with > > PACKAGECONFIG_remove tweaks to drop gpl3 stuff that is directly pulled > > in), so a similar test configuration could be added for sato. > > Right, Sato is very close too and could be added. Bash is the only > tricky point once a few more low hanging fruit is kicked out.
Another tricky point is libraries such as gmp and nettle, which are now either LGPLv3 (and so problematic for signed firmware images, etc) or GPLv2 (and so problematic if somehow linked with proprietary code). meta-gplv2 solves that problem too by providing the last versions of gmp and nettle which could be distributed under LGPv2 (and the last version of gnutls which supports those older version of gmp and nettle). _______________________________________________ Openembedded-architecture mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-architecture
