From d9b2ceeea3c8dc8d4437679621d8ee87cdc56b55 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 27 Aug 2012 07:19:12 -0700 Subject: documentation/mega-manual: New mega-manual directory This new directory contains the files for the mega-manual HTML document. Mega-manual is a compilation of all the existing YP manuals and guides. It is a single HTML file that simply lists each individual HTML document for the existing YP manuals and guides. The figures directory contains all the figures (duplicated) from the individual manuals and guides. (From yocto-docs rev: 5620c20ea4c7c69c96601b7480471e6166fd9409) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/mega-manual/figures/adt-title.png | Bin 0 -> 13498 bytes documentation/mega-manual/figures/app-dev-flow.png | Bin 0 -> 52670 bytes documentation/mega-manual/figures/bsp-dev-flow.png | Bin 0 -> 57479 bytes documentation/mega-manual/figures/bsp-title.png | Bin 0 -> 17388 bytes .../mega-manual/figures/building-an-image.png | Bin 0 -> 14891 bytes documentation/mega-manual/figures/dev-title.png | Bin 0 -> 11813 bytes documentation/mega-manual/figures/git-workflow.png | Bin 0 -> 26610 bytes documentation/mega-manual/figures/index-downloads.png | Bin 0 -> 58263 bytes .../figures/kernel-architecture-overview.png | Bin 0 -> 40748 bytes documentation/mega-manual/figures/kernel-dev-flow.png | Bin 0 -> 61916 bytes .../figures/kernel-example-repos-denzil.png | Bin 0 -> 34344 bytes .../mega-manual/figures/kernel-overview-1.png | Bin 0 -> 35839 bytes .../mega-manual/figures/kernel-overview-2.png | Bin 0 -> 34013 bytes .../mega-manual/figures/kernel-overview-3-denzil.png | Bin 0 -> 42285 bytes documentation/mega-manual/figures/kernel-title.png | Bin 0 -> 13970 bytes documentation/mega-manual/figures/poky-title.png | Bin 0 -> 11592 bytes documentation/mega-manual/figures/source-repos.png | Bin 0 -> 188986 bytes .../mega-manual/figures/using-a-pre-built-image.png | Bin 0 -> 12733 bytes documentation/mega-manual/figures/wip.png | Bin 0 -> 35309 bytes .../mega-manual/figures/yocto-environment.png | Bin 0 -> 73095 bytes .../mega-manual/figures/yocto-project-transp.png | Bin 0 -> 8626 bytes documentation/mega-manual/figures/yp-download.png | Bin 0 -> 118882 bytes 22 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 documentation/mega-manual/figures/adt-title.png create mode 100644 documentation/mega-manual/figures/app-dev-flow.png create mode 100644 documentation/mega-manual/figures/bsp-dev-flow.png create mode 100644 documentation/mega-manual/figures/bsp-title.png create mode 100755 documentation/mega-manual/figures/building-an-image.png create mode 100644 documentation/mega-manual/figures/dev-title.png create mode 100644 documentation/mega-manual/figures/git-workflow.png create mode 100644 documentation/mega-manual/figures/index-downloads.png create mode 100755 documentation/mega-manual/figures/kernel-architecture-overview.png create mode 100644 documentation/mega-manual/figures/kernel-dev-flow.png create mode 100644 documentation/mega-manual/figures/kernel-example-repos-denzil.png create mode 100644 documentation/mega-manual/figures/kernel-overview-1.png create mode 100644 documentation/mega-manual/figures/kernel-overview-2.png create mode 100644 documentation/mega-manual/figures/kernel-overview-3-denzil.png create mode 100644 documentation/mega-manual/figures/kernel-title.png create mode 100644 documentation/mega-manual/figures/poky-title.png create mode 100644 documentation/mega-manual/figures/source-repos.png create mode 100644 documentation/mega-manual/figures/using-a-pre-built-image.png create mode 100644 documentation/mega-manual/figures/wip.png create mode 100644 documentation/mega-manual/figures/yocto-environment.png create mode 100755 documentation/mega-manual/figures/yocto-project-transp.png create mode 100644 documentation/mega-manual/figures/yp-download.png (limited to 'documentation/mega-manual/figures') diff --git a/documentation/mega-manual/figures/adt-title.png b/documentation/mega-manual/figures/adt-title.png new file mode 100644 index 0000000000..6e71e41f1a Binary files /dev/null and b/documentation/mega-manual/figures/adt-title.png differ diff --git a/documentation/mega-manual/figures/app-dev-flow.png b/documentation/mega-manual/figures/app-dev-flow.png new file mode 100644 index 0000000000..4927b93d67 Binary files /dev/null and b/documentation/mega-manual/figures/app-dev-flow.png differ diff --git a/documentation/mega-manual/figures/bsp-dev-flow.png b/documentation/mega-manual/figures/bsp-dev-flow.png new file mode 100644 index 0000000000..b20ee19223 Binary files /dev/null and b/documentation/mega-manual/figures/bsp-dev-flow.png differ diff --git a/documentation/mega-manual/figures/bsp-title.png b/documentation/mega-manual/figures/bsp-title.png new file mode 100644 index 0000000000..f624dd4f94 Binary files /dev/null and b/documentation/mega-manual/figures/bsp-title.png differ diff --git a/documentation/mega-manual/figures/building-an-image.png b/documentation/mega-manual/figures/building-an-image.png new file mode 100755 index 0000000000..1fbea5ab00 Binary files /dev/null and b/documentation/mega-manual/figures/building-an-image.png differ diff --git a/documentation/mega-manual/figures/dev-title.png b/documentation/mega-manual/figures/dev-title.png new file mode 100644 index 0000000000..d3cac4a7e5 Binary files /dev/null and b/documentation/mega-manual/figures/dev-title.png differ diff --git a/documentation/mega-manual/figures/git-workflow.png b/documentation/mega-manual/figures/git-workflow.png new file mode 100644 index 0000000000..4fdf42f89c Binary files /dev/null and b/documentation/mega-manual/figures/git-workflow.png differ diff --git a/documentation/mega-manual/figures/index-downloads.png b/documentation/mega-manual/figures/index-downloads.png new file mode 100644 index 0000000000..c907997db2 Binary files /dev/null and b/documentation/mega-manual/figures/index-downloads.png differ diff --git a/documentation/mega-manual/figures/kernel-architecture-overview.png b/documentation/mega-manual/figures/kernel-architecture-overview.png new file mode 100755 index 0000000000..2aad172db3 Binary files /dev/null and b/documentation/mega-manual/figures/kernel-architecture-overview.png differ diff --git a/documentation/mega-manual/figures/kernel-dev-flow.png b/documentation/mega-manual/figures/kernel-dev-flow.png new file mode 100644 index 0000000000..f200af6338 Binary files /dev/null and b/documentation/mega-manual/figures/kernel-dev-flow.png differ diff --git a/documentation/mega-manual/figures/kernel-example-repos-denzil.png b/documentation/mega-manual/figures/kernel-example-repos-denzil.png new file mode 100644 index 0000000000..79fc60698b Binary files /dev/null and b/documentation/mega-manual/figures/kernel-example-repos-denzil.png differ diff --git a/documentation/mega-manual/figures/kernel-overview-1.png b/documentation/mega-manual/figures/kernel-overview-1.png new file mode 100644 index 0000000000..116c0b9bd4 Binary files /dev/null and b/documentation/mega-manual/figures/kernel-overview-1.png differ diff --git a/documentation/mega-manual/figures/kernel-overview-2.png b/documentation/mega-manual/figures/kernel-overview-2.png new file mode 100644 index 0000000000..5fee847c66 Binary files /dev/null and b/documentation/mega-manual/figures/kernel-overview-2.png differ diff --git a/documentation/mega-manual/figures/kernel-overview-3-denzil.png b/documentation/mega-manual/figures/kernel-overview-3-denzil.png new file mode 100644 index 0000000000..5f2ea05789 Binary files /dev/null and b/documentation/mega-manual/figures/kernel-overview-3-denzil.png differ diff --git a/documentation/mega-manual/figures/kernel-title.png b/documentation/mega-manual/figures/kernel-title.png new file mode 100644 index 0000000000..59d86c00dc Binary files /dev/null and b/documentation/mega-manual/figures/kernel-title.png differ diff --git a/documentation/mega-manual/figures/poky-title.png b/documentation/mega-manual/figures/poky-title.png new file mode 100644 index 0000000000..2893d84620 Binary files /dev/null and b/documentation/mega-manual/figures/poky-title.png differ diff --git a/documentation/mega-manual/figures/source-repos.png b/documentation/mega-manual/figures/source-repos.png new file mode 100644 index 0000000000..65c5f29a43 Binary files /dev/null and b/documentation/mega-manual/figures/source-repos.png differ diff --git a/documentation/mega-manual/figures/using-a-pre-built-image.png b/documentation/mega-manual/figures/using-a-pre-built-image.png new file mode 100644 index 0000000000..b03130d123 Binary files /dev/null and b/documentation/mega-manual/figures/using-a-pre-built-image.png differ diff --git a/documentation/mega-manual/figures/wip.png b/documentation/mega-manual/figures/wip.png new file mode 100644 index 0000000000..88116374a1 Binary files /dev/null and b/documentation/mega-manual/figures/wip.png differ diff --git a/documentation/mega-manual/figures/yocto-environment.png b/documentation/mega-manual/figures/yocto-environment.png new file mode 100644 index 0000000000..82b7a55a35 Binary files /dev/null and b/documentation/mega-manual/figures/yocto-environment.png differ diff --git a/documentation/mega-manual/figures/yocto-project-transp.png b/documentation/mega-manual/figures/yocto-project-transp.png new file mode 100755 index 0000000000..31d2b147fd Binary files /dev/null and b/documentation/mega-manual/figures/yocto-project-transp.png differ diff --git a/documentation/mega-manual/figures/yp-download.png b/documentation/mega-manual/figures/yp-download.png new file mode 100644 index 0000000000..a10b2e2b20 Binary files /dev/null and b/documentation/mega-manual/figures/yp-download.png differ -- cgit v1.2.3-54-g00ecf