diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-03-29 17:47:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-01 12:59:13 +0100 |
commit | a4bd9cdaf2bb6f4e5c7386aa1069591f83f44a8c (patch) | |
tree | 059b0001393d342cfd26770a51d81dafa89c2e5b /documentation | |
parent | e1ff065baea754c3e19acf254e07930370a11ca6 (diff) | |
download | poky-a4bd9cdaf2bb6f4e5c7386aa1069591f83f44a8c.tar.gz |
dev-manual: Added footnote crediting Trevor Woerner for devtool addition.
Trevor wrote a nice paper (tutorial) on the use of devtool that I found
to be very helpful in developing the information for this new workflow.
I decided to publicly credit this effort with a small footnote near
the top of the section.
(From yocto-docs rev: 97d234f2d535f85e5a50ac4e7f0c0a79579cd004)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 91b2058544..aa52c2c00a 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -1718,6 +1718,16 @@ | |||
1718 | an image built using the OpenEmbedded build system. | 1718 | an image built using the OpenEmbedded build system. |
1719 | The remainder of this section presents the workflow you would | 1719 | The remainder of this section presents the workflow you would |
1720 | use that includes <filename>devtool</filename>. | 1720 | use that includes <filename>devtool</filename>. |
1721 | <footnote> | ||
1722 | <para> | ||
1723 | Kudos and thanks to | ||
1724 | <ulink url='mailto:twoerner@gmail.com'>Trevor Woerner</ulink> | ||
1725 | whose | ||
1726 | "<ulink url='https://drive.google.com/file/d/0B3KGzY5fW7laTDVxUXo3UDRvd2s/view'>Yocto Project Developer Workflow Tutorial</ulink>" | ||
1727 | paper contributed nicely towards the development of this | ||
1728 | section. | ||
1729 | </para> | ||
1730 | </footnote> | ||
1721 | <note> | 1731 | <note> |
1722 | The workflow considers the entire build process for the | 1732 | The workflow considers the entire build process for the |
1723 | image and not just modification of the external source | 1733 | image and not just modification of the external source |