diff options
author | Kristi Rifenbark <kristi.rifenbark@gmail.com> | 2017-06-16 15:09:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-04 16:05:22 +0100 |
commit | 4b1d270602a0542eef1b497eaf15bad2b747686f (patch) | |
tree | 3ae4cd95990f9c14da5f727f47d0e74b4975b130 /bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml | |
parent | 7f23cf87b9c9b2da007e934bff0d9dac377e89a7 (diff) | |
download | poky-4b1d270602a0542eef1b497eaf15bad2b747686f.tar.gz |
bitbake: bitbake-user-manual: Removed and replaced broken link
Fixes [YOCTO #11675]
THere was a "hambedded" link that was broken. The link was
intended to give additional information on adding layers.
Replaced with link about layers and replaced the wording.
(Bitbake rev: 877a1f476212dc151b74ce0f1febdc48956ef0e9)
Signed-off-by: Kristi Rifenbark <kristi.rifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml | 4 |
1 files changed, 2 insertions, 2 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 970d028a57..36adf48d27 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml | |||
@@ -375,8 +375,8 @@ ERROR: Unable to parse base: ParseError in configuration INHERITs: Could not inh | |||
375 | code separate from the general metadata used by BitBake. | 375 | code separate from the general metadata used by BitBake. |
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 layers 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='http://www.yoctoproject.org/docs/2.3/bitbake-user-manual/bitbake-user-manual.html#layers'></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 |