diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-06-08 08:54:19 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-21 23:11:39 +0100 |
commit | cbec5e933e2fb24e3983086944db53c77baa67c3 (patch) | |
tree | cb373ccfb93e582c078ce864d5ab827bc0e62288 /documentation | |
parent | ecec6c56b5788e48924083b90566eb17170c2b67 (diff) | |
download | poky-cbec5e933e2fb24e3983086944db53c77baa67c3.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: 429fd10005c4e63c611eb8192a71f063310f8933)
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.xml | 3 | ||||
-rw-r--r-- | documentation/ref-manual/ref-qa-checks.xml | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index f2e86211b3..d482ca05f7 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -2097,7 +2097,8 @@ | |||
2097 | You can create a recipe that builds tools that run on the SDK machine | 2097 | You can create a recipe that builds tools that run on the SDK machine |
2098 | a couple different ways: | 2098 | a couple different ways: |
2099 | <itemizedlist> | 2099 | <itemizedlist> |
2100 | <listitem><para>Create a <replaceable>myrecipe</replaceable><filename>-nativesdk.bb</filename> | 2100 | <listitem><para>Create a |
2101 | <filename>nativesdk-</filename><replaceable>myrecipe</replaceable><filename>.bb</filename> | ||
2101 | recipe that inherits the <filename>nativesdk</filename> class. | 2102 | recipe that inherits the <filename>nativesdk</filename> class. |
2102 | If you use this method, you must order the inherit statement | 2103 | If you use this method, you must order the inherit statement |
2103 | in the recipe after all other inherit statements so that the | 2104 | 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 2747766a9e..6e7f66a4d3 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: <packagename> path '<path>' [dev-so] | 219 | non -dev/-dbg/nativesdk- package contains symlink .so: <packagename> path '<path>' [dev-so] |
220 | </code> | 220 | </code> |
221 | </para> | 221 | </para> |
222 | 222 | ||