ref-manual: Edits to staging.bbclass

Added a missing closing parenthesis. Edited Note for
for file clarification.

(From yocto-docs rev: c3cd491bf6949bce1546caa4be250ea05a8a564b)

Signed-off-by: Kristi Rifenbark <kristi.rifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Kristi Rifenbark 2017-08-14 14:24:27 -07:00 committed by Richard Purdie
parent 7bc2ff7018
commit 573368bc90
1 changed files with 4 additions and 4 deletions

View File

@ -3298,7 +3298,7 @@ This check was removed for YP 2.3 release
<filename>recipe-sysroot</filename> and <filename>recipe-sysroot</filename> and
<filename>recipe-sysroot-native</filename> in the recipe <filename>recipe-sysroot-native</filename> in the recipe
work directory (i.e. 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 The OpenEmbedded build system creates hard links to copies of the
relevant files from <filename>sysroot-components</filename> relevant files from <filename>sysroot-components</filename>
into the recipe work directory. 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 within the sysroot that have the prefix
"<filename>postinst-</filename>" are executed. "<filename>postinst-</filename>" are executed.
<note> <note>
Although these files are not recommended for general use, Although such sysroot post installation scripts are not
the files do allow some issues such as user creation recommended for general use, the files do allow some issues
and module indexes to be addressed. such as user creation and module indexes to be addressed.
</note> </note>
</para> </para>