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:44 +0000 |
commit | ae938eba92b2c89a9fd91161e57c5dbc594ad4ad (patch) | |
tree | 806e00ff291d9a5e544a7a8f696cd3f59a299856 /meta-yocto/conf/local.conf.sample.extended | |
parent | 39846ddbce87d26eb68870914bf86a8ce5e86e5c (diff) | |
download | poky-ae938eba92b2c89a9fd91161e57c5dbc594ad4ad.tar.gz |
local.conf.sample.extended: update it for the archiver
Add the filter license comment for archiver.bbclass.
[YOCTO #5740]
(From meta-yocto rev: e8be485da68abcdda17004c539e37ead5283fc4c)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf/local.conf.sample.extended')
-rw-r--r-- | meta-yocto/conf/local.conf.sample.extended | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended index aa01917fd1..a1f24649a3 100644 --- a/meta-yocto/conf/local.conf.sample.extended +++ b/meta-yocto/conf/local.conf.sample.extended | |||
@@ -214,9 +214,20 @@ | |||
214 | # 6) the recipe (.bb and .inc): | 214 | # 6) the recipe (.bb and .inc): |
215 | #ARCHIVER_MODE[recipe] = "1" | 215 | #ARCHIVER_MODE[recipe] = "1" |
216 | # | 216 | # |
217 | # Whether output the .src.rpm package: | 217 | # 7) Whether output the .src.rpm package: |
218 | #ARCHIVER_MODE[srpm] = "1" | 218 | #ARCHIVER_MODE[srpm] = "1" |
219 | # | 219 | # |
220 | # 8) Filter the license, the recipe whose license in | ||
221 | # COPYLEFT_LICENSE_INCLUDE will be included, and in | ||
222 | # COPYLEFT_LICENSE_EXCLUDE will be excluded. | ||
223 | #COPYLEFT_LICENSE_INCLUDE = 'GPL* LGPL*' | ||
224 | #COPYLEFT_LICENSE_EXCLUDE = 'CLOSED Proprietary' | ||
225 | # | ||
226 | # 9) Config the recipe type that will be archived, the type can be | ||
227 | # target, native, nativesdk, cross, crosssdk and cross-canadian, | ||
228 | # you can set one or more types. Archive all types by default. | ||
229 | #COPYLEFT_RECIPE_TYPES = 'target' | ||
230 | # | ||
220 | 231 | ||
221 | # Remove the old image before the new one generated to save disk space | 232 | # Remove the old image before the new one generated to save disk space |
222 | #RM_OLD_IMAGE = "1" | 233 | #RM_OLD_IMAGE = "1" |