Add license Kconfig for 3rd party binary blobs?

2022-05-15 Thread Nathan Hartman
I noticed that we are downloading a 3rd party precompiled library, libphy62xxble.a from www.phyplusinc.com. (One of the Linux build tests on PR-6266 failed because curl failed to download it.) This download is done in arch/arm/src/phy62xx/Make.defs: if [ ! -f libphy62xxble.a ]; then \ echo "#

Re: Add license Kconfig for 3rd party binary blobs?

2022-05-15 Thread Tomek CEDRO
On Sun, May 15, 2022 at 4:23 PM Nathan Hartman wrote: > I noticed that we are downloading a 3rd party precompiled library, > libphy62xxble.a from www.phyplusinc.com. (One of the Linux build tests > on PR-6266 failed because curl failed to download it.) > > This download is done in arch/arm/src/phy6

Re: Add license Kconfig for 3rd party binary blobs?

2022-05-15 Thread Nathan Hartman
On Sun, May 15, 2022 at 10:51 AM Tomek CEDRO wrote: > > On Sun, May 15, 2022 at 4:23 PM Nathan Hartman wrote: > > I noticed that we are downloading a 3rd party precompiled library, > > libphy62xxble.a from www.phyplusinc.com. (One of the Linux build tests > > on PR-6266 failed because curl failed

Re: Add license Kconfig for 3rd party binary blobs?

2022-05-15 Thread Tomek CEDRO
On Sun, May 15, 2022 at 10:35 PM Nathan Hartman wrote: > On Sun, May 15, 2022 at 10:51 AM Tomek CEDRO wrote: > > On Sun, May 15, 2022 at 4:23 PM Nathan Hartman wrote: > > > I noticed that we are downloading a 3rd party precompiled library, > > > libphy62xxble.a from www.phyplusinc.com. (One of the