diff options
Diffstat (limited to 'documentation/kernel-dev')
| -rw-r--r-- | documentation/kernel-dev/history.rst | 58 | ||||
| -rw-r--r-- | documentation/kernel-dev/kernel-dev.rst | 54 |
2 files changed, 59 insertions, 53 deletions
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 | *********************** | ||
| 4 | Manual 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 | ||
