1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00:00

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: 429fd10005c4e63c611eb8192a71f063310f8933)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2015-06-08 08:54:19 -06:00
committed by Richard Purdie
parent ecec6c56b5
commit cbec5e933e
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -2097,7 +2097,8 @@
You can create a recipe that builds tools that run on the SDK machine You can create a recipe that builds tools that run on the SDK machine
a couple different ways: a couple different ways:
<itemizedlist> <itemizedlist>
<listitem><para>Create a <replaceable>myrecipe</replaceable><filename>-nativesdk.bb</filename> <listitem><para>Create a
<filename>nativesdk-</filename><replaceable>myrecipe</replaceable><filename>.bb</filename>
recipe that inherits the <filename>nativesdk</filename> class. recipe that inherits the <filename>nativesdk</filename> class.
If you use this method, you must order the inherit statement If you use this method, you must order the inherit statement
in the recipe after all other inherit statements so that the in the recipe after all other inherit statements so that the
+1 -1
View File
@@ -216,7 +216,7 @@ can be found then it should be implemented. I can't find one at the moment.
<listitem> <listitem>
<para id='qa-issue-dev-so'> <para id='qa-issue-dev-so'>
<code> <code>
non -dev/-dbg/-nativesdk package contains symlink .so: &lt;packagename&gt; path '&lt;path&gt;' [dev-so] non -dev/-dbg/nativesdk- package contains symlink .so: &lt;packagename&gt; path '&lt;path&gt;' [dev-so]
</code> </code>
</para> </para>