[OE-core] [PATCH 3/3] local.conf.sample.extended: update it for the archiver

Robert Yang liezhi.yang at windriver.com
Tue Mar 25 01:43:01 UTC 2014



On 03/24/2014 11:34 PM, Chris Larson wrote:
> On Sun, Mar 23, 2014 at 10:39 PM, Robert Yang <liezhi.yang at windriver.com>wrote:
>
>> +# 9) The recipe type that will be archived:
>> +#    COPYLEFT_RECIPE_TYPES = '<type1> <type2> ...'
>> +#    The type can be: target native nativesdk cross crosssdk
>> cross-canadian.
>>
>
> Hmm, I wonder if we should note that the default is to archive all types,
> here.
>

Good idea, I've updated it and pushed to:

git://git.openembedded.org/openembedded-core-contrib rbt/archiver_license
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/archiver_license


diff --git a/meta/conf/local.conf.sample.extended 
b/meta/conf/local.conf.sample.extended
index aa01917..a1f2464 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'
+#

-R



More information about the Openembedded-core mailing list