summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-07-03 18:01:23 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:33 +0100
commit17f1c2ce04af0ce771efc735872ce78a079b4465 (patch)
tree5fc38b8eeebc7cd21682512c0c410d99c3864cfe
parent461e2e843d2009517c7c3258b30fb56f0bc1bbea (diff)
downloadpoky-17f1c2ce04af0ce771efc735872ce78a079b4465.tar.gz
sphinx: ref-manual: add revision history table
(From yocto-docs rev: 36d1073119081b9c364f48aedf4086881bef03d6) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/bsp-guide/bsp-guide.rst68
-rw-r--r--documentation/dev-manual/dev-manual.rst62
-rw-r--r--documentation/kernel-dev/kernel-dev.rst53
-rw-r--r--documentation/overview-manual/overview-manual.rst23
-rw-r--r--documentation/profile-manual/profile-manual.rst53
-rw-r--r--documentation/ref-manual/ref-manual.rst68
-rw-r--r--documentation/sdk-manual/sdk-manual.rst35
-rw-r--r--documentation/test-manual/test-manual.rst11
-rw-r--r--documentation/toaster-manual/toaster-manual.rst41
9 files changed, 414 insertions, 0 deletions
diff --git a/documentation/bsp-guide/bsp-guide.rst b/documentation/bsp-guide/bsp-guide.rst
index 821889ba2d..f0078380ab 100644
--- a/documentation/bsp-guide/bsp-guide.rst
+++ b/documentation/bsp-guide/bsp-guide.rst
@@ -6,6 +6,74 @@ Yocto Project Board Support Package Developer's Guide
6 6
7.. include:: /boilerplate.rst 7.. include:: /boilerplate.rst
8 8
9.. list-table::
10 :widths: 10 15 40
11 :header-rows: 1
12
13 * - Revision
14 - Date
15 - Note
16 * - 0.9
17 - November 2010
18 - The initial document released with the Yocto Project 0.9 Release
19 * - 1.0
20 - April 2011
21 - Released with the Yocto Project 1.0 Release.
22 * - 1.1
23 - October 2011
24 - Released with the Yocto Project 1.1 Release.
25 * - 1.2
26 - April 2012
27 - Released with the Yocto Project 1.2 Release.
28 * - 1.3
29 - October 2012
30 - Released with the Yocto Project 1.3 Release.
31 * - 1.4
32 - April 2013
33 - Released with the Yocto Project 1.4 Release.
34 * - 1.5
35 - October 2013
36 - Released with the Yocto Project 1.5 Release.
37 * - 1.6
38 - April 2014
39 - Released with the Yocto Project 1.6 Release.
40 * - 1.7
41 - October 2014
42 - Released with the Yocto Project 1.7 Release.
43 * - 1.8
44 - April 2015
45 - Released with the Yocto Project 1.8 Release.
46 * - 2.0
47 - October 2015
48 - Released with the Yocto Project 2.0 Release.
49 * - 2.1
50 - April 2016
51 - Released with the Yocto Project 2.1 Release.
52 * - 2.2
53 - October 2016
54 - Released with the Yocto Project 2.2 Release.
55 * - 2.3
56 - May 2017
57 - Released with the Yocto Project 2.3 Release.
58 * - 2.4
59 - October 2017
60 - Released with the Yocto Project 2.4 Release.
61 * - 2.5
62 - May 2018
63 - Released with the Yocto Project 2.5 Release.
64 * - 2.6
65 - November 2018
66 - Released with the Yocto Project 2.6 Release.
67 * - 2.7
68 - May 2019
69 - Released with the Yocto Project 2.7 Release.
70 * - 3.0
71 - October 2019
72 - Released with the Yocto Project 3.0 Release.
73 * - 3.1
74 - April 2020
75 - Released with the Yocto Project 3.1 Release.
76
9.. toctree:: 77.. toctree::
10 :caption: Table of Contents 78 :caption: Table of Contents
11 :numbered: 79 :numbered:
diff --git a/documentation/dev-manual/dev-manual.rst b/documentation/dev-manual/dev-manual.rst
index 703914b8ea..473aa49c6b 100644
--- a/documentation/dev-manual/dev-manual.rst
+++ b/documentation/dev-manual/dev-manual.rst
@@ -6,6 +6,68 @@ Yocto Project Development Tasks Manual
6 6
7.. include:: /boilerplate.rst 7.. include:: /boilerplate.rst
8 8
9.. list-table::
10 :widths: 10 15 40
11 :header-rows: 1
12
13 * - Revision
14 - Date
15 - Note
16 * - 1.1
17 - October 2011
18 - The initial document released with the Yocto Project 1.1 Release
19 * - 1.2
20 - April 2012
21 - Released with the Yocto Project 1.2 Release.
22 * - 1.3
23 - October 2012
24 - Released with the Yocto Project 1.3 Release.
25 * - 1.4
26 - April 2013
27 - Released with the Yocto Project 1.4 Release.
28 * - 1.5
29 - October 2013
30 - Released with the Yocto Project 1.5 Release.
31 * - 1.6
32 - April 2014
33 - Released with the Yocto Project 1.6 Release.
34 * - 1.7
35 - October 2014
36 - Released with the Yocto Project 1.7 Release.
37 * - 1.8
38 - April 2015
39 - Released with the Yocto Project 1.8 Release.
40 * - 2.0
41 - October 2015
42 - Released with the Yocto Project 2.0 Release.
43 * - 2.1
44 - April 2016
45 - Released with the Yocto Project 2.1 Release.
46 * - 2.2
47 - October 2016
48 - Released with the Yocto Project 2.2 Release.
49 * - 2.3
50 - May 2017
51 - Released with the Yocto Project 2.3 Release.
52 * - 2.4
53 - October 2017
54 - Released with the Yocto Project 2.4 Release.
55 * - 2.5
56 - May 2018
57 - Released with the Yocto Project 2.5 Release.
58 * - 2.6
59 - November 2018
60 - Released with the Yocto Project 2.6 Release.
61 * - 2.7
62 - May 2019
63 - Released with the Yocto Project 2.7 Release.
64 * - 3.0
65 - October 2019
66 - Released with the Yocto Project 3.0 Release.
67 * - 3.1
68 - April 2020
69 - Released with the Yocto Project 3.1 Release.
70
9.. toctree:: 71.. toctree::
10 :caption: Table of Contents 72 :caption: Table of Contents
11 :numbered: 73 :numbered:
diff --git a/documentation/kernel-dev/kernel-dev.rst b/documentation/kernel-dev/kernel-dev.rst
index a490977ac9..462cc59859 100644
--- a/documentation/kernel-dev/kernel-dev.rst
+++ b/documentation/kernel-dev/kernel-dev.rst
@@ -6,6 +6,59 @@ Yocto Project Linux Kernel Development Manual
6 6
7.. include:: /boilerplate.rst 7.. include:: /boilerplate.rst
8 8
9.. list-table::
10 :widths: 10 15 40
11 :header-rows: 1
12
13 * - Revision
14 - Date
15 - Note
16 * - 1.4
17 - April 2013
18 - The initial document released with the Yocto Project 1.4 Release
19 * - 1.5
20 - October 2013
21 - Released with the Yocto Project 1.5 Release.
22 * - 1.6
23 - April 2014
24 - Released with the Yocto Project 1.6 Release.
25 * - 1.7
26 - October 2014
27 - Released with the Yocto Project 1.7 Release.
28 * - 1.8
29 - April 2015
30 - Released with the Yocto Project 1.8 Release.
31 * - 2.0
32 - October 2015
33 - Released with the Yocto Project 2.0 Release.
34 * - 2.1
35 - April 2016
36 - Released with the Yocto Project 2.1 Release.
37 * - 2.2
38 - October 2016
39 - Released with the Yocto Project 2.2 Release.
40 * - 2.3
41 - May 2017
42 - Released with the Yocto Project 2.3 Release.
43 * - 2.4
44 - October 2017
45 - Released with the Yocto Project 2.4 Release.
46 * - 2.5
47 - May 2018
48 - Released with the Yocto Project 2.5 Release.
49 * - 2.6
50 - November 2018
51 - Released with the Yocto Project 2.6 Release.
52 * - 2.7
53 - May 2019
54 - Released with the Yocto Project 2.7 Release.
55 * - 3.0
56 - October 2019
57 - Released with the Yocto Project 3.0 Release.
58 * - 3.1
59 - April 2020
60 - Released with the Yocto Project 3.1 Release.
61
9.. toctree:: 62.. toctree::
10 :caption: Table of Contents 63 :caption: Table of Contents
11 :numbered: 64 :numbered:
diff --git a/documentation/overview-manual/overview-manual.rst b/documentation/overview-manual/overview-manual.rst
index 11b4d2ce53..a584838521 100644
--- a/documentation/overview-manual/overview-manual.rst
+++ b/documentation/overview-manual/overview-manual.rst
@@ -6,6 +6,29 @@ Yocto Project Overview and Concepts Manual
6 6
7.. include:: /boilerplate.rst 7.. include:: /boilerplate.rst
8 8
9.. list-table::
10 :widths: 10 15 40
11 :header-rows: 1
12
13 * - Revision
14 - Date
15 - Note
16 * - 2.5
17 - May 2018
18 - The initial document released with the Yocto Project 2.5 Release
19 * - 2.6
20 - November 2018
21 - Released with the Yocto Project 2.6 Release.
22 * - 2.7
23 - May 2019
24 - Released with the Yocto Project 2.7 Release.
25 * - 3.0
26 - October 2019
27 - Released with the Yocto Project 3.0 Release.
28 * - 3.1
29 - April 2020
30 - Released with the Yocto Project 3.1 Release.
31
9.. toctree:: 32.. toctree::
10 :caption: Table of Contents 33 :caption: Table of Contents
11 :numbered: 34 :numbered:
diff --git a/documentation/profile-manual/profile-manual.rst b/documentation/profile-manual/profile-manual.rst
index 04967e5917..1ac96e9234 100644
--- a/documentation/profile-manual/profile-manual.rst
+++ b/documentation/profile-manual/profile-manual.rst
@@ -6,6 +6,59 @@ Yocto Project Profiling and Tracing Manual
6 6
7.. include:: /boilerplate.rst 7.. include:: /boilerplate.rst
8 8
9.. list-table::
10 :widths: 10 15 40
11 :header-rows: 1
12
13 * - Revision
14 - Date
15 - Note
16 * - 1.4
17 - April 2013
18 - The initial document released with the Yocto Project 1.4 Release
19 * - 1.5
20 - October 2013
21 - Released with the Yocto Project 1.5 Release.
22 * - 1.6
23 - April 2014
24 - Released with the Yocto Project 1.6 Release.
25 * - 1.7
26 - October 2014
27 - Released with the Yocto Project 1.7 Release.
28 * - 1.8
29 - April 2015
30 - Released with the Yocto Project 1.8 Release.
31 * - 2.0
32 - October 2015
33 - Released with the Yocto Project 2.0 Release.
34 * - 2.1
35 - April 2016
36 - Released with the Yocto Project 2.1 Release.
37 * - 2.2
38 - October 2016
39 - Released with the Yocto Project 2.2 Release.
40 * - 2.3
41 - May 2017
42 - Released with the Yocto Project 2.3 Release.
43 * - 2.4
44 - October 2017
45 - Released with the Yocto Project 2.4 Release.
46 * - 2.5
47 - May 2018
48 - Released with the Yocto Project 2.5 Release.
49 * - 2.6
50 - November 2018
51 - Released with the Yocto Project 2.6 Release.
52 * - 2.7
53 - May 2019
54 - Released with the Yocto Project 2.7 Release.
55 * - 3.0
56 - October 2019
57 - Released with the Yocto Project 3.0 Release.
58 * - 3.1
59 - April 2020
60 - Released with the Yocto Project 3.1 Release.
61
9.. toctree:: 62.. toctree::
10 :caption: Table of Contents 63 :caption: Table of Contents
11 :numbered: 64 :numbered:
diff --git a/documentation/ref-manual/ref-manual.rst b/documentation/ref-manual/ref-manual.rst
index 844d82a804..c76a7e11ad 100644
--- a/documentation/ref-manual/ref-manual.rst
+++ b/documentation/ref-manual/ref-manual.rst
@@ -6,6 +6,74 @@ Yocto Project Reference Manual
6 6
7.. include:: /boilerplate.rst 7.. include:: /boilerplate.rst
8 8
9.. list-table::
10 :widths: 10 15 40
11 :header-rows: 1
12
13 * - Revision
14 - Date
15 - Note
16 * - 0.9
17 - November 2010
18 - The initial document released with the Yocto Project 0.9 Release
19 * - 1.0
20 - April 2011
21 - Released with the Yocto Project 1.0 Release.
22 * - 1.1
23 - October 2011
24 - Released with the Yocto Project 1.1 Release.
25 * - 1.2
26 - April 2012
27 - Released with the Yocto Project 1.2 Release.
28 * - 1.3
29 - October 2012
30 - Released with the Yocto Project 1.3 Release.
31 * - 1.4
32 - April 2013
33 - Released with the Yocto Project 1.4 Release.
34 * - 1.5
35 - October 2013
36 - Released with the Yocto Project 1.5 Release.
37 * - 1.6
38 - April 2014
39 - Released with the Yocto Project 1.6 Release.
40 * - 1.7
41 - October 2014
42 - Released with the Yocto Project 1.7 Release.
43 * - 1.8
44 - April 2015
45 - Released with the Yocto Project 1.8 Release.
46 * - 2.0
47 - October 2015
48 - Released with the Yocto Project 2.0 Release.
49 * - 2.1
50 - April 2016
51 - Released with the Yocto Project 2.1 Release.
52 * - 2.2
53 - October 2016
54 - Released with the Yocto Project 2.2 Release.
55 * - 2.3
56 - May 2017
57 - Released with the Yocto Project 2.3 Release.
58 * - 2.4
59 - October 2017
60 - Released with the Yocto Project 2.4 Release.
61 * - 2.5
62 - May 2018
63 - Released with the Yocto Project 2.5 Release.
64 * - 2.6
65 - November 2018
66 - Released with the Yocto Project 2.6 Release.
67 * - 2.7
68 - May 2019
69 - Released with the Yocto Project 2.7 Release.
70 * - 3.0
71 - October 2019
72 - Released with the Yocto Project 3.0 Release.
73 * - 3.1
74 - April 2020
75 - Released with the Yocto Project 3.1 Release.
76
9.. toctree:: 77.. toctree::
10 :caption: Table of Contents 78 :caption: Table of Contents
11 :numbered: 79 :numbered:
diff --git a/documentation/sdk-manual/sdk-manual.rst b/documentation/sdk-manual/sdk-manual.rst
index 5a63d6135f..f41ed2b67f 100644
--- a/documentation/sdk-manual/sdk-manual.rst
+++ b/documentation/sdk-manual/sdk-manual.rst
@@ -6,6 +6,41 @@ Yocto Project Application Development and the Extensible Software Development Ki
6 6
7.. include:: /boilerplate.rst 7.. include:: /boilerplate.rst
8 8
9.. list-table::
10 :widths: 10 15 40
11 :header-rows: 1
12
13 * - Revision
14 - Date
15 - Note
16 * - 2.1
17 - April 2016
18 - The initial document released with the Yocto Project 2.1 Release
19 * - 2.2
20 - October 2016
21 - Released with the Yocto Project 2.2 Release.
22 * - 2.3
23 - May 2017
24 - Released with the Yocto Project 2.3 Release.
25 * - 2.4
26 - October 2017
27 - Released with the Yocto Project 2.4 Release.
28 * - 2.5
29 - May 2018
30 - Released with the Yocto Project 2.5 Release.
31 * - 2.6
32 - November 2018
33 - Released with the Yocto Project 2.6 Release.
34 * - 2.7
35 - May 2019
36 - Released with the Yocto Project 2.7 Release.
37 * - 3.0
38 - October 2019
39 - Released with the Yocto Project 3.0 Release.
40 * - 3.1
41 - April 2020
42 - Released with the Yocto Project 3.1 Release.
43
9.. toctree:: 44.. toctree::
10 :caption: Table of Contents 45 :caption: Table of Contents
11 :numbered: 46 :numbered:
diff --git a/documentation/test-manual/test-manual.rst b/documentation/test-manual/test-manual.rst
index 7bb7313fd1..981ab5e15a 100644
--- a/documentation/test-manual/test-manual.rst
+++ b/documentation/test-manual/test-manual.rst
@@ -6,6 +6,17 @@ Yocto Project Test Environment Manual
6 6
7.. include:: /boilerplate.rst 7.. include:: /boilerplate.rst
8 8
9.. list-table::
10 :widths: 10 15 40
11 :header-rows: 1
12
13 * - Revision
14 - Date
15 - Note
16 * - 3.2
17 - October 2020
18 - The initial document released with the Yocto Project 3.2 Release
19
9.. toctree:: 20.. toctree::
10 :caption: Table of Contents 21 :caption: Table of Contents
11 :numbered: 22 :numbered:
diff --git a/documentation/toaster-manual/toaster-manual.rst b/documentation/toaster-manual/toaster-manual.rst
index bcd0753b9f..bee101d637 100644
--- a/documentation/toaster-manual/toaster-manual.rst
+++ b/documentation/toaster-manual/toaster-manual.rst
@@ -6,6 +6,47 @@ Toaster User Manual
6 6
7.. include:: /boilerplate.rst 7.. include:: /boilerplate.rst
8 8
9.. list-table::
10 :widths: 10 15 40
11 :header-rows: 1
12
13 * - Revision
14 - Date
15 - Note
16 * - 1.8
17 - April 2015
18 - The initial document released with the Yocto Project 1.8 Release
19 * - 2.0
20 - October 2015
21 - Released with the Yocto Project 2.0 Release.
22 * - 2.1
23 - April 2016
24 - Released with the Yocto Project 2.1 Release.
25 * - 2.2
26 - October 2016
27 - Released with the Yocto Project 2.2 Release.
28 * - 2.3
29 - May 2017
30 - Released with the Yocto Project 2.3 Release.
31 * - 2.4
32 - October 2017
33 - Released with the Yocto Project 2.4 Release.
34 * - 2.5
35 - May 2018
36 - Released with the Yocto Project 2.5 Release.
37 * - 2.6
38 - November 2018
39 - Released with the Yocto Project 2.6 Release.
40 * - 2.7
41 - May 2019
42 - Released with the Yocto Project 2.7 Release.
43 * - 3.0
44 - October 2019
45 - Released with the Yocto Project 3.0 Release.
46 * - 3.1
47 - April 2020
48 - Released with the Yocto Project 3.1 Release.
49
9.. toctree:: 50.. toctree::
10 :caption: Table of Contents 51 :caption: Table of Contents
11 :numbered: 52 :numbered: