summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-07-03 15:27:58 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-12 00:28:15 +0100
commit293b53674c1c97a29a8beaffc82130e90c0d3c2b (patch)
treeceb465c56599a684e7041803100a94f4646dab92 /documentation/Makefile
parentb15a65b8ea60032cf113196420a16183d0a0585a (diff)
downloadpoky-293b53674c1c97a29a8beaffc82130e90c0d3c2b.tar.gz
documentation: Moved devtool workflow to sdk manual
Fixes [YOCTO #11630] The section on the devtool workflow in the dev-manual was 99% identical to what was in the sdk-manual. I have moved the workflow procedure from the old "Model" chapter of the dev-manual to be merged with what was in the sdk-manual. In truth, the only things added were a note about devtool not being exclusive to SDK development. The result of moving (deleting) this section was that the "model" chapter of the dev-manual went away. The devtool stuff, Quilt, devshell, and python shell are all out now and there is no chapter left. So, mega-manual had to be adjusted to not pull that chapter in when building the dev-manual. I had to delete three figures that were used in the flow. The figures were already replicated in the sdk-manual. The figures were deleted from the figures folder of both the dev-manual and the mega-manual. I had to make sure all references to the old devtool stuf in the YP doc set were adjusted. (From yocto-docs rev: 5dbd643d31ab502df53a22229e457a03da7772b7) 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/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 770ef93f37..167b73e2cd 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -131,8 +131,6 @@ TARFILES = dev-style.css dev-manual.html \
131TARFILES = dev-style.css dev-manual.html \ 131TARFILES = dev-style.css dev-manual.html \
132 figures/dev-title.png \ 132 figures/dev-title.png \
133 figures/recipe-workflow.png \ 133 figures/recipe-workflow.png \
134 figures/devtool-add-flow.png figures/devtool-modify-flow.png \
135 figures/devtool-upgrade-flow.png \
136 eclipse 134 eclipse
137 endif 135 endif
138 136
@@ -241,8 +239,7 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png \
241 figures/sdk-generation.png figures/recipe-workflow.png \ 239 figures/sdk-generation.png figures/recipe-workflow.png \
242 figures/build-workspace-directory.png figures/mega-title.png \ 240 figures/build-workspace-directory.png figures/mega-title.png \
243 figures/toaster-title.png figures/hosted-service.png \ 241 figures/toaster-title.png figures/hosted-service.png \
244 figures/simple-configuration.png figures/devtool-add-flow.png \ 242 figures/simple-configuration.png \
245 figures/devtool-modify-flow.png figures/devtool-upgrade-flow.png \
246 figures/compatible-layers.png figures/import-layer.png figures/new-project.png \ 243 figures/compatible-layers.png figures/import-layer.png figures/new-project.png \
247 figures/sdk-environment.png figures/sdk-installed-standard-sdk-directory.png \ 244 figures/sdk-environment.png figures/sdk-installed-standard-sdk-directory.png \
248 figures/sdk-devtool-add-flow.png figures/sdk-installed-extensible-sdk-directory.png \ 245 figures/sdk-devtool-add-flow.png figures/sdk-installed-extensible-sdk-directory.png \