diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-13 11:29:36 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:14 +0100 |
commit | cfc64279f0d4be39ba9f9f5e6bf3c19fc0cc3ca7 (patch) | |
tree | c505bc4c0d4bf8b3f81867221fe1008cd0d60665 | |
parent | feda259b89697661281d89ea7657cfa995a41cff (diff) | |
download | poky-cfc64279f0d4be39ba9f9f5e6bf3c19fc0cc3ca7.tar.gz |
dev-manual: Removed writer note about needing a figure.
Nobody provided a figure for me for this section, which would
have been nice. So, I have generalized the text to work
without that detail.
(From yocto-docs rev: 7570167196c26c9eb08e97d1350a715bff37c75f)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 6ccf21882b..c1e81a6772 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
@@ -80,14 +80,19 @@ | |||
80 | </para></listitem> | 80 | </para></listitem> |
81 | <listitem><para> | 81 | <listitem><para> |
82 | <emphasis>Understand the Hardware Topology of the Environment:</emphasis> | 82 | <emphasis>Understand the Hardware Topology of the Environment:</emphasis> |
83 | Now that you know how many developers and support engineers | 83 | Once you understand the hardware involved and the make-up |
84 | are required, you can understand the topology of the | 84 | of the team, you can understand the hardware topology of the |
85 | hardware environment. | 85 | development environment. |
86 | You can get a visual idea of the machines and their roles | ||
87 | across the development environment. | ||
88 | |||
89 | <!-- | ||
86 | The following figure shows a moderately sized Yocto Project | 90 | The following figure shows a moderately sized Yocto Project |
87 | development environment. | 91 | development environment. |
88 | 92 | ||
89 | <para role="writernotes"> | 93 | <para role="writernotes"> |
90 | Need figure.</para> | 94 | Need figure.</para> |
95 | --> | ||
91 | 96 | ||
92 | </para></listitem> | 97 | </para></listitem> |
93 | <listitem><para> | 98 | <listitem><para> |