diff options
| author | Bogdan Oprescu <bogdan.oprescu@enea.com> | 2023-10-26 15:53:34 +0300 |
|---|---|---|
| committer | Bogdan Oprescu <bogdan.oprescu@enea.com> | 2023-10-26 15:53:34 +0300 |
| commit | 2bb8374f717b5700df8cbe87e60ff03515c02887 (patch) | |
| tree | 5e8dda7fb97bc757f4dd718c7ffd5bc2ba4ae9bb /documentation/kernel-dev/kernel-dev.xml | |
| download | poky-daisy-enea-231026.tar.gz | |
Adding the source code from EneaLinux 4.0_6daisy-enea-231026
Signed-off-by: Bogdan Oprescu <bogdan.oprescu@enea.com>
Diffstat (limited to 'documentation/kernel-dev/kernel-dev.xml')
| -rw-r--r-- | documentation/kernel-dev/kernel-dev.xml | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/documentation/kernel-dev/kernel-dev.xml b/documentation/kernel-dev/kernel-dev.xml new file mode 100644 index 0000000000..a13ee6e739 --- /dev/null +++ b/documentation/kernel-dev/kernel-dev.xml | |||
| @@ -0,0 +1,110 @@ | |||
| 1 | <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | ||
| 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" | ||
| 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > | ||
| 4 | |||
| 5 | <book id='kernel-dev' lang='en' | ||
| 6 | xmlns:xi="http://www.w3.org/2003/XInclude" | ||
| 7 | xmlns="http://docbook.org/ns/docbook" | ||
| 8 | > | ||
| 9 | <bookinfo> | ||
| 10 | |||
| 11 | <mediaobject> | ||
| 12 | <imageobject> | ||
| 13 | <imagedata fileref='figures/kernel-dev-title.png' | ||
| 14 | format='SVG' | ||
| 15 | align='left' scalefit='1' width='100%'/> | ||
| 16 | </imageobject> | ||
| 17 | </mediaobject> | ||
| 18 | |||
| 19 | <title> | ||
| 20 | Yocto Project Linux Kernel Development Manual | ||
| 21 | </title> | ||
| 22 | |||
| 23 | <authorgroup> | ||
| 24 | <author> | ||
| 25 | <firstname>Darren</firstname> <surname>Hart</surname> | ||
| 26 | <affiliation> | ||
| 27 | <orgname>Intel Corporation</orgname> | ||
| 28 | </affiliation> | ||
| 29 | <email>darren.hart@intel.com</email> | ||
| 30 | </author> | ||
| 31 | </authorgroup> | ||
| 32 | |||
| 33 | <revhistory> | ||
| 34 | <revision> | ||
| 35 | <revnumber>1.4</revnumber> | ||
| 36 | <date>April 2013</date> | ||
| 37 | <revremark>Released with the Yocto Project 1.4 Release.</revremark> | ||
| 38 | </revision> | ||
| 39 | <revision> | ||
| 40 | <revnumber>1.5</revnumber> | ||
| 41 | <date>October 2013</date> | ||
| 42 | <revremark>Released with the Yocto Project 1.5 Release.</revremark> | ||
| 43 | </revision> | ||
| 44 | <revision> | ||
| 45 | <revnumber>1.5.1</revnumber> | ||
| 46 | <date>January 2014</date> | ||
| 47 | <revremark>Released with the Yocto Project 1.5.1 Release.</revremark> | ||
| 48 | </revision> | ||
| 49 | <revision> | ||
| 50 | <revnumber>1.6</revnumber> | ||
| 51 | <date>April 2014</date> | ||
| 52 | <revremark>Released with the Yocto Project 1.6 Release.</revremark> | ||
| 53 | </revision> | ||
| 54 | <revision> | ||
| 55 | <revnumber>1.6.1</revnumber> | ||
| 56 | <date>July 2014</date> | ||
| 57 | <revremark>Released with the Yocto Project 1.6.1 Release.</revremark> | ||
| 58 | </revision> | ||
| 59 | <revision> | ||
| 60 | <revnumber>1.6.2</revnumber> | ||
| 61 | <date>November 2014</date> | ||
| 62 | <revremark>Released with the Yocto Project 1.6.2 Release.</revremark> | ||
| 63 | </revision> | ||
| 64 | </revhistory> | ||
| 65 | |||
| 66 | <copyright> | ||
| 67 | <year>©RIGHT_YEAR;</year> | ||
| 68 | <holder>Linux Foundation</holder> | ||
| 69 | </copyright> | ||
| 70 | |||
| 71 | <legalnotice> | ||
| 72 | <para> | ||
| 73 | Permission is granted to copy, distribute and/or modify this document under | ||
| 74 | the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England & Wales</ulink> as published by Creative Commons. | ||
| 75 | </para> | ||
| 76 | <note> | ||
| 77 | For the latest version of this manual associated with this | ||
| 78 | Yocto Project release, see the | ||
| 79 | <ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;'>Yocto Project Linux Kernel Development Manual</ulink> | ||
| 80 | from the Yocto Project website. | ||
| 81 | </note> | ||
| 82 | </legalnotice> | ||
| 83 | |||
| 84 | </bookinfo> | ||
| 85 | |||
| 86 | <xi:include href="kernel-dev-intro.xml"/> | ||
| 87 | |||
| 88 | <xi:include href="kernel-dev-common.xml"/> | ||
| 89 | |||
| 90 | <xi:include href="kernel-dev-advanced.xml"/> | ||
| 91 | |||
| 92 | <xi:include href="kernel-dev-concepts-appx.xml"/> | ||
| 93 | |||
| 94 | <xi:include href="kernel-dev-maint-appx.xml"/> | ||
| 95 | |||
| 96 | <!-- | ||
| 97 | <xi:include href="kernel-dev-examples.xml"/> | ||
| 98 | --> | ||
| 99 | |||
| 100 | <xi:include href="kernel-dev-faq.xml"/> | ||
| 101 | |||
| 102 | <!-- <index id='index'> | ||
| 103 | <title>Index</title> | ||
| 104 | </index> | ||
| 105 | --> | ||
| 106 | |||
| 107 | </book> | ||
| 108 | <!-- | ||
| 109 | vim: expandtab tw=80 ts=4 | ||
| 110 | --> | ||
