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-start.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'documentation/dev-manual/dev-manual-start.xml') diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 0d211807bc..3209cb29b7 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml @@ -32,7 +32,7 @@ You can use the OpenEmbedded build system, which uses - BitBake, to develop complete Linux + BitBake to develop complete Linux images and associated user-space applications for architectures based on ARM, MIPS, PowerPC, x86 and x86-64. While the Yocto Project does not provide a strict testing framework, @@ -277,8 +277,9 @@ a centralized tarball download directory through the DL_DIR variable. Build the image using the bitbake command. - If you want information on BitBake, see the user manual at - . + If you want information on BitBake, see the user manual inculded in the + bitbake/doc/manual directory of the + Source Directory. Run the image either on the actual hardware or using the QEMU emulator. -- cgit v1.2.3-54-g00ecf