Re: [OE-core] [PATCH 1/1] archiver.bbclass: Add ENABLE_COPYLEFT_FILTER to enable/disable copyleft_filter.bbclass

2020-05-15 Thread Robert Yang
On 5/15/20 6:32 PM, Paul Barker wrote: On Fri, 15 May 2020 at 11:22, Robert Yang wrote: On 5/15/20 6:16 PM, Paul Barker wrote: On Fri, 15 May 2020 at 10:57, Robert Yang wrote: Set it to 0 can make it archive all the used sources during the build, nothing will be filtered out, this is

Re: [OE-core] [PATCH 1/1] archiver.bbclass: Add ENABLE_COPYLEFT_FILTER to enable/disable copyleft_filter.bbclass

2020-05-15 Thread Paul Barker
On Fri, 15 May 2020 at 11:22, Robert Yang wrote: > > > On 5/15/20 6:16 PM, Paul Barker wrote: > > On Fri, 15 May 2020 at 10:57, Robert Yang wrote: > >> > >> Set it to 0 can make it archive all the used sources during the build, > >> nothing > >> will be filtered out, this is useful when we want

Re: [OE-core] [PATCH 1/1] archiver.bbclass: Add ENABLE_COPYLEFT_FILTER to enable/disable copyleft_filter.bbclass

2020-05-15 Thread Robert Yang
On 5/15/20 6:16 PM, Paul Barker wrote: On Fri, 15 May 2020 at 10:57, Robert Yang wrote: Set it to 0 can make it archive all the used sources during the build, nothing will be filtered out, this is useful when we want to archive all the sources. This equals to: COPYLEFT_LICENSE_INCLUDE = "*"

Re: [OE-core] [PATCH 1/1] archiver.bbclass: Add ENABLE_COPYLEFT_FILTER to enable/disable copyleft_filter.bbclass

2020-05-15 Thread Paul Barker
On Fri, 15 May 2020 at 10:57, Robert Yang wrote: > > Set it to 0 can make it archive all the used sources during the build, nothing > will be filtered out, this is useful when we want to archive all the sources. > > This equals to: > COPYLEFT_LICENSE_INCLUDE = "*" > COPYLEFT_LICENSE_EXCLUDE = ""

[OE-core] [PATCH 1/1] archiver.bbclass: Add ENABLE_COPYLEFT_FILTER to enable/disable copyleft_filter.bbclass

2020-05-15 Thread Robert Yang
Set it to 0 can make it archive all the used sources during the build, nothing will be filtered out, this is useful when we want to archive all the sources. This equals to: COPYLEFT_LICENSE_INCLUDE = "*" COPYLEFT_LICENSE_EXCLUDE = "" But there are a lot of settings in copyleft_filter.bbclass, so