From 1ab0c8fb8c39ae2e15962c38cbbfc15849e048d6 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 8 Aug 2014 16:21:18 +0300 Subject: dev-manual: Various small edits to Chapter 3. Replaced angled bracket items for user-supplied variables with the tags. (From yocto-docs rev: 393af6c0cfbfc0f3921bc1eb1fdbd3dd734f51ae) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-newbie.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index f5f23f4d7c..2385187f4d 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml @@ -661,8 +661,8 @@ Application Developer's Guide. Image: - An image is the result produced when BitBake processes a given - collection of recipes and related Metadata. + An image is an artifact of the BitBake build process given + a collection of recipes and related Metadata. Images are the binary output that run on specific hardware or QEMU and are used for specific use-cases. For a list of the supported image types that the Yocto Project provides, see the @@ -1401,7 +1401,7 @@ following command to bring up a short list of all commits against a specific file: - git shortlog -- <filename> + git shortlog -- filename Just provide the name of the file for which you are interested. The information returned is not ordered by history but does @@ -1521,12 +1521,12 @@ bug references - any commit that addresses a specific bug should use the following form for the detailed description: - Fixes [YOCTO #<bug-id>] + Fixes [YOCTO #bug-id] - <detailed description of change> + detailed description of change - Where <bug-id> is replaced with the specific bug ID from - the Yocto Project Bugzilla instance. + Where bug-id is replaced with the + specific bug ID from the Yocto Project Bugzilla instance. -- cgit v1.2.3-54-g00ecf