summaryrefslogtreecommitdiffstats
path: root/documentation/getting-started/eclipse/getting-started-toc.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-01-29 15:18:03 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-14 15:25:29 +0000
commitae06e04cd225d2c2147ca355e2dd39b4f6cf6775 (patch)
treec920e85262a91e7626279e7dcbbd56a299919f49 /documentation/getting-started/eclipse/getting-started-toc.xml
parentebc7de094881dd8f2450aa4fdf548f2e9c835df1 (diff)
downloadpoky-ae06e04cd225d2c2147ca355e2dd39b4f6cf6775.tar.gz
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 <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/getting-started/eclipse/getting-started-toc.xml')
-rw-r--r--documentation/getting-started/eclipse/getting-started-toc.xml86
1 files changed, 86 insertions, 0 deletions
diff --git a/documentation/getting-started/eclipse/getting-started-toc.xml b/documentation/getting-started/eclipse/getting-started-toc.xml
new file mode 100644
index 0000000000..6f1c29af30
--- /dev/null
+++ b/documentation/getting-started/eclipse/getting-started-toc.xml
@@ -0,0 +1,86 @@
1<?xml version="1.0" encoding="utf-8" standalone="no"?>
2<toc label="Getting Started With Yocto Project" topic="html/getting-started/index.html">
3 <topic label="The Yocto Project Overview Manual" href="html/getting-started/overview-manual-intro.html">
4 <topic label="Welcome" href="html/getting-started/overview-welcome.html"/>
5 <topic label="Other Information" href="html/getting-started/overview-other-information.html"/>
6 </topic>
7 <topic label="The Yocto Project Development Environment" href="html/getting-started/overview-development-environment.html">
8 <topic label="Introduction" href="html/getting-started/yp-intro.html"/>
9 <topic label="Open Source Philosophy" href="html/getting-started/open-source-philosophy.html"/>
10 <topic label="Workflows" href="html/getting-started/workflows.html"/>
11 <topic label="Git" href="html/getting-started/git.html">
12 <topic label="Repositories, Tags, and Branches" href="html/getting-started/repositories-tags-and-branches.html"/>
13 <topic label="Basic Commands" href="html/getting-started/basic-commands.html"/>
14 </topic>
15 <topic label="Yocto Project Source Repositories" href="html/getting-started/yocto-project-repositories.html"/>
16 <topic label="Licensing" href="html/getting-started/licensing.html"/>
17 <topic label="Recipe Syntax" href="html/getting-started/recipe-syntax.html"/>
18 <topic label="Development Concepts" href="html/getting-started/development-concepts.html">
19 <topic label="User Configuration" href="html/getting-started/user-configuration.html"/>
20 <topic label="Metadata, Machine Configuration, and Policy Configuration" href="html/getting-started/metadata-machine-configuration-and-policy-configuration.html">
21 <topic label="Distro Layer" href="html/getting-started/distro-layer.html"/>
22 <topic label="BSP Layer" href="html/getting-started/bsp-layer.html"/>
23 <topic label="Software Layer" href="html/getting-started/software-layer.html"/>
24 </topic>
25 <topic label="Sources" href="html/getting-started/sources-dev-environment.html">
26 <topic label="Upstream Project Releases" href="html/getting-started/upstream-project-releases.html"/>
27 <topic label="Local Projects" href="html/getting-started/local-projects.html"/>
28 <topic label="Source Control Managers (Optional)" href="html/getting-started/scms.html"/>
29 <topic label="Source Mirror(s)" href="html/getting-started/source-mirrors.html"/>
30 </topic>
31 <topic label="Package Feeds" href="html/getting-started/package-feeds-dev-environment.html"/>
32 <topic label="BitBake" href="html/getting-started/bitbake-dev-environment.html">
33 <topic label="Source Fetching" href="html/getting-started/source-fetching-dev-environment.html"/>
34 <topic label="Patching" href="html/getting-started/patching-dev-environment.html"/>
35 <topic label="Configuration and Compilation" href="html/getting-started/configuration-and-compilation-dev-environment.html"/>
36 <topic label="Package Splitting" href="html/getting-started/package-splitting-dev-environment.html"/>
37 <topic label="Image Generation" href="html/getting-started/image-generation-dev-environment.html"/>
38 <topic label="SDK Generation" href="html/getting-started/sdk-generation-dev-environment.html"/>
39 <topic label="Stamp Files and the Rerunning of Tasks" href="html/getting-started/stamp-files-and-the-rerunning-of-tasks.html"/>
40 <topic label="Setscene Tasks and Shared State" href="html/getting-started/setscene-tasks-and-shared-state.html"/>
41 </topic>
42 <topic label="Images" href="html/getting-started/images-dev-environment.html"/>
43 <topic label="Application Development SDK" href="html/getting-started/sdk-dev-environment.html"/>
44 </topic>
45 </topic>
46 <topic label="Yocto Project Concepts" href="html/getting-started/overview-concepts.html">
47 <topic label="Yocto Project Components" href="html/getting-started/yocto-project-components.html">
48 <topic label="BitBake" href="html/getting-started/usingpoky-components-bitbake.html"/>
49 <topic label="Metadata (Recipes)" href="html/getting-started/usingpoky-components-metadata.html"/>
50 <topic label="Metadata (Virtual Providers)" href="html/getting-started/metadata-virtual-providers.html"/>
51 <topic label="Classes" href="html/getting-started/usingpoky-components-classes.html"/>
52 <topic label="Configuration" href="html/getting-started/usingpoky-components-configuration.html"/>
53 </topic>
54 <topic label="Cross-Development Toolchain Generation" href="html/getting-started/cross-development-toolchain-generation.html"/>
55 <topic label="Shared State Cache" href="html/getting-started/shared-state-cache.html">
56 <topic label="Overall Architecture" href="html/getting-started/overall-architecture.html"/>
57 <topic label="Checksums (Signatures)" href="html/getting-started/overview-checksums.html"/>
58 <topic label="Shared State" href="html/getting-started/shared-state.html"/>
59 <topic label="Tips and Tricks" href="html/getting-started/tips-and-tricks.html">
60 <topic label="Debugging" href="html/getting-started/overview-debugging.html"/>
61 <topic label="Invalidating Shared State" href="html/getting-started/invalidating-shared-state.html"/>
62 </topic>
63 </topic>
64 <topic label="Automatically Added Runtime Dependencies" href="html/getting-started/automatically-added-runtime-dependencies.html"/>
65 <topic label="Fakeroot and Pseudo" href="html/getting-started/fakeroot-and-pseudo.html"/>
66 <topic label="Wayland" href="html/getting-started/wayland.html">
67 <topic label="Support" href="html/getting-started/wayland-support.html"/>
68 <topic label="Enabling Wayland in an Image" href="html/getting-started/enabling-wayland-in-an-image.html">
69 <topic label="Building" href="html/getting-started/enable-building.html"/>
70 <topic label="Installing" href="html/getting-started/enable-installation-in-an-image.html"/>
71 </topic>
72 <topic label="Running Weston" href="html/getting-started/running-weston.html"/>
73 </topic>
74 <topic label="Licenses" href="html/getting-started/overview-licenses.html">
75 <topic label="Tracking License Changes" href="html/getting-started/usingpoky-configuring-LIC_FILES_CHKSUM.html">
76 <topic label="Specifying the LIC_FILES_CHKSUM Variable" href="html/getting-started/usingpoky-specifying-LIC_FILES_CHKSUM.html"/>
77 <topic label="Explanation of Syntax" href="html/getting-started/usingpoky-LIC_FILES_CHKSUM-explanation-of-syntax.html"/>
78 </topic>
79 <topic label="Enabling Commercially Licensed Recipes" href="html/getting-started/enabling-commercially-licensed-recipes.html">
80 <topic label="License Flag Matching" href="html/getting-started/license-flag-matching.html"/>
81 <topic label="Other Variables Related to Commercial Licenses" href="html/getting-started/other-variables-related-to-commercial-licenses.html"/>
82 </topic>
83 </topic>
84 <topic label="x32 psABI" href="html/getting-started/x32.html"/>
85 </topic>
86</toc>