[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7523/8267] dev-manual: Updated "Sharing Files Between Recipes"



commit 203a8393e4e14e0cb4b51ed548445c6cfce8153a
Author: Kristi Rifenbark <kristi rifenbark gmail com>
Date:   Thu Aug 10 15:07:00 2017 -0700

    dev-manual: Updated "Sharing Files Between Recipes"
    
    Updated text for sysroot terminology, and clarity.
    Fixed a capitalization error.
    
    (From yocto-docs rev: 4eea6497663efc937cddf4700298f5824ade7b47)
    
    Signed-off-by: Kristi Rifenbark <kristi rifenbark gmail com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../dev-manual/dev-manual-common-tasks.xml         |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml 
b/documentation/dev-manual/dev-manual-common-tasks.xml
index cc69d64..5a00533 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -2887,7 +2887,7 @@
                 the build host.
                 For example, an application linking to a common library needs
                 access to the library itself and its associated headers.
-                The way this access is accomplished is by populating sysroot
+                The way this access is accomplished is by populating a sysroot
                 with files.
                 Each recipe has two sysroots in its work directory, one for
                 target files
@@ -2896,7 +2896,7 @@
                 (<filename>recipe-sysroot-native</filename>).
                 <note>
                     You could find the term "staging" used within the Yocto
-                    project regarding files populating sysroot (e.g. the
+                    project regarding files populating sysroots (e.g. the
                     <ulink 
url='&YOCTO_DOCS_REF_URL;#var-STAGING_DIR'><filename>STAGING_DIR</filename></ulink>
                     variable).
                 </note>
@@ -2930,14 +2930,14 @@
                 the sysroot.
                 The following example shows how you could add the
                 <filename>/opt</filename> directory to the list of
-                directories:
+                directories within a recipe:
                 <literallayout class='monospaced'>
      SYSROOT_DIRS += "/opt"
                 </literallayout>
             </para>
 
             <para>
-                for a more complete description of the
+                For a more complete description of the
                 <ulink 
url='&YOCTO_DOCS_REF_URL;#ref-tasks-populate_sysroot'><filename>do_populate_sysroot</filename></ulink>
                 task and its associated functions, see the
                 <ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-staging'><filename>staging</filename></ulink>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]