[yocto] [yocto-docs][PATCH 3/3] dev-manual: clarify what source is being archived

Kevin Strasser kevin.strasser at linux.intel.com
Mon Jan 28 15:06:51 PST 2013


Part of section 5.15.1 incorrectly implies that only copyleft
source will be archived to the specified directory, when in fact
copyleft filtering is disabled by default.

Signed-off-by: Kevin Strasser <kevin.strasser at linux.intel.com>
---
 .../dev-manual/dev-manual-common-tasks.xml         |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 30751e3..5856c35 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -2947,9 +2947,9 @@
      INHERIT += "${ARCHIVER_CLASS}"
      SOURCE_ARCHIVE_PACKAGE_TYPE = "tar"
                 </literallayout>
-                During the creation of your image, all GPL
-                or other copyleft licensed source
-                is placed within subdirectories of
+                During the creation of your image, the source from all
+                recipes that deploy packages to the image is placed within
+                subdirectories of
                 <filename>DEPLOY_DIR/sources</filename> based on the
                 <ulink url='&YOCTO_DOCS_REF_URL;#var-LICENSE'><filename>LICENSE</filename></ulink>
                 for each recipe.
-- 
1.7.9.5




More information about the yocto mailing list