diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index eef5e8099c..2d84b85bec 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -195,6 +195,10 @@
meta-emenlow
meta-n450
+ 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
@@ -204,11 +208,16 @@
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 Yocto Project files Git repository, you should also set up a
- meta-intel Git repository.
- Typically, you set up the meta-intel Git repository inside
- the Yocto Project files Git repository.
- For example, the following transcript shows the steps to clone the
+ with a Yocto Project Files Git repository, you should also set up the
+ meta-intel Git repository.
+ This repository is a collection of BSP Layers that supports various
+ targeted hardware.
+ 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 Yocto Project Files Git repository.
+ For example, the following transcript shows the steps to clone the
meta-intel
Git repository inside the poky Git repository.