From cbec5e933e2fb24e3983086944db53c77baa67c3 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 8 Jun 2015 08:54:19 -0600 Subject: 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 (From yocto-docs rev: 429fd10005c4e63c611eb8192a71f063310f8933) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 3 ++- 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 f2e8621..d482ca0 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -2097,7 +2097,8 @@ You can create a recipe that builds tools that run on the SDK machine a couple different ways: - Create a myrecipe-nativesdk.bb + Create a + nativesdk-myrecipe.bb recipe that inherits the nativesdk class. If you use this method, you must order the inherit statement 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 2747766..6e7f66a 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. - non -dev/-dbg/-nativesdk package contains symlink .so: <packagename> path '<path>' [dev-so] + non -dev/-dbg/nativesdk- package contains symlink .so: <packagename> path '<path>' [dev-so] -- cgit v1.1