summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-04-26 08:46:36 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-01 21:00:30 +0100
commitcaf6532b519cfbd715fee40ca79e68659e0ce5de (patch)
tree0c0c2af9b36fa2d2462f10af0f2703993135f0e5 /documentation/dev-manual
parenta81cb954bb9e416557c2fddae8f09ddf4aef7959 (diff)
downloadpoky-caf6532b519cfbd715fee40ca79e68659e0ce5de.tar.gz
documentation: release-specific figure needed for denzil in dev-manual
dev-manual/dev-manual-model.xml: The Bare Clone and Copy of the Bare Clone figures are out of date for denzil. These needed to be re-done so they use "linux-yocto-3.2.git" and "my-linux-yocto-3.0-work" as the root names. This presents a Makefile issue when making the denzil and pre-denzil versions of the manuals. Whenever you use a different figure for a different release, you need to involve the BRANCH variable in the Makefile. This is necessary because you are using different figures in the generated tarballs. The set of figures could be unique to the release. The outdated figure is "kernel-overview-3.png" and will eventually be removed (later commit). I created a new figure named "kernel-overview-3-denzil.png" and used that in the dev-manual-model.xml file. documentation/Makefile: I updated the Makefile to test for a "denzil" release build and if so include the new file in the generated tarball. This commit adds the new .PNG file as well. Fixed the Makefile so that if you don't supply a BRANCH value, it uses the latest figures (denzil). (From yocto-docs rev: 49552b12a967f97eb4d75477895bf32f61d69aa6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml2
-rw-r--r--documentation/dev-manual/figures/kernel-overview-3-denzil.pngbin0 -> 42285 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index 9329397236..be854b99d9 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -336,7 +336,7 @@
336 </para> 336 </para>
337 337
338 <para> 338 <para>
339 <imagedata fileref="figures/kernel-overview-3.png" 339 <imagedata fileref="figures/kernel-overview-3-denzil.png"
340 width="6in" depth="4in" align="center" scale="100" /> 340 width="6in" depth="4in" align="center" scale="100" />
341 </para> 341 </para>
342 342
diff --git a/documentation/dev-manual/figures/kernel-overview-3-denzil.png b/documentation/dev-manual/figures/kernel-overview-3-denzil.png
new file mode 100644
index 0000000000..5f2ea05789
--- /dev/null
+++ b/documentation/dev-manual/figures/kernel-overview-3-denzil.png
Binary files differ