diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-03-20 21:25:33 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-26 12:15:00 +0000 |
commit | f0e1c22ee1cc581fbe8a56e707dcdb015d58fdb6 (patch) | |
tree | 1573f92f31762e4b77e4b80cbcd2b10c40c29bb1 /meta/conf | |
parent | 43d717df16312a8f0333aff6b8b037b4b9d51bf3 (diff) | |
download | openembedded-core-f0e1c22ee1cc581fbe8a56e707dcdb015d58fdb6.tar.gz openembedded-core-f0e1c22ee1cc581fbe8a56e707dcdb015d58fdb6.tar.bz2 openembedded-core-f0e1c22ee1cc581fbe8a56e707dcdb015d58fdb6.zip |
local.conf.sample.extended: update it for the archiver
Add the filter license comment for archiver.bbclass.
[YOCTO #5740]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/local.conf.sample.extended | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/meta/conf/local.conf.sample.extended b/meta/conf/local.conf.sample.extended index aa01917fd1..a1f24649a3 100644 --- a/meta/conf/local.conf.sample.extended +++ b/meta/conf/local.conf.sample.extended @@ -214,9 +214,20 @@ # 6) the recipe (.bb and .inc): #ARCHIVER_MODE[recipe] = "1" # -# Whether output the .src.rpm package: +# 7) Whether output the .src.rpm package: #ARCHIVER_MODE[srpm] = "1" # +# 8) Filter the license, the recipe whose license in +# COPYLEFT_LICENSE_INCLUDE will be included, and in +# COPYLEFT_LICENSE_EXCLUDE will be excluded. +#COPYLEFT_LICENSE_INCLUDE = 'GPL* LGPL*' +#COPYLEFT_LICENSE_EXCLUDE = 'CLOSED Proprietary' +# +# 9) Config the recipe type that will be archived, the type can be +# target, native, nativesdk, cross, crosssdk and cross-canadian, +# you can set one or more types. Archive all types by default. +#COPYLEFT_RECIPE_TYPES = 'target' +# # Remove the old image before the new one generated to save disk space #RM_OLD_IMAGE = "1" |