aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/Makefile6
-rw-r--r--documentation/mega-manual/figures/compatible-layers.pngbin0 -> 163081 bytes
-rw-r--r--documentation/mega-manual/figures/import-layer.pngbin0 -> 139108 bytes
-rw-r--r--documentation/mega-manual/figures/new-project.pngbin0 -> 73760 bytes
4 files changed, 4 insertions, 2 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index db61eb3782..781aa5ad3c 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -245,7 +245,8 @@ 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-upgrade-flow.png
+ figures/devtool-modify-flow.png figures/devtool-upgrade-flow.png \
+ figures/compatible-layers.png figures/import-layer.png figures/new-project.png
endif
MANUALS = $(DOC)/$(DOC).html
@@ -345,7 +346,8 @@ XSLTOPTS = --xinclude
ALLPREQ = html tarball
TARFILES = toaster-manual.html toaster-manual-style.css \
figures/toaster-title.png figures/simple-configuration.png \
- figures/hosted-service.png
+ figures/hosted-service.png \
+ figures/compatible-layers.png figures/import-layer.png figures/new-project.png
MANUALS = $(DOC)/$(DOC).html
FIGURES = figures
STYLESHEET = $(DOC)/*.css
diff --git a/documentation/mega-manual/figures/compatible-layers.png b/documentation/mega-manual/figures/compatible-layers.png
new file mode 100644
index 0000000000..38436b075c
--- /dev/null
+++ b/documentation/mega-manual/figures/compatible-layers.png
Binary files differ
diff --git a/documentation/mega-manual/figures/import-layer.png b/documentation/mega-manual/figures/import-layer.png
new file mode 100644
index 0000000000..436ec7af4a
--- /dev/null
+++ b/documentation/mega-manual/figures/import-layer.png
Binary files differ
diff --git a/documentation/mega-manual/figures/new-project.png b/documentation/mega-manual/figures/new-project.png
new file mode 100644
index 0000000000..dbc50b9918
--- /dev/null
+++ b/documentation/mega-manual/figures/new-project.png
Binary files differ