summaryrefslogtreecommitdiffstats
path: root/plugins/org.yocto.doc.user
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.yocto.doc.user')
-rw-r--r--plugins/org.yocto.doc.user/.classpath6
-rw-r--r--plugins/org.yocto.doc.user/.project28
-rw-r--r--plugins/org.yocto.doc.user/META-INF/MANIFEST.MF8
-rw-r--r--plugins/org.yocto.doc.user/OSGI-INF/l10n/bundle.properties3
-rw-r--r--plugins/org.yocto.doc.user/about.html.in189
-rw-r--r--plugins/org.yocto.doc.user/build.properties9
-rw-r--r--plugins/org.yocto.doc.user/html/book.css1
-rw-r--r--plugins/org.yocto.doc.user/plugin.xml39
-rw-r--r--plugins/org.yocto.doc.user/toc.xml24
9 files changed, 307 insertions, 0 deletions
diff --git a/plugins/org.yocto.doc.user/.classpath b/plugins/org.yocto.doc.user/.classpath
new file mode 100644
index 0000000..bc74aab
--- /dev/null
+++ b/plugins/org.yocto.doc.user/.classpath
@@ -0,0 +1,6 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5 <classpathentry kind="output" path="bin"/>
6</classpath>
diff --git a/plugins/org.yocto.doc.user/.project b/plugins/org.yocto.doc.user/.project
new file mode 100644
index 0000000..d46bf21
--- /dev/null
+++ b/plugins/org.yocto.doc.user/.project
@@ -0,0 +1,28 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<projectDescription>
3 <name>org.yocto.doc.user</name>
4 <comment></comment>
5 <projects>
6 </projects>
7 <buildSpec>
8 <buildCommand>
9 <name>org.eclipse.jdt.core.javabuilder</name>
10 <arguments>
11 </arguments>
12 </buildCommand>
13 <buildCommand>
14 <name>org.eclipse.pde.ManifestBuilder</name>
15 <arguments>
16 </arguments>
17 </buildCommand>
18 <buildCommand>
19 <name>org.eclipse.pde.SchemaBuilder</name>
20 <arguments>
21 </arguments>
22 </buildCommand>
23 </buildSpec>
24 <natures>
25 <nature>org.eclipse.pde.PluginNature</nature>
26 <nature>org.eclipse.jdt.core.javanature</nature>
27 </natures>
28</projectDescription>
diff --git a/plugins/org.yocto.doc.user/META-INF/MANIFEST.MF b/plugins/org.yocto.doc.user/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..83c597c
--- /dev/null
+++ b/plugins/org.yocto.doc.user/META-INF/MANIFEST.MF
@@ -0,0 +1,8 @@
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: %Bundle-Name
4Bundle-SymbolicName: org.yocto.doc.user;singleton:=true
5Bundle-Version: 1.4.0.qualifier
6Bundle-Vendor: %Bundle-Vendor
7Bundle-RequiredExecutionEnvironment: JavaSE-1.6
8Require-Bundle: org.eclipse.help
diff --git a/plugins/org.yocto.doc.user/OSGI-INF/l10n/bundle.properties b/plugins/org.yocto.doc.user/OSGI-INF/l10n/bundle.properties
new file mode 100644
index 0000000..b602cbd
--- /dev/null
+++ b/plugins/org.yocto.doc.user/OSGI-INF/l10n/bundle.properties
@@ -0,0 +1,3 @@
1#Properties file for org.yocto.doc.user
2Bundle-Vendor = yoctoproject.org
3Bundle-Name = Yocto Project Documentation
diff --git a/plugins/org.yocto.doc.user/about.html.in b/plugins/org.yocto.doc.user/about.html.in
new file mode 100644
index 0000000..3040859
--- /dev/null
+++ b/plugins/org.yocto.doc.user/about.html.in
@@ -0,0 +1,189 @@
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml">
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
6<title>About</title>
7</head>
8<body lang="EN-US">
9 <h2>About This Content</h2>
10
11 <p>
12 <em>December, 2012</em>
13 </p>
14 <h3>License</h3>
15
16 <p>
17 Copyright (c) 2010 Intel, Inc. and others.
18 All rights reserved. This program and the accompanying materials
19 are made available under the terms of the Eclipse Public License v1.0
20 which accompanies this distribution, and is available at <br />
21 <a href="http://www.eclipse.org/legal/epl-v10.html">
22 http://www.eclipse.org/legal/epl-v10.html
23 </a>
24 </p>
25
26 <h3>Third Party Content</h3>
27 <p>The Content includes items that have been sourced from the Yocto project
28 as set out below. If you did not receive this Content directly
29 from the Linux Foundation, the following is provided for
30 informational purposes only, and you should look to the
31 Redistributor's license for terms and conditions of use.</p>
32 <p>
33 <strong>
34 Yocto Project Quick Start
35 </strong>
36 <br />
37 <br />
38 This short document lets you get started with the Yocto Project
39 quickly and start building an image.
40 <br />
41 <br />
42 <em>License:</em>
43 <a href="http://creativecommons.org/licenses/by-sa/2.0/uk/legalcode">
44 http://creativecommons.org/licenses/by-sa/2.0/uk/legalcode
45 </a>
46 <br />
47 <em>Source Code Repository:</em>
48 <a href="git://git.yoctoproject.org/yocto-docs">
49 git://git.yoctoproject.org/yocto-docs
50 </a>
51 <br />
52 <em>Commit:</em> @COMMIT_ID-yocto-project-qs@
53 <br />
54 <br />
55 <strong>
56 Yocto Project Application Developer's Guide:
57 </strong>
58 <br />
59 <br />
60 This manual shows you how to setup and use the Application Development
61 Toolkit (ADT) and stand-alone cross-development toolchains so you can
62 develop user-space applications.
63 <br />
64 <br />
65 <em>License:</em>
66 <a href="http://creativecommons.org/licenses/by-sa/2.0/uk/legalcode">
67 http://creativecommons.org/licenses/by-sa/2.0/uk/legalcode
68 </a>
69 <br />
70 <em>Source Code Repository:</em>
71 <a href="git://git.yoctoproject.org/yocto-docs">
72 git://git.yoctoproject.org/yocto-docs
73 </a>
74 <br />
75 <em>Commit:</em> @COMMIT_ID-adt-manual@
76 <br />
77 <br />
78 <strong>
79 Yocto Project Development Manual:
80 </strong>
81 <br />
82 <br />
83 This manual describes how to use the Yocto Project to develop
84 embedded Linux images and user-space applications to run on
85 targeted devices.
86 <br />
87 <br />
88 <em>License:</em>
89 <a href="http://creativecommons.org/licenses/by-sa/2.0/uk/legalcode">
90 http://creativecommons.org/licenses/by-sa/2.0/uk/legalcode
91 </a>
92 <br />
93 <em>Source Code Repository:</em>
94 <a href="git://git.yoctoproject.org/yocto-docs">
95 git://git.yoctoproject.org/yocto-docs
96 </a>
97 <br />
98 <em>Commit:</em> @COMMIT_ID-dev-manual@
99 <br />
100 <br />
101 <strong>
102 Yocto Project Reference Manual:
103 </strong>
104 <br />
105 <br />
106 This manual is the complete reference guide to the Poky component.
107 It also contains a chapter on Board Support Package (BSP) development.
108 <br />
109 <br />
110 <em>License:</em>
111 <a href="http://creativecommons.org/licenses/by-sa/2.0/uk/legalcode">
112 http://creativecommons.org/licenses/by-sa/2.0/uk/legalcode
113 </a>
114 <br />
115 <em>Source Code Repository:</em>
116 <a href="git://git.yoctoproject.org/yocto-docs">
117 git://git.yoctoproject.org/yocto-docs
118 </a>
119 <br />
120 <em>Commit:</em> @COMMIT_ID-ref-manual@
121 <br />
122 <br />
123 <strong>
124 Yocto Project Board Support Package (BSP) Developer's Guide:
125 </strong>
126 <br />
127 <br />
128 This brief document defines a structure for BSP components.
129 Having a commonly understood layout encourages standardization.
130 <br />
131 <br />
132 <em>License:</em>
133 <a href="http://creativecommons.org/licenses/by-sa/2.0/uk/legalcode">
134 http://creativecommons.org/licenses/by-sa/2.0/uk/legalcode
135 </a>
136 <br />
137 <em>Source Code Repository:</em>
138 <a href="git://git.yoctoproject.org/yocto-docs">
139 git://git.yoctoproject.org/yocto-docs
140 </a>
141 <br />
142 <em>Commit:</em> @COMMIT_ID-bsp-guide@
143 <br />
144 <br />
145 <strong>
146 Yocto Project Linux Kernel Development Manual:
147 </strong>
148 <br />
149 <br />
150 This document describes the architecture of the Yocto Project
151 kernel and provides some work flow examples.
152 <br />
153 <br />
154 <em>License:</em>
155 <a href="http://creativecommons.org/licenses/by-sa/2.0/uk/legalcode">
156 http://creativecommons.org/licenses/by-sa/2.0/uk/legalcode
157 </a>
158 <br />
159 <em>Source Code Repository:</em>
160 <a href="git://git.yoctoproject.org/yocto-docs">
161 git://git.yoctoproject.org/yocto-docs
162 </a>
163 <br />
164 <em>Commit:</em> @COMMIT_ID-kernel-dev@
165 <br />
166 <br />
167 <strong>
168 Yocto Project Profiling and Tracing Manual:
169 </strong>
170 <br />
171 <br />
172 This manual presents a set of common and generally useful
173 tracing and profiling schemes along with their application
174 (as appropriate) to each tool.
175 <br />
176 <br />
177 <em>License:</em>
178 <a href="http://creativecommons.org/licenses/by-sa/2.0/uk/legalcode">
179 http://creativecommons.org/licenses/by-sa/2.0/uk/legalcode
180 </a>
181 <br />
182 <em>Source Code Repository:</em>
183 <a href="git://git.yoctoproject.org/yocto-docs">
184 git://git.yoctoproject.org/yocto-docs
185 </a>
186 <br />
187 <em>Commit:</em> @COMMIT_ID-profile-manual@
188 </p>
189</body>
diff --git a/plugins/org.yocto.doc.user/build.properties b/plugins/org.yocto.doc.user/build.properties
new file mode 100644
index 0000000..cbceb14
--- /dev/null
+++ b/plugins/org.yocto.doc.user/build.properties
@@ -0,0 +1,9 @@
1bin.includes = plugin.xml,\
2 .,\
3 META-INF/,\
4 OSGI-INF/,\
5 html/,\
6 toc.xml,\
7 about.html
8src.includes = html/,\
9 about.html
diff --git a/plugins/org.yocto.doc.user/html/book.css b/plugins/org.yocto.doc.user/html/book.css
new file mode 100644
index 0000000..e248f5a
--- /dev/null
+++ b/plugins/org.yocto.doc.user/html/book.css
@@ -0,0 +1 @@
@import "PLUGINS_ROOT/PRODUCT_PLUGIN/book.css";
diff --git a/plugins/org.yocto.doc.user/plugin.xml b/plugins/org.yocto.doc.user/plugin.xml
new file mode 100644
index 0000000..8e87ce7
--- /dev/null
+++ b/plugins/org.yocto.doc.user/plugin.xml
@@ -0,0 +1,39 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<?eclipse version="3.4"?>
3<plugin>
4 <extension
5 point="org.eclipse.help.toc">
6 <toc
7 file="toc.xml"
8 primary="true">
9 </toc>
10 <toc
11 file="html/adt-manual-toc.xml"
12 primary="false">
13 </toc>
14 <toc
15 file="html/yocto-project-qs-toc.xml"
16 primary="false">
17 </toc>
18 <toc
19 file="html/dev-manual-toc.xml"
20 primary="false">
21 </toc>
22 <toc
23 file="html/ref-manual-toc.xml"
24 primary="false">
25 </toc>
26 <toc
27 file="html/bsp-guide-toc.xml"
28 primary="false">
29 </toc>
30 <toc
31 file="html/kernel-dev-toc.xml"
32 primary="false">
33 </toc>
34 <toc
35 file="html/profile-manual-toc.xml"
36 primary="false">
37 </toc>
38 </extension>
39</plugin>
diff --git a/plugins/org.yocto.doc.user/toc.xml b/plugins/org.yocto.doc.user/toc.xml
new file mode 100644
index 0000000..86fbe29
--- /dev/null
+++ b/plugins/org.yocto.doc.user/toc.xml
@@ -0,0 +1,24 @@
1<?xml version="1.0" encoding="UTF-8"?>
2 <toc label="Yocto Project Documentation">
3 <topic label="Yocto Project Quick Start">
4 <link toc="html/yocto-project-qs-toc.xml"/>
5 </topic>
6 <topic label="Yocto·Project·Application·Developer&apos;s·Guide">
7 <link toc="html/adt-manual-toc.xml"/>
8 </topic>
9 <topic label="Yocto Project Development Manual">
10 <link toc="html/dev-manual-toc.xml"/>
11 </topic>
12 <topic label="Yocto Project Reference Manual">
13 <link toc="html/ref-manual-toc.xml"/>
14 </topic>
15 <topic label="Yocto Project Board Support Package Developer&apos;s Guide">
16 <link toc="html/bsp-guide-toc.xml"/>
17 </topic>
18 <topic label="Yocto Project Linux Kernel Development Manual">
19 <link toc="html/kernel-dev-toc.xml"/>
20 </topic>
21 <topic label="Yocto Project Tracing and Profiling Manual">
22 <link toc="html/profile-manual-toc.xml"/>
23 </topic>
24 </toc>