diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2016-02-11 17:14:01 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-03 17:40:12 +0000 |
| commit | 1eecaea70d0c801d08cea17e57c8693f8058cdce (patch) | |
| tree | 75df0ee20a011ff48b6dde4a9028522946ea2e4c | |
| parent | 9582da61de441ba2c5b347a299c6e66a04b087a7 (diff) | |
| download | poky-1eecaea70d0c801d08cea17e57c8693f8058cdce.tar.gz | |
dev-manual, mega-manual: Added new figure for devtool modify flow
(From yocto-docs rev: 2472ab38e0badd50d4e30e161bb56edba4cfbdb2)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/Makefile | 5 | ||||
| -rw-r--r-- | documentation/dev-manual/figures/devtool-modify-flow.png | bin | 0 -> 173332 bytes | |||
| -rw-r--r-- | documentation/mega-manual/figures/devtool-modify-flow.png | bin | 0 -> 173332 bytes |
3 files changed, 3 insertions, 2 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 46426a0d02..94bdc6653c 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
| @@ -134,7 +134,7 @@ TARFILES = dev-style.css dev-manual.html \ | |||
| 134 | figures/kernel-overview-1.png figures/kernel-overview-2-generic.png \ | 134 | figures/kernel-overview-1.png figures/kernel-overview-2-generic.png \ |
| 135 | figures/source-repos.png figures/yp-download.png \ | 135 | figures/source-repos.png figures/yp-download.png \ |
| 136 | figures/recipe-workflow.png figures/build-workspace-directory.png \ | 136 | figures/recipe-workflow.png figures/build-workspace-directory.png \ |
| 137 | figures/devtool-add-flow.png \ | 137 | figures/devtool-add-flow.png figures/devtool-modify-flow.png \ |
| 138 | eclipse | 138 | eclipse |
| 139 | endif | 139 | endif |
| 140 | 140 | ||
| @@ -243,7 +243,8 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png \ | |||
| 243 | figures/sdk-generation.png figures/recipe-workflow.png \ | 243 | figures/sdk-generation.png figures/recipe-workflow.png \ |
| 244 | figures/build-workspace-directory.png figures/mega-title.png \ | 244 | figures/build-workspace-directory.png figures/mega-title.png \ |
| 245 | figures/toaster-title.png figures/hosted-service.png \ | 245 | figures/toaster-title.png figures/hosted-service.png \ |
| 246 | figures/simple-configuration.png figures/devtool-add-flow.png | 246 | figures/simple-configuration.png figures/devtool-add-flow.png \ |
| 247 | figures/devtool-modify-flow.png | ||
| 247 | endif | 248 | endif |
| 248 | 249 | ||
| 249 | MANUALS = $(DOC)/$(DOC).html | 250 | MANUALS = $(DOC)/$(DOC).html |
diff --git a/documentation/dev-manual/figures/devtool-modify-flow.png b/documentation/dev-manual/figures/devtool-modify-flow.png new file mode 100644 index 0000000000..eb2ea26ef1 --- /dev/null +++ b/documentation/dev-manual/figures/devtool-modify-flow.png | |||
| Binary files differ | |||
diff --git a/documentation/mega-manual/figures/devtool-modify-flow.png b/documentation/mega-manual/figures/devtool-modify-flow.png new file mode 100644 index 0000000000..eb2ea26ef1 --- /dev/null +++ b/documentation/mega-manual/figures/devtool-modify-flow.png | |||
| Binary files differ | |||
