diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-08-14 22:29:50 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-26 11:06:29 +0100 |
commit | a0eec0d86f12d20e8c0c77f31f68b77f563fe8ff (patch) | |
tree | 514b04ad05e86cee5b00e88d7cb544a375fe0864 /documentation/Makefile | |
parent | 39ee90b18742cbd63625187eff913c7733373d8e (diff) | |
download | poky-a0eec0d86f12d20e8c0c77f31f68b77f563fe8ff.tar.gz |
ref-manual, Makefile: New section on BitBake for expanded build
Fixes [YOCTO #2808]
Created a new section called "BitBake" that will provide an
expanded discussion of the basic YP build process. The
"BitBake" section has a new sub-section called "Source Fetching."
Part of the new section is a new figure named source-fetching.png.
The figure must reside in the "figures" directory in both the
ref-manual and the mega-manual. It must also be listed for each
of these manuals in the TARBALL statement in the Makefile.
(From yocto-docs rev: 41eff3e755a98ff31cadccfb1cd7dfcf569b4d9e)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/Makefile')
-rw-r--r-- | documentation/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index e3a0db4c22..90efc0542b 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -198,7 +198,8 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png figures | |||
198 | figures/sched-wakeup-profile.png figures/sysprof-callers.png \ | 198 | figures/sched-wakeup-profile.png figures/sysprof-callers.png \ |
199 | figures/sysprof-copy-from-user.png figures/sysprof-copy-to-user.png figures/cross-development-toolchains.png \ | 199 | figures/sysprof-copy-from-user.png figures/sysprof-copy-to-user.png figures/cross-development-toolchains.png \ |
200 | figures/yocto-environment-ref.png figures/user-configuration.png figures/source-input.png \ | 200 | figures/yocto-environment-ref.png figures/user-configuration.png figures/source-input.png \ |
201 | figures/package-feeds.png figures/layer-input.png figures/images.png figures/sdk.png | 201 | figures/package-feeds.png figures/layer-input.png figures/images.png figures/sdk.png \ |
202 | figures/source-fetching.png | ||
202 | endif | 203 | endif |
203 | 204 | ||
204 | MANUALS = $(DOC)/$(DOC).html | 205 | MANUALS = $(DOC)/$(DOC).html |
@@ -215,7 +216,7 @@ TARFILES = ref-manual.html ref-style.css figures/poky-title.png \ | |||
215 | figures/cross-development-toolchains.png figures/layer-input.png \ | 216 | figures/cross-development-toolchains.png figures/layer-input.png \ |
216 | figures/package-feeds.png figures/source-input.png \ | 217 | figures/package-feeds.png figures/source-input.png \ |
217 | figures/user-configuration.png figures/yocto-environment-ref.png \ | 218 | figures/user-configuration.png figures/yocto-environment-ref.png \ |
218 | figures/images.png figures/sdk.png | 219 | figures/images.png figures/sdk.png figures/source-fetching.png |
219 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse | 220 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse |
220 | FIGURES = figures | 221 | FIGURES = figures |
221 | STYLESHEET = $(DOC)/*.css | 222 | STYLESHEET = $(DOC)/*.css |