From 88b6f72dfb0a1be85a57cfe4862b3b1f188c2bcf Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 27 Mar 2013 08:30:45 -0700 Subject: [PATCH] ref-manual: Added a cross-ref to the term "Metadata" (From yocto-docs rev: ecd58d8ba2b8a345394f07141bd9842af78e565e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/technical-details.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index 052409adca..52ab8e78dd 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml @@ -56,10 +56,12 @@ BitBake - BitBake is the tool at the heart of the OpenEmbedded build system and is responsible - for parsing the metadata, generating a list of tasks from it, - and then executing those tasks. - To see a list of the options BitBake supports, use the following help command: + BitBake is the tool at the heart of the OpenEmbedded build system + and is responsible for parsing the + Metadata, + generating a list of tasks from it, and then executing those tasks. + To see a list of the options BitBake supports, use the following + help command: $ bitbake --help