summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorKristi Rifenbark <kristi.rifenbark@gmail.com>2017-08-14 14:24:27 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-02 00:52:47 +0100
commit552c25295916a18a4ccd2a1609407db2d1132f60 (patch)
tree5253541e86e79dca53b1d71371cd837d8f132fe8 /documentation/ref-manual/ref-classes.xml
parent94a80c4d36e9c7481c9851e93ccac99c8fff777e (diff)
downloadopenembedded-core-contrib-552c25295916a18a4ccd2a1609407db2d1132f60.tar.gz
ref-manual: Edits to staging.bbclass
Added a missing closing parenthesis. Edited Note for for file clarification. (From yocto-docs rev: fd7bb7aa57cfcf8b77f82edea65773e50e751902) Signed-off-by: Kristi Rifenbark <kristi.rifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 1801faf501..d6e6433998 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -3298,7 +3298,7 @@ This check was removed for YP 2.3 release
<filename>recipe-sysroot</filename> and
<filename>recipe-sysroot-native</filename> in the recipe
work directory (i.e.
- <link linkend='var-WORKDIR'><filename>WORKDIR</filename></link>.
+ <link linkend='var-WORKDIR'><filename>WORKDIR</filename></link>).
The OpenEmbedded build system creates hard links to copies of the
relevant files from <filename>sysroot-components</filename>
into the recipe work directory.
@@ -3315,9 +3315,9 @@ This check was removed for YP 2.3 release
within the sysroot that have the prefix
"<filename>postinst-</filename>" are executed.
<note>
- Although these files are not recommended for general use,
- the files do allow some issues such as user creation
- and module indexes to be addressed.
+ Although such sysroot post installation scripts are not
+ recommended for general use, the files do allow some issues
+ such as user creation and module indexes to be addressed.
</note>
</para>