summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-09-02 10:40:03 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-13 17:19:15 +0100
commite7f817b56d166b20a0611c0958a904d3354e9ea0 (patch)
tree8ba550517ec7905e68001f3caa3e947c981e5fd7 /bitbake
parent4283ae56a90c21bc626fabfc51dd1b3a062b8838 (diff)
downloadpoky-e7f817b56d166b20a0611c0958a904d3354e9ea0.tar.gz
bitbake: bitbake-user-manual: Removed bad links
Fixes [YOCTO #12029] There were four links to an old blog post that was leveraged for the hello world example. The post has evidently been removed and the links no longer resolved. I have taken them out. (Bitbake rev: db298262189c94be700abfdb8c2ad7827b53afca) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml14
1 files changed, 2 insertions, 12 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml
index 36adf48d27..9253eaf9de 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml
@@ -128,15 +128,8 @@
128 </para> 128 </para>
129 129
130 <note> 130 <note>
131 This example was inspired by and drew heavily from these sources: 131 This example was inspired by and drew heavily from
132 <itemizedlist> 132 <ulink url="http://www.mail-archive.com/yocto@yoctoproject.org/msg09379.html">Mailing List post - The BitBake equivalent of "Hello, World!"</ulink>.
133 <listitem><para>
134 <ulink url="http://www.mail-archive.com/yocto@yoctoproject.org/msg09379.html">Mailing List post - The BitBake equivalent of "Hello, World!"</ulink>
135 </para></listitem>
136 <listitem><para>
137 <ulink url="http://hambedded.org/blog/2012/11/24/from-bitbake-hello-world-to-an-image/">Hambedded Linux blog post - From Bitbake Hello World to an Image</ulink>
138 </para></listitem>
139 </itemizedlist>
140 </note> 133 </note>
141 134
142 <para> 135 <para>
@@ -352,9 +345,6 @@ ERROR: Unable to parse base: ParseError in configuration INHERITs: Could not inh
352 Of course, the <filename>base.bbclass</filename> can have much 345 Of course, the <filename>base.bbclass</filename> can have much
353 more depending on which build environments BitBake is 346 more depending on which build environments BitBake is
354 supporting. 347 supporting.
355 For more information on the <filename>base.bbclass</filename> file,
356 you can look at
357 <ulink url='http://hambedded.org/blog/2012/11/24/from-bitbake-hello-world-to-an-image/#tasks'></ulink>.
358 </para></listitem> 348 </para></listitem>
359 <listitem><para><emphasis>Run Bitbake:</emphasis> 349 <listitem><para><emphasis>Run Bitbake:</emphasis>
360 After making sure that the <filename>classes/base.bbclass</filename> 350 After making sure that the <filename>classes/base.bbclass</filename>