From 64b9137b43207c0505c4d8c26e654152b5a699da Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 4 Sep 2012 12:05:21 -0700 Subject: documentation: Fixed links to BitBake User Manual Robert P. J. Day pointed out a link in the development manual that was for the BitBake User Manual. The link resolved to an old, non-maintained version of BitBake documentation. According to Richard Purdie, the BitBake docs referenced should be the ones that ship in the bitbake/doc/manual directory of poky. The YP docs had been using a variable named BITBAKE_DOCS_URL that also resolved to the antiquated user manual site. Consequently, there were many links that needed fixed across both the YP Development Manual and the YP Reference Manual. Each of these references now points in general to the bitbake/doc/manual directory in poky for more information. Reported-by: Robert P. J. Day (From yocto-docs rev: 12f77236b602e9ec43e845c8cec060ad342af19c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-newbie.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'documentation/dev-manual/dev-manual-newbie.xml') diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 96d6829d3e..9a78d40bb2 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml @@ -211,10 +211,12 @@ "Using .bbappend Files" and "Changing recipes-kernel" sections. - BitBake: The task executor and scheduler used by + BitBake: + The task executor and scheduler used by the OpenEmbedded build system to build images. - For more information on BitBake, see the - BitBake documentation. + For more information on BitBake, see the BitBake documentation + in the bitbake/doc/manual directory of the + Source Directory. Build Directory: This term refers to the area used by the OpenEmbedded build system for builds. -- cgit v1.2.3-54-g00ecf