summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-08-17 12:46:47 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-28 10:30:43 +0100
commitf08a41e9ef681905f4642f59d62d59ade8543450 (patch)
tree306a42ab58a03554c2ba1a3b51c447024f46544e /documentation/Makefile
parent48b17b2bfe489d68ffd1bf18e0eda6314bb94019 (diff)
downloadpoky-f08a41e9ef681905f4642f59d62d59ade8543450.tar.gz
dev-manual, Makefile: Created new section on multi-config build deps
Rewrote the section on setting up and executing multi-config builds. Broke the section into two sub-sections. One is for the standard information that was there for setting up a multi-config build. A new section was for the cross-build dependencies in multi-config builds. Part of the re-write included creating a new figure that shows the configuration file hierarchy needed for these types of builds. So, new figure added to both the dev-manual and the mega-manual figures directories. Finally, the Makefile needed updated to account for the new figures. (From yocto-docs rev: dc158e97c216aa6e7fa3755164409d581f8569c5) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index e41d5a0f60..093422f69f 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -165,6 +165,7 @@ TARFILES = dev-style.css dev-manual.html \
165TARFILES = dev-style.css dev-manual.html figures/buildhistory-web.png \ 165TARFILES = dev-style.css dev-manual.html figures/buildhistory-web.png \
166 figures/dev-title.png figures/buildhistory.png \ 166 figures/dev-title.png figures/buildhistory.png \
167 figures/recipe-workflow.png figures/bitbake-build-flow.png \ 167 figures/recipe-workflow.png figures/bitbake-build-flow.png \
168 figures/multiconfig_files.png \
168 eclipse 169 eclipse
169 endif 170 endif
170 171
@@ -261,7 +262,7 @@ TARFILES = mega-manual.html mega-style.css \
261 figures/image-generation.png figures/key-dev-elements.png\ 262 figures/image-generation.png figures/key-dev-elements.png\
262 figures/sdk-generation.png figures/recipe-workflow.png \ 263 figures/sdk-generation.png figures/recipe-workflow.png \
263 figures/build-workspace-directory.png figures/mega-title.png \ 264 figures/build-workspace-directory.png figures/mega-title.png \
264 figures/toaster-title.png figures/hosted-service.png \ 265 figures/toaster-title.png figures/hosted-service.png figures/multiconfig_files.png \
265 figures/simple-configuration.png figures/poky-reference-distribution.png \ 266 figures/simple-configuration.png figures/poky-reference-distribution.png \
266 figures/compatible-layers.png figures/import-layer.png figures/new-project.png \ 267 figures/compatible-layers.png figures/import-layer.png figures/new-project.png \
267 figures/sdk-environment.png figures/sdk-installed-standard-sdk-directory.png \ 268 figures/sdk-environment.png figures/sdk-installed-standard-sdk-directory.png \