From ae06e04cd225d2c2147ca355e2dd39b4f6cf6775 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 29 Jan 2018 15:18:03 -0800 Subject: documentation: Created new "Getting Started" manual. Creation involved removing the overview-manual and replacing it with the getting-started manual. All links to the string "&YOCTO_DOCS_OVERVIEW_URL" had to be replaced with "&YOCTO_DOCS_GS_URL" across the entire YP manual set. I renamed files used to create the manual with prefixes suited for the new manual name, which is "Getting Started With Yocto Project". The style sheet for the new manual needed updating to display the new .PNG image for the title page. The mega-manual file had to be updated to include the files. The mega-manual.sed file had to be updated to include the new manual and not use the overview manual. (From yocto-docs rev: 6c7abf9192390121000f577d6c98f259d290d15d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../overview-manual/figures/YP-flow-diagram.png | Bin 190715 -> 0 bytes .../figures/analysis-for-package-splitting.png | Bin 63291 -> 0 bytes .../figures/configuration-compile-autoreconf.png | Bin 46080 -> 0 bytes .../figures/cross-development-toolchains.png | Bin 59275 -> 0 bytes documentation/overview-manual/figures/git-workflow.png | Bin 26586 -> 0 bytes .../overview-manual/figures/image-generation.png | Bin 112991 -> 0 bytes documentation/overview-manual/figures/images.png | Bin 22926 -> 0 bytes .../overview-manual/figures/index-downloads.png | Bin 36362 -> 0 bytes documentation/overview-manual/figures/layer-input.png | Bin 45856 -> 0 bytes .../overview-manual/figures/overview-title.png | Bin 12547 -> 0 bytes .../overview-manual/figures/package-feeds.png | Bin 30112 -> 0 bytes documentation/overview-manual/figures/patching.png | Bin 42523 -> 0 bytes .../overview-manual/figures/sdk-generation.png | Bin 115643 -> 0 bytes documentation/overview-manual/figures/sdk.png | Bin 67478 -> 0 bytes .../overview-manual/figures/source-fetching.png | Bin 38860 -> 0 bytes documentation/overview-manual/figures/source-input.png | Bin 39872 -> 0 bytes documentation/overview-manual/figures/source-repos.png | Bin 298757 -> 0 bytes .../overview-manual/figures/user-configuration.png | Bin 74109 -> 0 bytes .../overview-manual/figures/yocto-environment-ref.png | Bin 83206 -> 0 bytes documentation/overview-manual/figures/yp-download.png | Bin 230971 -> 0 bytes 20 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 documentation/overview-manual/figures/YP-flow-diagram.png delete mode 100644 documentation/overview-manual/figures/analysis-for-package-splitting.png delete mode 100644 documentation/overview-manual/figures/configuration-compile-autoreconf.png delete mode 100644 documentation/overview-manual/figures/cross-development-toolchains.png delete mode 100644 documentation/overview-manual/figures/git-workflow.png delete mode 100644 documentation/overview-manual/figures/image-generation.png delete mode 100644 documentation/overview-manual/figures/images.png delete mode 100644 documentation/overview-manual/figures/index-downloads.png delete mode 100644 documentation/overview-manual/figures/layer-input.png delete mode 100644 documentation/overview-manual/figures/overview-title.png delete mode 100644 documentation/overview-manual/figures/package-feeds.png delete mode 100644 documentation/overview-manual/figures/patching.png delete mode 100755 documentation/overview-manual/figures/sdk-generation.png delete mode 100644 documentation/overview-manual/figures/sdk.png delete mode 100644 documentation/overview-manual/figures/source-fetching.png delete mode 100644 documentation/overview-manual/figures/source-input.png delete mode 100644 documentation/overview-manual/figures/source-repos.png delete mode 100644 documentation/overview-manual/figures/user-configuration.png delete mode 100644 documentation/overview-manual/figures/yocto-environment-ref.png delete mode 100644 documentation/overview-manual/figures/yp-download.png (limited to 'documentation/overview-manual/figures') diff --git a/documentation/overview-manual/figures/YP-flow-diagram.png b/documentation/overview-manual/figures/YP-flow-diagram.png deleted file mode 100644 index 8264410504..0000000000 Binary files a/documentation/overview-manual/figures/YP-flow-diagram.png and /dev/null differ diff --git a/documentation/overview-manual/figures/analysis-for-package-splitting.png b/documentation/overview-manual/figures/analysis-for-package-splitting.png deleted file mode 100644 index 04f2794ea9..0000000000 Binary files a/documentation/overview-manual/figures/analysis-for-package-splitting.png and /dev/null differ diff --git a/documentation/overview-manual/figures/configuration-compile-autoreconf.png b/documentation/overview-manual/figures/configuration-compile-autoreconf.png deleted file mode 100644 index a07464f04c..0000000000 Binary files a/documentation/overview-manual/figures/configuration-compile-autoreconf.png and /dev/null differ diff --git a/documentation/overview-manual/figures/cross-development-toolchains.png b/documentation/overview-manual/figures/cross-development-toolchains.png deleted file mode 100644 index d36670a198..0000000000 Binary files a/documentation/overview-manual/figures/cross-development-toolchains.png and /dev/null differ diff --git a/documentation/overview-manual/figures/git-workflow.png b/documentation/overview-manual/figures/git-workflow.png deleted file mode 100644 index e401330a12..0000000000 Binary files a/documentation/overview-manual/figures/git-workflow.png and /dev/null differ diff --git a/documentation/overview-manual/figures/image-generation.png b/documentation/overview-manual/figures/image-generation.png deleted file mode 100644 index 71a48dc6f4..0000000000 Binary files a/documentation/overview-manual/figures/image-generation.png and /dev/null differ diff --git a/documentation/overview-manual/figures/images.png b/documentation/overview-manual/figures/images.png deleted file mode 100644 index d99eac1fbf..0000000000 Binary files a/documentation/overview-manual/figures/images.png and /dev/null differ diff --git a/documentation/overview-manual/figures/index-downloads.png b/documentation/overview-manual/figures/index-downloads.png deleted file mode 100644 index 96303b8781..0000000000 Binary files a/documentation/overview-manual/figures/index-downloads.png and /dev/null differ diff --git a/documentation/overview-manual/figures/layer-input.png b/documentation/overview-manual/figures/layer-input.png deleted file mode 100644 index 0a4f2e74f3..0000000000 Binary files a/documentation/overview-manual/figures/layer-input.png and /dev/null differ diff --git a/documentation/overview-manual/figures/overview-title.png b/documentation/overview-manual/figures/overview-title.png deleted file mode 100644 index c5ec87242e..0000000000 Binary files a/documentation/overview-manual/figures/overview-title.png and /dev/null differ diff --git a/documentation/overview-manual/figures/package-feeds.png b/documentation/overview-manual/figures/package-feeds.png deleted file mode 100644 index 37c9c32506..0000000000 Binary files a/documentation/overview-manual/figures/package-feeds.png and /dev/null differ diff --git a/documentation/overview-manual/figures/patching.png b/documentation/overview-manual/figures/patching.png deleted file mode 100644 index 8ecd018502..0000000000 Binary files a/documentation/overview-manual/figures/patching.png and /dev/null differ diff --git a/documentation/overview-manual/figures/sdk-generation.png b/documentation/overview-manual/figures/sdk-generation.png deleted file mode 100755 index adbe1f4acf..0000000000 Binary files a/documentation/overview-manual/figures/sdk-generation.png and /dev/null differ diff --git a/documentation/overview-manual/figures/sdk.png b/documentation/overview-manual/figures/sdk.png deleted file mode 100644 index 5c36b7548b..0000000000 Binary files a/documentation/overview-manual/figures/sdk.png and /dev/null differ diff --git a/documentation/overview-manual/figures/source-fetching.png b/documentation/overview-manual/figures/source-fetching.png deleted file mode 100644 index 26aefb50c2..0000000000 Binary files a/documentation/overview-manual/figures/source-fetching.png and /dev/null differ diff --git a/documentation/overview-manual/figures/source-input.png b/documentation/overview-manual/figures/source-input.png deleted file mode 100644 index f7515058ef..0000000000 Binary files a/documentation/overview-manual/figures/source-input.png and /dev/null differ diff --git a/documentation/overview-manual/figures/source-repos.png b/documentation/overview-manual/figures/source-repos.png deleted file mode 100644 index 603300b6d2..0000000000 Binary files a/documentation/overview-manual/figures/source-repos.png and /dev/null differ diff --git a/documentation/overview-manual/figures/user-configuration.png b/documentation/overview-manual/figures/user-configuration.png deleted file mode 100644 index c298401fc3..0000000000 Binary files a/documentation/overview-manual/figures/user-configuration.png and /dev/null differ diff --git a/documentation/overview-manual/figures/yocto-environment-ref.png b/documentation/overview-manual/figures/yocto-environment-ref.png deleted file mode 100644 index 650c6c8030..0000000000 Binary files a/documentation/overview-manual/figures/yocto-environment-ref.png and /dev/null differ diff --git a/documentation/overview-manual/figures/yp-download.png b/documentation/overview-manual/figures/yp-download.png deleted file mode 100644 index 5770be6883..0000000000 Binary files a/documentation/overview-manual/figures/yp-download.png and /dev/null differ -- cgit v1.2.3-54-g00ecf