diff options
author | Kevin Strasser <kevin.strasser@linux.intel.com> | 2013-01-28 11:25:39 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-30 14:10:04 +0000 |
commit | 90a183b9c5538cbfff73f68b51607d3c40f9f017 (patch) | |
tree | 0b47dd04f30080bd46fec12fc6d2355d28a8fb31 /documentation | |
parent | e13a2ee08ba710effa2069b64fc41aef6c55207b (diff) | |
download | poky-90a183b9c5538cbfff73f68b51607d3c40f9f017.tar.gz |
dev-manual: clarify what source is being archived
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.
(From yocto-docs rev: 8eacef8acc398bc3d881d657d27c8827f05e3227)
Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 6 |
1 files 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 30751e319c..5856c359bd 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -2947,9 +2947,9 @@ | |||
2947 | INHERIT += "${ARCHIVER_CLASS}" | 2947 | INHERIT += "${ARCHIVER_CLASS}" |
2948 | SOURCE_ARCHIVE_PACKAGE_TYPE = "tar" | 2948 | SOURCE_ARCHIVE_PACKAGE_TYPE = "tar" |
2949 | </literallayout> | 2949 | </literallayout> |
2950 | During the creation of your image, all GPL | 2950 | During the creation of your image, the source from all |
2951 | or other copyleft licensed source | 2951 | recipes that deploy packages to the image is placed within |
2952 | is placed within subdirectories of | 2952 | subdirectories of |
2953 | <filename>DEPLOY_DIR/sources</filename> based on the | 2953 | <filename>DEPLOY_DIR/sources</filename> based on the |
2954 | <ulink url='&YOCTO_DOCS_REF_URL;#var-LICENSE'><filename>LICENSE</filename></ulink> | 2954 | <ulink url='&YOCTO_DOCS_REF_URL;#var-LICENSE'><filename>LICENSE</filename></ulink> |
2955 | for each recipe. | 2955 | for each recipe. |