summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-10-03 08:53:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-04 14:08:18 +0100
commitd75b9fda398b2076e281a7bea16a869ca846ba35 (patch)
treee30db1fb9c5a7289f6e7316ca958d4f420414d43 /documentation/dev-manual
parent3aadcacead0a674435415851e0f4641124c4cc77 (diff)
downloadpoky-d75b9fda398b2076e281a7bea16a869ca846ba35.tar.gz
documentation: dev-manual, poky-ref-manual - updated bblayers.conf
The examples were out of date. They did not show the meta-yocto-bsp layer, which is there now by default. (From yocto-docs rev: ea2e2e8a259bc3e629fb8087229872b9818a696a) 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-kernel-appendix.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml
index 5caf09141b..148a7c7c40 100644
--- a/documentation/dev-manual/dev-manual-kernel-appendix.xml
+++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml
@@ -420,6 +420,7 @@
420 BBLAYERS = " \ 420 BBLAYERS = " \
421 /home/scottrif/poky/meta \ 421 /home/scottrif/poky/meta \
422 /home/scottrif/poky/meta-yocto \ 422 /home/scottrif/poky/meta-yocto \
423 /home/scottrif/poky/meta-yocto-bsp \
423 /home/scottrif/poky/poky-extras/meta-kernel-dev \ 424 /home/scottrif/poky/poky-extras/meta-kernel-dev \
424 " 425 "
425 </literallayout></para></listitem> 426 </literallayout></para></listitem>