summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-06-08 08:54:19 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-28 18:02:31 +0100
commitadd1f737b8baa5aa258d967cb29810dbd636ad1a (patch)
treeca613b2eda50d3cc60fb846292207d47fdbb8e81 /documentation
parent3cd876d9ab501b86da28ebe376b3f58b92625bc0 (diff)
downloadpoky-add1f737b8baa5aa258d967cb29810dbd636ad1a.tar.gz
ref-manual: Fix to QA error message.
Fixed wording in section 7.78 to use "nativesdk-myrecipe.bb". Fixed message to say "non-dev/-dbg/nativesdk- package contains symlink..." Reported-by: Rene Fichter <rene@fichter.se> (From yocto-docs rev: 80a5b51a0416dc610edf1526079102fee661375b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-classes.xml3
-rw-r--r--documentation/ref-manual/ref-qa-checks.xml2
2 files changed, 3 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 6c7bde6bf7..d87c9ff588 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -2113,7 +2113,8 @@
2113 You can create a recipe that builds tools that run on the SDK machine 2113 You can create a recipe that builds tools that run on the SDK machine
2114 a couple different ways: 2114 a couple different ways:
2115 <itemizedlist> 2115 <itemizedlist>
2116 <listitem><para>Create a <replaceable>myrecipe</replaceable><filename>-nativesdk.bb</filename> 2116 <listitem><para>Create a
2117 <filename>nativesdk-</filename><replaceable>myrecipe</replaceable><filename>.bb</filename>
2117 recipe that inherits the <filename>nativesdk</filename> class. 2118 recipe that inherits the <filename>nativesdk</filename> class.
2118 If you use this method, you must order the inherit statement 2119 If you use this method, you must order the inherit statement
2119 in the recipe after all other inherit statements so that the 2120 in the recipe after all other inherit statements so that the
diff --git a/documentation/ref-manual/ref-qa-checks.xml b/documentation/ref-manual/ref-qa-checks.xml
index e0e8e7f06e..38689b9920 100644
--- a/documentation/ref-manual/ref-qa-checks.xml
+++ b/documentation/ref-manual/ref-qa-checks.xml
@@ -216,7 +216,7 @@ can be found then it should be implemented. I can't find one at the moment.
216 <listitem> 216 <listitem>
217 <para id='qa-issue-dev-so'> 217 <para id='qa-issue-dev-so'>
218 <code> 218 <code>
219 non -dev/-dbg/-nativesdk package contains symlink .so: &lt;packagename&gt; path '&lt;path&gt;' [dev-so] 219 non -dev/-dbg/nativesdk- package contains symlink .so: &lt;packagename&gt; path '&lt;path&gt;' [dev-so]
220 </code> 220 </code>
221 </para> 221 </para>
222 222