diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-03 08:53:33 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-10 15:21:40 +0100 |
commit | fbd21995aeda57af556c7949cfee7de1470967e5 (patch) | |
tree | c2472dd450af7e505d99e011ca50c4e4aebe93a6 /documentation | |
parent | 9e21f5b1149b6ad03bab85f6ae776c76a906a7f5 (diff) | |
download | poky-fbd21995aeda57af556c7949cfee7de1470967e5.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')
-rw-r--r-- | documentation/dev-manual/dev-manual-kernel-appendix.xml | 1 | ||||
-rw-r--r-- | documentation/poky-ref-manual/technical-details.xml | 1 |
2 files changed, 2 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> |
diff --git a/documentation/poky-ref-manual/technical-details.xml b/documentation/poky-ref-manual/technical-details.xml index ab41a06269..8ce9e5da1b 100644 --- a/documentation/poky-ref-manual/technical-details.xml +++ b/documentation/poky-ref-manual/technical-details.xml | |||
@@ -650,6 +650,7 @@ | |||
650 | BBLAYERS ?= " \ | 650 | BBLAYERS ?= " \ |
651 | /home/nitin/prj/poky.git/meta \ | 651 | /home/nitin/prj/poky.git/meta \ |
652 | /home/nitin/prj/poky.git/meta-yocto \ | 652 | /home/nitin/prj/poky.git/meta-yocto \ |
653 | /home/nitin/prj/poky.git/meta-yocto-bsp \ | ||
653 | /home/nitin/prj/meta-x32.git \ | 654 | /home/nitin/prj/meta-x32.git \ |
654 | " | 655 | " |
655 | </literallayout></para></listitem> | 656 | </literallayout></para></listitem> |