Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 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='sdk-manual' 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/sdk-title.png' |
| 14 | format='SVG' |
| 15 | align='left' scalefit='1' width='100%'/> |
| 16 | </imageobject> |
| 17 | </mediaobject> |
| 18 | |
| 19 | <title> |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 20 | Yocto Project Application Development and the Extensible Software Development Kit (eSDK) |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 21 | </title> |
| 22 | |
| 23 | <authorgroup> |
| 24 | <author> |
| 25 | <firstname>Scott</firstname> <surname>Rifenbark</surname> |
| 26 | <affiliation> |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 27 | <orgname>Scotty's Documentation Services, INC</orgname> |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 28 | </affiliation> |
| 29 | <email>srifenbark@gmail.com</email> |
| 30 | </author> |
| 31 | </authorgroup> |
| 32 | |
| 33 | <revhistory> |
| 34 | <revision> |
| 35 | <revnumber>2.1</revnumber> |
| 36 | <date>April 2016</date> |
| 37 | <revremark>Released with the Yocto Project 2.1 Release.</revremark> |
| 38 | </revision> |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 39 | <revision> |
| 40 | <revnumber>2.2</revnumber> |
| 41 | <date>October 2016</date> |
| 42 | <revremark>Released with the Yocto Project 2.2 Release.</revremark> |
| 43 | </revision> |
Brad Bishop | 37a0e4d | 2017-12-04 01:01:44 -0500 | [diff] [blame] | 44 | <revision> |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 45 | <revnumber>2.3</revnumber> |
| 46 | <date>May 2017</date> |
| 47 | <revremark>Released with the Yocto Project 2.3 Release.</revremark> |
Brad Bishop | 37a0e4d | 2017-12-04 01:01:44 -0500 | [diff] [blame] | 48 | </revision> |
| 49 | <revision> |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 50 | <revnumber>2.4</revnumber> |
| 51 | <date>October 2017</date> |
| 52 | <revremark>Released with the Yocto Project 2.4 Release.</revremark> |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 53 | </revision> |
| 54 | <revision> |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 55 | <revnumber>2.5</revnumber> |
| 56 | <date>May 2018</date> |
| 57 | <revremark>Released with the Yocto Project 2.5 Release.</revremark> |
Brad Bishop | 37a0e4d | 2017-12-04 01:01:44 -0500 | [diff] [blame] | 58 | </revision> |
Brad Bishop | d5ae7d9 | 2018-06-14 09:52:03 -0700 | [diff] [blame] | 59 | <revision> |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 60 | <revnumber>2.6</revnumber> |
| 61 | <date>November 2018</date> |
| 62 | <revremark>Released with the Yocto Project 2.6 Release.</revremark> |
Brad Bishop | d5ae7d9 | 2018-06-14 09:52:03 -0700 | [diff] [blame] | 63 | </revision> |
Brad Bishop | f86d055 | 2018-12-04 14:18:15 -0800 | [diff] [blame] | 64 | <revision> |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 65 | <revnumber>2.7</revnumber> |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 66 | <date>May 2019</date> |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 67 | <revremark>Released with the Yocto Project 2.7 Release.</revremark> |
Brad Bishop | f86d055 | 2018-12-04 14:18:15 -0800 | [diff] [blame] | 68 | </revision> |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 69 | <revision> |
Brad Bishop | 64c979e | 2019-11-04 13:55:29 -0500 | [diff] [blame] | 70 | <revnumber>3.0</revnumber> |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 71 | <date>&REL_MONTH_YEAR;</date> |
Brad Bishop | 64c979e | 2019-11-04 13:55:29 -0500 | [diff] [blame] | 72 | <revremark>Released with the Yocto Project 3.0 Release.</revremark> |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 73 | </revision> |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 74 | </revhistory> |
| 75 | |
| 76 | <copyright> |
| 77 | <year>©RIGHT_YEAR;</year> |
| 78 | <holder>Linux Foundation</holder> |
| 79 | </copyright> |
| 80 | |
| 81 | <legalnotice> |
| 82 | <para> |
| 83 | Permission is granted to copy, distribute and/or modify this document under |
| 84 | 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. |
| 85 | </para> |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 86 | <note><title>Manual Notes</title> |
| 87 | <itemizedlist> |
| 88 | <listitem><para> |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 89 | This version of the |
| 90 | <emphasis>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</emphasis> |
| 91 | manual is for the &YOCTO_DOC_VERSION; release of the |
| 92 | Yocto Project. |
| 93 | To be sure you have the latest version of the manual |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 94 | for this release, go to the |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 95 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 96 | and select the manual from that site. |
| 97 | Manuals from the site are more up-to-date than manuals |
| 98 | derived from the Yocto Project released TAR files. |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 99 | </para></listitem> |
| 100 | <listitem><para> |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 101 | If you located this manual through a web search, the |
| 102 | version of the manual might not be the one you want |
| 103 | (e.g. the search might have returned a manual much |
| 104 | older than the Yocto Project version with which you |
| 105 | are working). |
| 106 | You can see all Yocto Project major releases by |
| 107 | visiting the |
| 108 | <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink> |
| 109 | page. |
| 110 | If you need a version of this manual for a different |
| 111 | Yocto Project release, visit the |
| 112 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> |
| 113 | and select the manual set by using the |
| 114 | "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE" |
| 115 | pull-down menus. |
| 116 | </para></listitem> |
| 117 | <listitem><para> |
| 118 | To report any inaccuracies or problems with this |
| 119 | manual, send an email to the Yocto Project |
| 120 | discussion group at |
| 121 | <filename>yocto@yoctoproject.com</filename> or log into |
| 122 | the freenode <filename>#yocto</filename> channel. |
| 123 | </para></listitem> |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 124 | </itemizedlist> |
| 125 | </note> |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 126 | </legalnotice> |
| 127 | |
| 128 | </bookinfo> |
| 129 | |
| 130 | <xi:include href="sdk-intro.xml"/> |
| 131 | |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 132 | <xi:include href="sdk-extensible.xml"/> |
| 133 | |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 134 | <xi:include href="sdk-using.xml"/> |
| 135 | |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 136 | <xi:include href="sdk-working-projects.xml"/> |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 137 | |
| 138 | <xi:include href="sdk-appendix-obtain.xml"/> |
| 139 | |
| 140 | <xi:include href="sdk-appendix-customizing.xml"/> |
| 141 | |
Brad Bishop | 37a0e4d | 2017-12-04 01:01:44 -0500 | [diff] [blame] | 142 | <xi:include href="sdk-appendix-customizing-standard.xml"/> |
| 143 | |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 144 | <!-- <index id='index'> |
| 145 | <title>Index</title> |
| 146 | </index> |
| 147 | --> |
| 148 | |
| 149 | </book> |
| 150 | <!-- |
| 151 | vim: expandtab tw=80 ts=4 |
| 152 | --> |