summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-model.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-10-04 13:12:57 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-07 13:15:36 +0100
commit6d5e8360cacdc8169ff3538ab9b0653f37698eda (patch)
tree3fd25cdd23bc961ce645945e615307e1caef9da5 /documentation/dev-manual/dev-manual-model.xml
parent416433d2ac27d7832794bdda02c6273161af456a (diff)
downloadpoky-6d5e8360cacdc8169ff3538ab9b0653f37698eda.tar.gz
documentation: dev-manual - Created generic figures
Each time the kernel revision is bumped (e.g. 3.2 to 3.4) Some of the figures would be out of date. The reason is they had pathnames that included the release of the kernel. For previous YP releases I was adding logic to the Makefile to be sure to catch the right files dependent on the branch from which the documents were being built. This scheme is not scalable so I decided to make the figures generic by adding a note within the figures explaining the place-holder "<x.x>" as part of a pathname. Thus, three new figures were added to the folders directories of the dev-manual and the mega-manual. Correspondingly, the 'denzil' version of the figures were deleted. I modified the Makefile so that if the BRANCH is not edison or denzil then the generic figure set is used. I have to retain the logic for both edison and denzil to cover the case where a user clones or sets up an edison or denzil repo and then builds out the manuals. Basically, it had to be backwards compatible for releases prior to danny. (From yocto-docs rev: 8283eed4b0b9ec164b87db99c35231f8731ac443) 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/dev-manual-model.xml')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index eb36ec0685..844e0dc851 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -352,7 +352,7 @@
352 </para> 352 </para>
353 353
354 <para> 354 <para>
355 <imagedata fileref="figures/kernel-overview-3-denzil.png" 355 <imagedata fileref="figures/kernel-overview-3-generic.png"
356 width="6in" depth="4in" align="center" scale="100" /> 356 width="6in" depth="4in" align="center" scale="100" />
357 </para> 357 </para>
358 358
@@ -385,7 +385,7 @@
385 </para> 385 </para>
386 386
387 <para> 387 <para>
388 <imagedata fileref="figures/kernel-overview-2.png" 388 <imagedata fileref="figures/kernel-overview-2-generic.png"
389 width="6in" depth="5in" align="center" scale="100" /> 389 width="6in" depth="5in" align="center" scale="100" />
390 </para> 390 </para>
391 391