[oe-commits] Robert Yang : local.conf.sample.extended: update it for the archiver

git at git.openembedded.org git at git.openembedded.org
Wed Mar 26 12:07:59 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: f0e1c22ee1cc581fbe8a56e707dcdb015d58fdb6
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f0e1c22ee1cc581fbe8a56e707dcdb015d58fdb6

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Thu Mar 20 21:25:33 2014 +0800

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 at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/local.conf.sample.extended | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

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'
+#
 
 # Remove the old image before the new one generated to save disk space
 #RM_OLD_IMAGE = "1"



More information about the Openembedded-commits mailing list