| Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [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='overview-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/overview-manual-title.png' | 
 | 14 |                     format='SVG' | 
 | 15 |                     align='left' scalefit='1' width='100%'/> | 
 | 16 |             </imageobject> | 
 | 17 |         </mediaobject> | 
 | 18 |  | 
 | 19 |         <title> | 
 | 20 |             Yocto Project Overview and Concepts Manual | 
 | 21 |         </title> | 
 | 22 |  | 
 | 23 |         <authorgroup> | 
 | 24 |             <author> | 
 | 25 |                 <firstname>Scott</firstname> <surname>Rifenbark</surname> | 
 | 26 |                 <affiliation> | 
 | 27 |                     <orgname>Scotty's Documentation Services, INC</orgname> | 
 | 28 |                 </affiliation> | 
 | 29 |                 <email>srifenbark@gmail.com</email> | 
 | 30 |             </author> | 
 | 31 |         </authorgroup> | 
 | 32 |  | 
 | 33 |         <revhistory> | 
 | 34 |             <revision> | 
 | 35 |                 <revnumber>2.5</revnumber> | 
 | 36 |                 <date>May 2018</date> | 
 | 37 |                 <revremark>The initial document released with the Yocto Project 2.5 Release.</revremark> | 
 | 38 |             </revision> | 
| Brad Bishop | d5ae7d9 | 2018-06-14 09:52:03 -0700 | [diff] [blame] | 39 |             <revision> | 
| Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 40 |                 <revnumber>2.7</revnumber> | 
 | 41 |                 <date>May 2019</date> | 
 | 42 |                 <revremark>Released with the Yocto Project 2.7 Release.</revremark> | 
 | 43 |             </revision> | 
 | 44 |             <revision> | 
 | 45 |                 <revnumber>2.8</revnumber> | 
| Brad Bishop | f86d055 | 2018-12-04 14:18:15 -0800 | [diff] [blame] | 46 |                 <date>&REL_MONTH_YEAR;</date> | 
| Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 47 |                 <revremark>Released with the Yocto Project 2.8 Release.</revremark> | 
| Brad Bishop | f86d055 | 2018-12-04 14:18:15 -0800 | [diff] [blame] | 48 |             </revision> | 
| Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 49 |         </revhistory> | 
 | 50 |  | 
 | 51 |     <copyright> | 
 | 52 |      <year>©RIGHT_YEAR;</year> | 
 | 53 |       <holder>Linux Foundation</holder> | 
 | 54 |     </copyright> | 
 | 55 |  | 
 | 56 |     <legalnotice> | 
 | 57 |       <para> | 
 | 58 |           Permission is granted to copy, distribute and/or modify this document under | 
 | 59 |           the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/"> | 
 | 60 |           Creative Commons Attribution-Share Alike 2.0 UK: England & Wales</ulink> as published by | 
 | 61 |           Creative Commons. | 
 | 62 |       </para> | 
 | 63 |            <note><title>Manual Notes</title> | 
 | 64 |                <itemizedlist> | 
 | 65 |                    <listitem><para> | 
 | 66 |                        This version of the | 
 | 67 |                        <emphasis>Yocto Project Overview and Concepts Manual</emphasis> | 
 | 68 |                        is for the &YOCTO_DOC_VERSION; release of the | 
 | 69 |                        Yocto Project. | 
 | 70 |                        To be sure you have the latest version of the manual | 
 | 71 |                        for this release, go to the | 
 | 72 |                        <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> | 
 | 73 |                        and select the manual from that site. | 
 | 74 |                        Manuals from the site are more up-to-date than manuals | 
 | 75 |                        derived from the Yocto Project released TAR files. | 
 | 76 |                        </para></listitem> | 
 | 77 |                    <listitem><para> | 
 | 78 |                        If you located this manual through a web search, the | 
 | 79 |                        version of the manual might not be the one you want | 
 | 80 |                        (e.g. the search might have returned a manual much | 
 | 81 |                        older than the Yocto Project version with which you | 
 | 82 |                        are working). | 
 | 83 |                        You can see all Yocto Project major releases by | 
 | 84 |                        visiting the | 
 | 85 |                        <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink> | 
 | 86 |                        page. | 
 | 87 |                        If you need a version of this manual for a different | 
 | 88 |                        Yocto Project release, visit the | 
 | 89 |                        <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> | 
 | 90 |                        and select the manual set by using the | 
 | 91 |                        "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE" | 
 | 92 |                        pull-down menus. | 
 | 93 |                        </para></listitem> | 
 | 94 |                    <listitem><para> | 
 | 95 |                        To report any inaccuracies or problems with this | 
 | 96 |                        manual, send an email to the Yocto Project | 
 | 97 |                        discussion group at | 
 | 98 |                        <filename>yocto@yoctoproject.com</filename> or log into | 
 | 99 |                        the freenode <filename>#yocto</filename> channel. | 
 | 100 |                        </para></listitem> | 
 | 101 |                </itemizedlist> | 
 | 102 |            </note> | 
 | 103 |     </legalnotice> | 
 | 104 |  | 
 | 105 |     </bookinfo> | 
 | 106 |  | 
 | 107 |     <xi:include href="overview-manual-intro.xml"/> | 
 | 108 |  | 
 | 109 |     <xi:include href="overview-manual-yp-intro.xml"/> | 
 | 110 |  | 
 | 111 |     <xi:include href="overview-manual-development-environment.xml"/> | 
 | 112 |  | 
 | 113 |     <xi:include href="overview-manual-concepts.xml" /> | 
 | 114 |  | 
 | 115 | </book> | 
 | 116 | <!-- | 
 | 117 | vim: expandtab tw=80 ts=4 | 
 | 118 | --> |