diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-16 06:47:16 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-17 17:32:45 +0100 |
commit | b0c10abb60aba6b7c8cf6897d85747d776bc0bbd (patch) | |
tree | 6bff2b0bb12ac2fae39d3a407266c27b6a246a5f /documentation/dev-manual | |
parent | aab60fad6d6628505b4269ee81fde3ae0a08e40a (diff) | |
download | poky-b0c10abb60aba6b7c8cf6897d85747d776bc0bbd.tar.gz |
documentation: dev-manual - edits to the compliance section.
Feedback from Paul Eggleton suggested to not use the linked
term "Source Directory" in the last paragraph of this section.
Reasoning being that it is mis-leading in this case. People
reading this will be thinking more along the lines of traditional
source code rather than our establishe "Source Directory" term,
which in the doc set refers to either the unpacked poky tarball
or the cloned poky Git repository.
Reported-by: Paul Eggleton <paul.eggleton@intel.com>
(From yocto-docs rev: f9bfcdebf85481839df01442ee81c4c9e8ee559a)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-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 5070985afc..4047bae760 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -2831,9 +2831,9 @@ | |||
2831 | ##COREBASE##/meta-my-software-layer \ | 2831 | ##COREBASE##/meta-my-software-layer \ |
2832 | " | 2832 | " |
2833 | </literallayout> | 2833 | </literallayout> |
2834 | Creating and providing an archive of the | 2834 | Creating and providing an archive of the metadata layer |
2835 | <link linkend='source-directory'>Source Directory</link> | 2835 | (recipes, configuration files, and so forth) |
2836 | (e.g. <filename>poky</filename>) ensures that you have met your | 2836 | ensures that you have met your |
2837 | requirements to include the scripts to control compilation | 2837 | requirements to include the scripts to control compilation |
2838 | as well as any modifications to the original source. | 2838 | as well as any modifications to the original source. |
2839 | </para> | 2839 | </para> |