]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
archiver.bbclass: Add ENABLE_COPYLEFT_FILTER to enable/disable copyleft_filter.bbclass rbt/archiver2
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 15 May 2020 03:49:29 +0000 (11:49 +0800)
committerRobert Yang <liezhi.yang@windriver.com>
Fri, 15 May 2020 09:55:13 +0000 (02:55 -0700)
commit38eda2606c19cf817d09b35f1eb49d50170a52ae
tree0fdb3b76e0541c695b89f99435562d6ad2105e86
parentce6c50ea68c34e02b487d54fdd9288e04833cdef
archiver.bbclass: Add ENABLE_COPYLEFT_FILTER to enable/disable copyleft_filter.bbclass

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 it may not work
when its default settings are changed, add the var ENABLE_COPYLEFT_FILTER will
make it more reliable.

The default value is 1, has no impact by default.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/classes/archiver.bbclass