summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-01-16 15:50:00 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-17 22:33:30 +0000
commit58863ad092c9a279e305c841dbb4353de2ecfae8 (patch)
tree8f48537ae4b3ec9051b87f9871b8ae8462c0b201
parentfb8bf6a75e9ac04d5c6213d3e2f097302f83405f (diff)
downloadpoky-dizzy.tar.gz
bitbake: bitbake-user-manual: Fixed porno hack for hello world exampledizzy
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: daa0aa05a04d8d20473a05b5b5878610e40ef820) 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 4ce7ed9f8c..22b2478e5c 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml
@@ -135,7 +135,7 @@
135 <ulink url="http://www.mail-archive.com/yocto@yoctoproject.org/msg09379.html">Mailing List post - The BitBake equivalent of "Hello, World!"</ulink> 135 <ulink url="http://www.mail-archive.com/yocto@yoctoproject.org/msg09379.html">Mailing List post - The BitBake equivalent of "Hello, World!"</ulink>
136 </para></listitem> 136 </para></listitem>
137 <listitem><para> 137 <listitem><para>
138 <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 <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>
139 </para></listitem> 139 </para></listitem>
140 </itemizedlist> 140 </itemizedlist>
141 </note> 141 </note>
@@ -270,7 +270,7 @@
270 and define some key BitBake variables. 270 and define some key BitBake variables.
271 For more information on the <filename>bitbake.conf</filename>, 271 For more information on the <filename>bitbake.conf</filename>,
272 see 272 see
273 <ulink url='http://hambedded.org/blog/2012/11/24/from-bitbake-hello-world-to-an-image/#an-overview-of-bitbakeconf'></ulink> 273 <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>
274 </para> 274 </para>
275 <para>Use the following commands to create the <filename>conf</filename> 275 <para>Use the following commands to create the <filename>conf</filename>
276 directory in the project directory: 276 directory in the project directory:
@@ -355,7 +355,7 @@ ERROR: Unable to parse base: ParseError in configuration INHERITs: Could not inh
355 supporting. 355 supporting.
356 For more information on the <filename>base.bbclass</filename> file, 356 For more information on the <filename>base.bbclass</filename> file,
357 you can look at 357 you can look at
358 <ulink url='http://hambedded.org/blog/2012/11/24/from-bitbake-hello-world-to-an-image/#tasks'></ulink>. 358 <ulink url='https://web.archive.org/web/20150325165911/http://hambedded.org/blog/2012/11/24/from-bitbake-hello-world-to-an-image/#tasks'></ulink>.
359 </para></listitem> 359 </para></listitem>
360 <listitem><para><emphasis>Run Bitbake:</emphasis> 360 <listitem><para><emphasis>Run Bitbake:</emphasis>
361 After making sure that the <filename>classes/base.bbclass</filename> 361 After making sure that the <filename>classes/base.bbclass</filename>
@@ -377,7 +377,7 @@ ERROR: Unable to parse base: ParseError in configuration INHERITs: Could not inh
377 Thus, this example creates and uses a layer called "mylayer". 377 Thus, this example creates and uses a layer called "mylayer".
378 <note> 378 <note>
379 You can find additional information on adding a layer at 379 You can find additional information on adding a layer at
380 <ulink url='http://hambedded.org/blog/2012/11/24/from-bitbake-hello-world-to-an-image/#adding-an-example-layer'></ulink>. 380 <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>.
381 </note> 381 </note>
382 </para> 382 </para>
383 <para>Minimally, you need a recipe file and a layer configuration 383 <para>Minimally, you need a recipe file and a layer configuration