diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index b0f5e120bd..1a16b9f0ce 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -184,21 +184,20 @@
Supported Board
Support Packages (BSPs):
- The Yocto Project provides a layer called meta-intel and
- it is maintained in its own separate Git repository.
- The meta-intel layer contains many supported
- BSP Layers.
- Similar considerations exist for setting up the meta-intel
- layer.
- You can get set up for BSP development one of two ways: tarball extraction or
- with a local Git repository.
- It is a good idea to use the same method that you used to set up the Source Directory.
- Regardless of the method you use, the Yocto Project uses the following BSP layer
- naming scheme:
+ The Yocto Project provides a layer called
+ meta-intel and it is maintained in its own
+ separate Git repository.
+ The meta-intel layer contains many
+ supported
+ BSP Layers.
+
+ The Yocto Project uses the following BSP layer naming
+ scheme:
meta-<BSP_name>
- where <BSP_name> is the recognized BSP name.
+ where <BSP_name> is the recognized
+ BSP name.
Here are some examples:
meta-crownbay
@@ -207,30 +206,20 @@
See the
"BSP Layers"
- section in the Yocto Project Board Support Package (BSP) Developer's Guide for more
- information on BSP Layers.
-
- Tarball Extraction: You can download any released
- BSP tarball from the same "Downloads" page of the
- Yocto Project Website
- to get the Yocto Project release.
- Once on the "Download" page, look to the right of the
- page and scroll down to find the BSP tarballs.
- Once you have the tarball, just extract it into a directory of your choice.
- Again, this method just produces a snapshot of the BSP layer in the form
- of a hierarchical directory structure.
- Git Repository Method: If you are working
- with a local Git repository for your Source Directory, you should also use this method
- to set up the meta-intel Git repository.
- You can locate the meta-intel Git repository in the
- "Yocto Metadata Layers" area of the Yocto Project Source Repositories at
- .
- Typically, you set up the meta-intel Git repository inside
- the Source Directory.
- For example, the following transcript shows the steps to clone the
- meta-intel
- Git repository inside the local poky Git repository.
-
+ section in the Yocto Project Board Support Package (BSP)
+ Developer's Guide for more information on BSP Layers.
+ You can locate the meta-intel Git
+ repository in the "Yocto Metadata Layers" area of the Yocto
+ Project Source Repositories at
+ .
+ To get started with the BSPs, you need to use
+ Git to create a local clone of the
+ upstream repository.
+ Typically, you set up the meta-intel
+ Git repository inside the Source Directory.
+ For example, the following transcript shows the steps to clone
+ meta-intel.
+
$ cd ~/poky
$ git clone git://git.yoctoproject.org/meta-intel.git
Cloning into 'meta-intel'...
@@ -239,13 +228,12 @@
remote: Total 7366 (delta 3997), reused 7299 (delta 3930)
Receiving objects: 100% (7366/7366), 2.31 MiB | 95 KiB/s, done.
Resolving deltas: 100% (3997/3997), done.
-
- The same
- wiki page
- referenced earlier covers how to
- set up the meta-intel Git repository.
-
-
+
+ The same
+ wiki page
+ referenced earlier covers how to set up the
+ meta-intel Git repository.
+ Eclipse Yocto Plug-in: If you are developing
applications using the Eclipse Integrated Development Environment (IDE),
you will need this plug-in.