From 90a183b9c5538cbfff73f68b51607d3c40f9f017 Mon Sep 17 00:00:00 2001 From: Kevin Strasser Date: Mon, 28 Jan 2013 11:25:39 -0800 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/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 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 @@ INHERIT += "${ARCHIVER_CLASS}" SOURCE_ARCHIVE_PACKAGE_TYPE = "tar" - 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 DEPLOY_DIR/sources based on the LICENSE for each recipe.