From e867967d606a9742008a94d16f81e365e6371ec3 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 9 May 2014 14:19:48 +0300 Subject: ref-manual: Added links to new do_* sections. With the creation of the new chapter that documents the 51 tasks defined by the OpenEmbedded build system, the remainder of the ref-manual had many first-instance occurrences of do_* task names that could be cross-referenced to the new sections. I have added these links. (From yocto-docs rev: 2ff39bd226a1d8f11924283bbaa3542a9d936ba3) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/usingpoky.xml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'documentation/ref-manual/usingpoky.xml') diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index a8a6f3b92a..3748ac21bb 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml @@ -280,9 +280,10 @@ eglibc-initial fails to build: If your development host system has the unpatched GNU Make 3.82, - the do_install task - fails for eglibc-initial during the - build. + the + do_install + task fails for eglibc-initial during + the build. Typically, every distribution that ships GNU Make 3.82 as the default already has the patched version. @@ -370,8 +371,11 @@ Following is an example written in Python. - The code handles logging for a function that determines the number of tasks - needed to be run: + The code handles logging for a function that determines the + number of tasks needed to be run. + See the + "do_listtasks" + section for additional information: python do_listtasks() { bb.debug(2, "Starting to figure out the task list") -- cgit v1.2.3-54-g00ecf