aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-02-22 15:21:12 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-03 17:40:13 +0000
commitb2b22d5edaf5ceb41a05575318d801efa6fd33c7 (patch)
treea90cdaa31da1106363bc99c705686c2779ed070b
parent0b7d8a4c769e5a3a0cee1a3f15446ecc55b2368f (diff)
downloadopenembedded-core-contrib-b2b22d5edaf5ceb41a05575318d801efa6fd33c7.tar.gz
dev-manual, mega-manual, Makefile: Added support for new upgrade flow
Created a new figure for the devtool upgrade flow. Put the figure in the "figures" folder of the dev-manual and the mega-manual. Updated the Makefile to include the new figure when creating Tarball of the dev-manual and the mega-manual. (From yocto-docs rev: 4b504f6f179ca7c7e9a69f23fc25b1f33ced8e44) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/Makefile3
-rw-r--r--documentation/dev-manual/figures/devtool-upgrade-flow.pngbin0 -> 140597 bytes
-rw-r--r--documentation/mega-manual/figures/devtool-upgrade-flow.pngbin0 -> 140597 bytes
3 files changed, 2 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 94bdc6653c..db61eb3782 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -135,6 +135,7 @@ TARFILES = dev-style.css dev-manual.html \
figures/source-repos.png figures/yp-download.png \
figures/recipe-workflow.png figures/build-workspace-directory.png \
figures/devtool-add-flow.png figures/devtool-modify-flow.png \
+ figures/devtool-upgrade-flow.png \
eclipse
endif
@@ -244,7 +245,7 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png \
figures/build-workspace-directory.png figures/mega-title.png \
figures/toaster-title.png figures/hosted-service.png \
figures/simple-configuration.png figures/devtool-add-flow.png \
- figures/devtool-modify-flow.png
+ figures/devtool-modify-flow.png figures/devtool-upgrade-flow.png
endif
MANUALS = $(DOC)/$(DOC).html
diff --git a/documentation/dev-manual/figures/devtool-upgrade-flow.png b/documentation/dev-manual/figures/devtool-upgrade-flow.png
new file mode 100644
index 0000000000..d25168c840
--- /dev/null
+++ b/documentation/dev-manual/figures/devtool-upgrade-flow.png
Binary files differ
diff --git a/documentation/mega-manual/figures/devtool-upgrade-flow.png b/documentation/mega-manual/figures/devtool-upgrade-flow.png
new file mode 100644
index 0000000000..d25168c840
--- /dev/null
+++ b/documentation/mega-manual/figures/devtool-upgrade-flow.png
Binary files differ