From ae938eba92b2c89a9fd91161e57c5dbc594ad4ad Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Thu, 20 Mar 2014 21:25:33 +0800 Subject: 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 Signed-off-by: Richard Purdie --- meta-yocto/conf/local.conf.sample.extended | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'meta-yocto') 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 @@ # 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" -- cgit v1.2.3-54-g00ecf