summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-03-31 07:12:42 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-01 10:23:02 +0100
commite81d0bd96165e9449f9924d36c32218c7fdac8f4 (patch)
tree793076c4f1aef029c12b66eafc89d4c4eef5012e
parent11dad29c2f4f106728cd882881a4d2864ca25eab (diff)
downloadpoky-e81d0bd96165e9449f9924d36c32218c7fdac8f4.tar.gz
dev-manual, ref-manual: Removed meta-hob layer from docs.
Hob no longer uses this layer so I removed the two instances in the YP set where it appeared. (From yocto-docs rev: 37e3f261bd61a96a2929a525f9896c39658d26f8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
-rw-r--r--documentation/ref-manual/ref-structure.xml12
2 files changed, 1 insertions, 13 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 6fa850d4ed..cc7bbdbcc4 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -69,7 +69,7 @@
69 </note> 69 </note>
70 For example, when you set up the Source Directory structure, 70 For example, when you set up the Source Directory structure,
71 you will see several layers: 71 you will see several layers:
72 <filename>meta</filename>, <filename>meta-hob</filename>, 72 <filename>meta</filename>,
73 <filename>meta-skeleton</filename>, 73 <filename>meta-skeleton</filename>,
74 <filename>meta-yocto</filename>, and 74 <filename>meta-yocto</filename>, and
75 <filename>meta-yocto-bsp</filename>. 75 <filename>meta-yocto-bsp</filename>.
diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml
index 1f1c60b46e..56927cd9f5 100644
--- a/documentation/ref-manual/ref-structure.xml
+++ b/documentation/ref-manual/ref-structure.xml
@@ -145,18 +145,6 @@
145 </para> 145 </para>
146 </section> 146 </section>
147 147
148 <section id='structure-meta-hob'>
149 <title><filename>meta-hob/</filename></title>
150
151 <para>
152 This directory contains template recipes used by Hob,
153 which is a Yocto Project build user interface.
154 For more information on the Hob, see the
155 <ulink url='&YOCTO_HOME_URL;/tools-resources/projects/hob'>Hob Project</ulink>
156 web page.
157 </para>
158 </section>
159
160 <section id='structure-meta-selftest'> 148 <section id='structure-meta-selftest'>
161 <title><filename>meta-selftest/</filename></title> 149 <title><filename>meta-selftest/</filename></title>
162 150