summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/bsp-guide/bsp-guide.rst69
-rw-r--r--documentation/bsp-guide/history.rst73
-rw-r--r--documentation/dev-manual/dev-manual.rst63
-rw-r--r--documentation/dev-manual/history.rst67
-rw-r--r--documentation/kernel-dev/history.rst58
-rw-r--r--documentation/kernel-dev/kernel-dev.rst54
-rw-r--r--documentation/overview-manual/history.rst28
-rw-r--r--documentation/overview-manual/overview-manual.rst24
-rw-r--r--documentation/profile-manual/history.rst58
-rw-r--r--documentation/profile-manual/profile-manual.rst54
-rw-r--r--documentation/ref-manual/history.rst74
-rw-r--r--documentation/ref-manual/ref-manual.rst69
-rw-r--r--documentation/sdk-manual/history.rst40
-rw-r--r--documentation/sdk-manual/sdk-manual.rst36
-rw-r--r--documentation/test-manual/history.rst16
-rw-r--r--documentation/test-manual/test-manual.rst13
-rw-r--r--documentation/toaster-manual/history.rst46
-rw-r--r--documentation/toaster-manual/toaster-manual.rst42
18 files changed, 469 insertions, 415 deletions
diff --git a/documentation/bsp-guide/bsp-guide.rst b/documentation/bsp-guide/bsp-guide.rst
index f0078380ab..dfd9acf776 100644
--- a/documentation/bsp-guide/bsp-guide.rst
+++ b/documentation/bsp-guide/bsp-guide.rst
@@ -6,76 +6,9 @@ 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
77.. toctree:: 9.. toctree::
78 :caption: Table of Contents 10 :caption: Table of Contents
79 :numbered: 11 :numbered:
80 12
81 bsp 13 bsp
14 history
diff --git a/documentation/bsp-guide/history.rst b/documentation/bsp-guide/history.rst
new file mode 100644
index 0000000000..b52006adf9
--- /dev/null
+++ b/documentation/bsp-guide/history.rst
@@ -0,0 +1,73 @@
1.. SPDX-License-Identifier: CC-BY-2.0-UK
2
3***********************
4Manual Revision History
5***********************
6
7.. list-table::
8 :widths: 10 15 40
9 :header-rows: 1
10
11 * - Revision
12 - Date
13 - Note
14 * - 0.9
15 - November 2010
16 - The initial document released with the Yocto Project 0.9 Release
17 * - 1.0
18 - April 2011
19 - Released with the Yocto Project 1.0 Release.
20 * - 1.1
21 - October 2011
22 - Released with the Yocto Project 1.1 Release.
23 * - 1.2
24 - April 2012
25 - Released with the Yocto Project 1.2 Release.
26 * - 1.3
27 - October 2012
28 - Released with the Yocto Project 1.3 Release.
29 * - 1.4
30 - April 2013
31 - Released with the Yocto Project 1.4 Release.
32 * - 1.5
33 - October 2013
34 - Released with the Yocto Project 1.5 Release.
35 * - 1.6
36 - April 2014
37 - Released with the Yocto Project 1.6 Release.
38 * - 1.7
39 - October 2014
40 - Released with the Yocto Project 1.7 Release.
41 * - 1.8
42 - April 2015
43 - Released with the Yocto Project 1.8 Release.
44 * - 2.0
45 - October 2015
46 - Released with the Yocto Project 2.0 Release.
47 * - 2.1
48 - April 2016
49 - Released with the Yocto Project 2.1 Release.
50 * - 2.2
51 - October 2016
52 - Released with the Yocto Project 2.2 Release.
53 * - 2.3
54 - May 2017
55 - Released with the Yocto Project 2.3 Release.
56 * - 2.4
57 - October 2017
58 - Released with the Yocto Project 2.4 Release.
59 * - 2.5
60 - May 2018
61 - Released with the Yocto Project 2.5 Release.
62 * - 2.6
63 - November 2018
64 - Released with the Yocto Project 2.6 Release.
65 * - 2.7
66 - May 2019
67 - Released with the Yocto Project 2.7 Release.
68 * - 3.0
69 - October 2019
70 - Released with the Yocto Project 3.0 Release.
71 * - 3.1
72 - April 2020
73 - Released with the Yocto Project 3.1 Release.
diff --git a/documentation/dev-manual/dev-manual.rst b/documentation/dev-manual/dev-manual.rst
index 473aa49c6b..537db7e6d0 100644
--- a/documentation/dev-manual/dev-manual.rst
+++ b/documentation/dev-manual/dev-manual.rst
@@ -6,68 +6,6 @@ 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
71.. toctree:: 9.. toctree::
72 :caption: Table of Contents 10 :caption: Table of Contents
73 :numbered: 11 :numbered:
@@ -76,3 +14,4 @@ Yocto Project Development Tasks Manual
76 dev-manual-start 14 dev-manual-start
77 dev-manual-common-tasks 15 dev-manual-common-tasks
78 dev-manual-qemu 16 dev-manual-qemu
17 history
diff --git a/documentation/dev-manual/history.rst b/documentation/dev-manual/history.rst
new file mode 100644
index 0000000000..8b149a6ef5
--- /dev/null
+++ b/documentation/dev-manual/history.rst
@@ -0,0 +1,67 @@
1.. SPDX-License-Identifier: CC-BY-2.0-UK
2
3***********************
4Manual Revision History
5***********************
6
7.. list-table::
8 :widths: 10 15 40
9 :header-rows: 1
10
11 * - Revision
12 - Date
13 - Note
14 * - 1.1
15 - October 2011
16 - The initial document released with the Yocto Project 1.1 Release
17 * - 1.2
18 - April 2012
19 - Released with the Yocto Project 1.2 Release.
20 * - 1.3
21 - October 2012
22 - Released with the Yocto Project 1.3 Release.
23 * - 1.4
24 - April 2013
25 - Released with the Yocto Project 1.4 Release.
26 * - 1.5
27 - October 2013
28 - Released with the Yocto Project 1.5 Release.
29 * - 1.6
30 - April 2014
31 - Released with the Yocto Project 1.6 Release.
32 * - 1.7
33 - October 2014
34 - Released with the Yocto Project 1.7 Release.
35 * - 1.8
36 - April 2015
37 - Released with the Yocto Project 1.8 Release.
38 * - 2.0
39 - October 2015
40 - Released with the Yocto Project 2.0 Release.
41 * - 2.1
42 - April 2016
43 - Released with the Yocto Project 2.1 Release.
44 * - 2.2
45 - October 2016
46 - Released with the Yocto Project 2.2 Release.
47 * - 2.3
48 - May 2017
49 - Released with the Yocto Project 2.3 Release.
50 * - 2.4
51 - October 2017
52 - Released with the Yocto Project 2.4 Release.
53 * - 2.5
54 - May 2018
55 - Released with the Yocto Project 2.5 Release.
56 * - 2.6
57 - November 2018
58 - Released with the Yocto Project 2.6 Release.
59 * - 2.7
60 - May 2019
61 - Released with the Yocto Project 2.7 Release.
62 * - 3.0
63 - October 2019
64 - Released with the Yocto Project 3.0 Release.
65 * - 3.1
66 - April 2020
67 - Released with the Yocto Project 3.1 Release.
diff --git a/documentation/kernel-dev/history.rst b/documentation/kernel-dev/history.rst
new file mode 100644
index 0000000000..3ffb7eacb8
--- /dev/null
+++ b/documentation/kernel-dev/history.rst
@@ -0,0 +1,58 @@
1.. SPDX-License-Identifier: CC-BY-2.0-UK
2
3***********************
4Manual Revision History
5***********************
6
7.. list-table::
8 :widths: 10 15 40
9 :header-rows: 1
10
11 * - Revision
12 - Date
13 - Note
14 * - 1.4
15 - April 2013
16 - The initial document released with the Yocto Project 1.4 Release
17 * - 1.5
18 - October 2013
19 - Released with the Yocto Project 1.5 Release.
20 * - 1.6
21 - April 2014
22 - Released with the Yocto Project 1.6 Release.
23 * - 1.7
24 - October 2014
25 - Released with the Yocto Project 1.7 Release.
26 * - 1.8
27 - April 2015
28 - Released with the Yocto Project 1.8 Release.
29 * - 2.0
30 - October 2015
31 - Released with the Yocto Project 2.0 Release.
32 * - 2.1
33 - April 2016
34 - Released with the Yocto Project 2.1 Release.
35 * - 2.2
36 - October 2016
37 - Released with the Yocto Project 2.2 Release.
38 * - 2.3
39 - May 2017
40 - Released with the Yocto Project 2.3 Release.
41 * - 2.4
42 - October 2017
43 - Released with the Yocto Project 2.4 Release.
44 * - 2.5
45 - May 2018
46 - Released with the Yocto Project 2.5 Release.
47 * - 2.6
48 - November 2018
49 - Released with the Yocto Project 2.6 Release.
50 * - 2.7
51 - May 2019
52 - Released with the Yocto Project 2.7 Release.
53 * - 3.0
54 - October 2019
55 - Released with the Yocto Project 3.0 Release.
56 * - 3.1
57 - April 2020
58 - Released with the Yocto Project 3.1 Release.
diff --git a/documentation/kernel-dev/kernel-dev.rst b/documentation/kernel-dev/kernel-dev.rst
index 462cc59859..ac9228ba24 100644
--- a/documentation/kernel-dev/kernel-dev.rst
+++ b/documentation/kernel-dev/kernel-dev.rst
@@ -6,59 +6,6 @@ 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
62.. toctree:: 9.. toctree::
63 :caption: Table of Contents 10 :caption: Table of Contents
64 :numbered: 11 :numbered:
@@ -69,3 +16,4 @@ Yocto Project Linux Kernel Development Manual
69 kernel-dev-concepts-appx 16 kernel-dev-concepts-appx
70 kernel-dev-maint-appx 17 kernel-dev-maint-appx
71 kernel-dev-faq 18 kernel-dev-faq
19 history
diff --git a/documentation/overview-manual/history.rst b/documentation/overview-manual/history.rst
new file mode 100644
index 0000000000..0273d28b90
--- /dev/null
+++ b/documentation/overview-manual/history.rst
@@ -0,0 +1,28 @@
1.. SPDX-License-Identifier: CC-BY-2.0-UK
2
3***********************
4Manual Revision History
5***********************
6
7.. list-table::
8 :widths: 10 15 40
9 :header-rows: 1
10
11 * - Revision
12 - Date
13 - Note
14 * - 2.5
15 - May 2018
16 - The initial document released with the Yocto Project 2.5 Release
17 * - 2.6
18 - November 2018
19 - Released with the Yocto Project 2.6 Release.
20 * - 2.7
21 - May 2019
22 - Released with the Yocto Project 2.7 Release.
23 * - 3.0
24 - October 2019
25 - Released with the Yocto Project 3.0 Release.
26 * - 3.1
27 - April 2020
28 - Released with the Yocto Project 3.1 Release.
diff --git a/documentation/overview-manual/overview-manual.rst b/documentation/overview-manual/overview-manual.rst
index a584838521..57138bcced 100644
--- a/documentation/overview-manual/overview-manual.rst
+++ b/documentation/overview-manual/overview-manual.rst
@@ -6,29 +6,6 @@ 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
32.. toctree:: 9.. toctree::
33 :caption: Table of Contents 10 :caption: Table of Contents
34 :numbered: 11 :numbered:
@@ -37,3 +14,4 @@ Yocto Project Overview and Concepts Manual
37 overview-manual-yp-intro 14 overview-manual-yp-intro
38 overview-manual-development-environment 15 overview-manual-development-environment
39 overview-manual-concepts 16 overview-manual-concepts
17 history
diff --git a/documentation/profile-manual/history.rst b/documentation/profile-manual/history.rst
new file mode 100644
index 0000000000..3ffb7eacb8
--- /dev/null
+++ b/documentation/profile-manual/history.rst
@@ -0,0 +1,58 @@
1.. SPDX-License-Identifier: CC-BY-2.0-UK
2
3***********************
4Manual Revision History
5***********************
6
7.. list-table::
8 :widths: 10 15 40
9 :header-rows: 1
10
11 * - Revision
12 - Date
13 - Note
14 * - 1.4
15 - April 2013
16 - The initial document released with the Yocto Project 1.4 Release
17 * - 1.5
18 - October 2013
19 - Released with the Yocto Project 1.5 Release.
20 * - 1.6
21 - April 2014
22 - Released with the Yocto Project 1.6 Release.
23 * - 1.7
24 - October 2014
25 - Released with the Yocto Project 1.7 Release.
26 * - 1.8
27 - April 2015
28 - Released with the Yocto Project 1.8 Release.
29 * - 2.0
30 - October 2015
31 - Released with the Yocto Project 2.0 Release.
32 * - 2.1
33 - April 2016
34 - Released with the Yocto Project 2.1 Release.
35 * - 2.2
36 - October 2016
37 - Released with the Yocto Project 2.2 Release.
38 * - 2.3
39 - May 2017
40 - Released with the Yocto Project 2.3 Release.
41 * - 2.4
42 - October 2017
43 - Released with the Yocto Project 2.4 Release.
44 * - 2.5
45 - May 2018
46 - Released with the Yocto Project 2.5 Release.
47 * - 2.6
48 - November 2018
49 - Released with the Yocto Project 2.6 Release.
50 * - 2.7
51 - May 2019
52 - Released with the Yocto Project 2.7 Release.
53 * - 3.0
54 - October 2019
55 - Released with the Yocto Project 3.0 Release.
56 * - 3.1
57 - April 2020
58 - Released with the Yocto Project 3.1 Release.
diff --git a/documentation/profile-manual/profile-manual.rst b/documentation/profile-manual/profile-manual.rst
index 1ac96e9234..31c734f472 100644
--- a/documentation/profile-manual/profile-manual.rst
+++ b/documentation/profile-manual/profile-manual.rst
@@ -6,59 +6,6 @@ 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
62.. toctree:: 9.. toctree::
63 :caption: Table of Contents 10 :caption: Table of Contents
64 :numbered: 11 :numbered:
@@ -67,3 +14,4 @@ Yocto Project Profiling and Tracing Manual
67 profile-manual-arch 14 profile-manual-arch
68 profile-manual-usage 15 profile-manual-usage
69 profile-manual-examples 16 profile-manual-examples
17 history
diff --git a/documentation/ref-manual/history.rst b/documentation/ref-manual/history.rst
new file mode 100644
index 0000000000..e962d92978
--- /dev/null
+++ b/documentation/ref-manual/history.rst
@@ -0,0 +1,74 @@
1.. SPDX-License-Identifier: CC-BY-2.0-UK
2
3***********************
4Manual Revision History
5***********************
6
7.. list-table::
8 :widths: 10 15 40
9 :header-rows: 1
10
11 * - Revision
12 - Date
13 - Note
14 * - 0.9
15 - November 2010
16 - The initial document released with the Yocto Project 0.9 Release
17 * - 1.0
18 - April 2011
19 - Released with the Yocto Project 1.0 Release.
20 * - 1.1
21 - October 2011
22 - Released with the Yocto Project 1.1 Release.
23 * - 1.2
24 - April 2012
25 - Released with the Yocto Project 1.2 Release.
26 * - 1.3
27 - October 2012
28 - Released with the Yocto Project 1.3 Release.
29 * - 1.4
30 - April 2013
31 - Released with the Yocto Project 1.4 Release.
32 * - 1.5
33 - October 2013
34 - Released with the Yocto Project 1.5 Release.
35 * - 1.6
36 - April 2014
37 - Released with the Yocto Project 1.6 Release.
38 * - 1.7
39 - October 2014
40 - Released with the Yocto Project 1.7 Release.
41 * - 1.8
42 - April 2015
43 - Released with the Yocto Project 1.8 Release.
44 * - 2.0
45 - October 2015
46 - Released with the Yocto Project 2.0 Release.
47 * - 2.1
48 - April 2016
49 - Released with the Yocto Project 2.1 Release.
50 * - 2.2
51 - October 2016
52 - Released with the Yocto Project 2.2 Release.
53 * - 2.3
54 - May 2017
55 - Released with the Yocto Project 2.3 Release.
56 * - 2.4
57 - October 2017
58 - Released with the Yocto Project 2.4 Release.
59 * - 2.5
60 - May 2018
61 - Released with the Yocto Project 2.5 Release.
62 * - 2.6
63 - November 2018
64 - Released with the Yocto Project 2.6 Release.
65 * - 2.7
66 - May 2019
67 - Released with the Yocto Project 2.7 Release.
68 * - 3.0
69 - October 2019
70 - Released with the Yocto Project 3.0 Release.
71 * - 3.1
72 - April 2020
73 - Released with the Yocto Project 3.1 Release.
74
diff --git a/documentation/ref-manual/ref-manual.rst b/documentation/ref-manual/ref-manual.rst
index c76a7e11ad..b6cc630dd4 100644
--- a/documentation/ref-manual/ref-manual.rst
+++ b/documentation/ref-manual/ref-manual.rst
@@ -6,74 +6,6 @@ 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
77.. toctree:: 9.. toctree::
78 :caption: Table of Contents 10 :caption: Table of Contents
79 :numbered: 11 :numbered:
@@ -94,3 +26,4 @@ Yocto Project Reference Manual
94 ref-varlocality 26 ref-varlocality
95 faq 27 faq
96 resources 28 resources
29 history
diff --git a/documentation/sdk-manual/history.rst b/documentation/sdk-manual/history.rst
new file mode 100644
index 0000000000..af027c97f8
--- /dev/null
+++ b/documentation/sdk-manual/history.rst
@@ -0,0 +1,40 @@
1.. SPDX-License-Identifier: CC-BY-2.0-UK
2
3***********************
4Manual Revision History
5***********************
6
7.. list-table::
8 :widths: 10 15 40
9 :header-rows: 1
10
11 * - Revision
12 - Date
13 - Note
14 * - 2.1
15 - April 2016
16 - The initial document released with the Yocto Project 2.1 Release
17 * - 2.2
18 - October 2016
19 - Released with the Yocto Project 2.2 Release.
20 * - 2.3
21 - May 2017
22 - Released with the Yocto Project 2.3 Release.
23 * - 2.4
24 - October 2017
25 - Released with the Yocto Project 2.4 Release.
26 * - 2.5
27 - May 2018
28 - Released with the Yocto Project 2.5 Release.
29 * - 2.6
30 - November 2018
31 - Released with the Yocto Project 2.6 Release.
32 * - 2.7
33 - May 2019
34 - Released with the Yocto Project 2.7 Release.
35 * - 3.0
36 - October 2019
37 - Released with the Yocto Project 3.0 Release.
38 * - 3.1
39 - April 2020
40 - Released with the Yocto Project 3.1 Release.
diff --git a/documentation/sdk-manual/sdk-manual.rst b/documentation/sdk-manual/sdk-manual.rst
index f41ed2b67f..223db1cf73 100644
--- a/documentation/sdk-manual/sdk-manual.rst
+++ b/documentation/sdk-manual/sdk-manual.rst
@@ -6,41 +6,6 @@ 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
44.. toctree:: 9.. toctree::
45 :caption: Table of Contents 10 :caption: Table of Contents
46 :numbered: 11 :numbered:
@@ -52,3 +17,4 @@ Yocto Project Application Development and the Extensible Software Development Ki
52 sdk-appendix-obtain 17 sdk-appendix-obtain
53 sdk-appendix-customizing 18 sdk-appendix-customizing
54 sdk-appendix-customizing-standard 19 sdk-appendix-customizing-standard
20 history
diff --git a/documentation/test-manual/history.rst b/documentation/test-manual/history.rst
new file mode 100644
index 0000000000..76d43091a5
--- /dev/null
+++ b/documentation/test-manual/history.rst
@@ -0,0 +1,16 @@
1.. SPDX-License-Identifier: CC-BY-2.0-UK
2
3***********************
4Manual Revision History
5***********************
6
7.. list-table::
8 :widths: 10 15 40
9 :header-rows: 1
10
11 * - Revision
12 - Date
13 - Note
14 * - 3.2
15 - October 2020
16 - The initial document released with the Yocto Project 3.2 Release
diff --git a/documentation/test-manual/test-manual.rst b/documentation/test-manual/test-manual.rst
index 981ab5e15a..32aee19a8b 100644
--- a/documentation/test-manual/test-manual.rst
+++ b/documentation/test-manual/test-manual.rst
@@ -6,17 +6,6 @@ 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
20.. toctree:: 9.. toctree::
21 :caption: Table of Contents 10 :caption: Table of Contents
22 :numbered: 11 :numbered:
@@ -24,4 +13,4 @@ Yocto Project Test Environment Manual
24 test-manual-intro 13 test-manual-intro
25 test-manual-test-process 14 test-manual-test-process
26 test-manual-understand-autobuilder 15 test-manual-understand-autobuilder
27 16 history
diff --git a/documentation/toaster-manual/history.rst b/documentation/toaster-manual/history.rst
new file mode 100644
index 0000000000..027b343d00
--- /dev/null
+++ b/documentation/toaster-manual/history.rst
@@ -0,0 +1,46 @@
1.. SPDX-License-Identifier: CC-BY-2.0-UK
2
3***********************
4Manual Revision History
5***********************
6
7.. list-table::
8 :widths: 10 15 40
9 :header-rows: 1
10
11 * - Revision
12 - Date
13 - Note
14 * - 1.8
15 - April 2015
16 - The initial document released with the Yocto Project 1.8 Release
17 * - 2.0
18 - October 2015
19 - Released with the Yocto Project 2.0 Release.
20 * - 2.1
21 - April 2016
22 - Released with the Yocto Project 2.1 Release.
23 * - 2.2
24 - October 2016
25 - Released with the Yocto Project 2.2 Release.
26 * - 2.3
27 - May 2017
28 - Released with the Yocto Project 2.3 Release.
29 * - 2.4
30 - October 2017
31 - Released with the Yocto Project 2.4 Release.
32 * - 2.5
33 - May 2018
34 - Released with the Yocto Project 2.5 Release.
35 * - 2.6
36 - November 2018
37 - Released with the Yocto Project 2.6 Release.
38 * - 2.7
39 - May 2019
40 - Released with the Yocto Project 2.7 Release.
41 * - 3.0
42 - October 2019
43 - Released with the Yocto Project 3.0 Release.
44 * - 3.1
45 - April 2020
46 - Released with the Yocto Project 3.1 Release.
diff --git a/documentation/toaster-manual/toaster-manual.rst b/documentation/toaster-manual/toaster-manual.rst
index bee101d637..3bd671a835 100644
--- a/documentation/toaster-manual/toaster-manual.rst
+++ b/documentation/toaster-manual/toaster-manual.rst
@@ -6,47 +6,6 @@ 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
50.. toctree:: 9.. toctree::
51 :caption: Table of Contents 10 :caption: Table of Contents
52 :numbered: 11 :numbered:
@@ -55,3 +14,4 @@ Toaster User Manual
55 toaster-manual-start 14 toaster-manual-start
56 toaster-manual-setup-and-use 15 toaster-manual-setup-and-use
57 toaster-manual-reference 16 toaster-manual-reference
17 history