From 32b508e7ce7f33ee8a62d609b0a73debc4a53f19 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 8 Aug 2014 15:58:16 +0300 Subject: dev-manual: Misc edits to Chapter 2. Added some links and fixed up some replaceable items. (From yocto-docs rev: 5c9ce934f13c68c2efbd952f399a8b88e87eb761) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-start.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 6ab93f79cf..b79f65e878 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml @@ -89,7 +89,9 @@ Git to clone a local copy of the upstream poky repository, or by downloading and unpacking a tarball of an official - Yocto Project release. + Yocto Project release. + The preferred method is to create a clone of the repository. + Working from a copy of the upstream repository allows you to contribute back into the Yocto Project or simply work with the latest software on a development branch. @@ -199,9 +201,9 @@ The Yocto Project uses the following BSP layer naming scheme: - meta-<BSP_name> + meta-bsp_name - where <BSP_name> is the recognized + where bsp_name is the recognized BSP name. Here are some examples: @@ -350,6 +352,9 @@ You can find details on all these steps in the "Using Pre-Built Binaries and QEMU" section of the Yocto Project Quick Start. + You can learn more about using QEMU with the Yocto Project in the + "Using the Quick EMUlator (QEMU)" + section. -- cgit v1.2.3-54-g00ecf