summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-10-03 08:13:32 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-10 15:21:40 +0100
commit33dcf6960bbf60377872e9848fac04e343c280e7 (patch)
treeb1e370700e54d175cdd58c9700cae15c224fb2f0 /documentation/dev-manual
parent5979f64829e83afd38d858750b04343b957e8fcf (diff)
downloadpoky-33dcf6960bbf60377872e9848fac04e343c280e7.tar.gz
documentation: dev-manual - Updated bblayers.conf example
Added the meta-yocto-bsp layer to the example listing in the "Enabling Your Layer" section. (From yocto-docs rev: 95fb13a1049ccaffb3531c93a28a3c480ea1a243) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 96def5895f..59ceed7dd8 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -217,6 +217,7 @@
217 BBLAYERS = " \ 217 BBLAYERS = " \
218 /path/to/poky/meta \ 218 /path/to/poky/meta \
219 /path/to/poky/meta-yocto \ 219 /path/to/poky/meta-yocto \
220 /path/to/poky/meta-yocto-bsp \
220 /path/to/poky/meta-mylayer \ 221 /path/to/poky/meta-mylayer \
221 " 222 "
222 </literallayout> 223 </literallayout>