From 1bd23c8679dd569b6efdbd33a37fbcc14b826f35 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 8 Nov 2013 14:07:35 -0800 Subject: dev-manual, mega-manual, Makefile: Added new recipe creation flow figure. (From yocto-docs rev: c031c014bae6d6e4a239a4bcd1e8b9d5d272f851) Signed-off-by: Scott Rifenbark Created a new figure for the flow. This involved putting the figure into the "Figures" directory of both the dev-manual and the mega-manual and then updating Makefile to include the figure in the TARBALL variable. Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/Makefile | 4 ++-- documentation/dev-manual/figures/recipe-workflow.png | Bin 0 -> 33081 bytes documentation/mega-manual/figures/recipe-workflow.png | Bin 0 -> 33081 bytes 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 documentation/dev-manual/figures/recipe-workflow.png create mode 100644 documentation/mega-manual/figures/recipe-workflow.png (limited to 'documentation') diff --git a/documentation/Makefile b/documentation/Makefile index 5f2f865f39..3bc9a213ee 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -115,7 +115,7 @@ TARFILES = dev-style.css dev-manual.html dev-manual.pdf \ figures/app-dev-flow.png figures/bsp-dev-flow.png figures/dev-title.png \ figures/git-workflow.png figures/index-downloads.png figures/kernel-dev-flow.png \ figures/kernel-overview-1.png figures/kernel-overview-2-generic.png \ - figures/source-repos.png figures/yp-download.png \ + figures/source-repos.png figures/yp-download.png figures/recipe-workflow.png \ eclipse endif @@ -201,7 +201,7 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png figures figures/package-feeds.png figures/layer-input.png figures/images.png figures/sdk.png \ figures/source-fetching.png figures/patching.png figures/configuration-compile-autoreconf.png \ figures/analysis-for-package-splitting.png figures/image-generation.png \ - figures/sdk-generation.png + figures/sdk-generation.png figures/recipe-workflow.png endif MANUALS = $(DOC)/$(DOC).html diff --git a/documentation/dev-manual/figures/recipe-workflow.png b/documentation/dev-manual/figures/recipe-workflow.png new file mode 100644 index 0000000000..2c05e94745 Binary files /dev/null and b/documentation/dev-manual/figures/recipe-workflow.png differ diff --git a/documentation/mega-manual/figures/recipe-workflow.png b/documentation/mega-manual/figures/recipe-workflow.png new file mode 100644 index 0000000000..2c05e94745 Binary files /dev/null and b/documentation/mega-manual/figures/recipe-workflow.png differ -- cgit 1.2.3-korg