summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-09-24 15:24:06 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-10-03 14:26:20 +0000
commitcbdddfc9423d5dd30b48a6fa3b17f7d76e82a5f8 (patch)
tree2c036ff71ce2ab274829105160f442faa24a51a8
parent0dcc430a56ba3a293972423305451dfe37ab00c7 (diff)
downloadopenbmc-docs-cbdddfc9423d5dd30b48a6fa3b17f7d76e82a5f8.tar.gz
openbmc-docs-cbdddfc9423d5dd30b48a6fa3b17f7d76e82a5f8.zip
yocto-development.md: Fix links
This link format does not work. Fixed and updated the links. Change-Id: If657b1bbcba793fcb8962af15e7eaa563557f85b Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rw-r--r--yocto-development.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/yocto-development.md b/yocto-development.md
index e6e5af7..275d211 100644
--- a/yocto-development.md
+++ b/yocto-development.md
@@ -50,9 +50,8 @@ Further information on [devtool][0] can be found in the [Yocto Mega Manual][1].
### Adding a file to your image
There are a lot of examples of working with BitBake out there. The [recipe
-example](http://docs.openembedded.org/usermanual/html/recipes_examples.html)
-from OpenEmbedded is a great one and the premise of this OpenBMC tailored
-section.
+example][2] from OpenEmbedded is a great one and the premise of this OpenBMC
+tailored section.
So you wrote some code. You've been scp'ing the compiled binary on to the
OpenBMC system for a while and you know there is a better way. Have it built
@@ -106,12 +105,13 @@ In my example to check if README.md was going to be added just do...
ls build/tmp/work/${MACHINE}-openbmc-linux-gnueabi/obmc-phosphor-image/1.0-r0/rootfs/usr/share/welcome/README.md
```
-NXP wrote a few examples of [useful] (https://community.nxp.com/docs/DOC-94953)
+NXP wrote a few examples of [useful](https://community.nxp.com/docs/DOC-94953)
commands with BitBake that find the file too
```
bitbake -g obmc-phosphor-image && cat pn-depends.dot |grep welcome
```
-[0]: (http://www.yoctoproject.org/docs/2.1/mega-manual/mega-manual.html#devtool-use-devtool-modify-to-enable-work-on-code-associated-with-an-existing-recipe) "devtool"
-[1]: (http://www.yoctoproject.org/docs/2.1/mega-manual/mega-manual.html) "Yocto Mega Manual"
+[0]: https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#using-devtool-in-your-sdk-workflow "devtool"
+[1]: http://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html "Yocto Mega Manual"
+[2]: http://www.embeddedlinux.org.cn/OEManual/recipes_examples.html "Recipe Example"
OpenPOWER on IntegriCloud