summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-01-16 15:17:25 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-17 22:32:18 +0000
commitf21b7f5ae911eb8a0195937a20b92ebea442ab48 (patch)
tree6937f6af564fef06b9ce07742841eb4f80b4194d
parent64ff1449d0396276a62cc6f03d0a2f2862833d7a (diff)
downloadpoky-f21b7f5ae911eb8a0195937a20b92ebea442ab48.tar.gz
bitbake: bitbake-user-manual: Fixed porno hack for hello world example
Someone hacked the http://hambedded site or it was moved and some links to that site in the BB manual had been hijacked to point to an entry portal for a pornography site. Replaced the link with an archived version that restores the integrity of the links. (Bitbake rev: 533e1840d553c183e6ab37a350d492187c5eca96) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml8
1 files changed, 4 insertions, 4 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 8b7edbff54..2685c0ebd3 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml
@@ -134,7 +134,7 @@
134 <ulink url="http://www.mail-archive.com/yocto@yoctoproject.org/msg09379.html">Mailing List post - The BitBake equivalent of "Hello, World!"</ulink> 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> 135 </para></listitem>
136 <listitem><para> 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> 137 <ulink url="https://web.archive.org/web/20150325165911/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> 138 </para></listitem>
139 </itemizedlist> 139 </itemizedlist>
140 </note> 140 </note>
@@ -269,7 +269,7 @@
269 and define some key BitBake variables. 269 and define some key BitBake variables.
270 For more information on the <filename>bitbake.conf</filename>, 270 For more information on the <filename>bitbake.conf</filename>,
271 see 271 see
272 <ulink url='http://hambedded.org/blog/2012/11/24/from-bitbake-hello-world-to-an-image/#an-overview-of-bitbakeconf'></ulink> 272 <ulink url='https://web.archive.org/web/20150325165911/http://hambedded.org/blog/2012/11/24/from-bitbake-hello-world-to-an-image/#an-overview-of-bitbakeconf'></ulink>
273 </para> 273 </para>
274 <para>Use the following commands to create the <filename>conf</filename> 274 <para>Use the following commands to create the <filename>conf</filename>
275 directory in the project directory: 275 directory in the project directory:
@@ -354,7 +354,7 @@ ERROR: Unable to parse base: ParseError in configuration INHERITs: Could not inh
354 supporting. 354 supporting.
355 For more information on the <filename>base.bbclass</filename> file, 355 For more information on the <filename>base.bbclass</filename> file,
356 you can look at 356 you can look at
357 <ulink url='http://hambedded.org/blog/2012/11/24/from-bitbake-hello-world-to-an-image/#tasks'></ulink>. 357 <ulink url='https://web.archive.org/web/20150325165911/http://hambedded.org/blog/2012/11/24/from-bitbake-hello-world-to-an-image/#tasks'></ulink>.
358 </para></listitem> 358 </para></listitem>
359 <listitem><para><emphasis>Run Bitbake:</emphasis> 359 <listitem><para><emphasis>Run Bitbake:</emphasis>
360 After making sure that the <filename>classes/base.bbclass</filename> 360 After making sure that the <filename>classes/base.bbclass</filename>
@@ -376,7 +376,7 @@ ERROR: Unable to parse base: ParseError in configuration INHERITs: Could not inh
376 Thus, this example creates and uses a layer called "mylayer". 376 Thus, this example creates and uses a layer called "mylayer".
377 <note> 377 <note>
378 You can find additional information on adding a layer at 378 You can find additional information on adding a layer at
379 <ulink url='http://hambedded.org/blog/2012/11/24/from-bitbake-hello-world-to-an-image/#adding-an-example-layer'></ulink>. 379 <ulink url='https://web.archive.org/web/20150325165911/http://hambedded.org/blog/2012/11/24/from-bitbake-hello-world-to-an-image/#adding-an-example-layer'></ulink>.
380 </note> 380 </note>
381 </para> 381 </para>
382 <para>Minimally, you need a recipe file and a layer configuration 382 <para>Minimally, you need a recipe file and a layer configuration