diff options
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 31 |
1 files changed, 23 insertions, 8 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index f1b6728bd0..6064f96cc4 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -62,7 +62,7 @@ | |||
62 | on the OpenEmbedded (OE) project, which uses the | 62 | on the OpenEmbedded (OE) project, which uses the |
63 | <ulink url='&YOCTO_DOCS_REF_URL;#bitbake-term'>BitBake</ulink> | 63 | <ulink url='&YOCTO_DOCS_REF_URL;#bitbake-term'>BitBake</ulink> |
64 | tool, to construct complete Linux images. | 64 | tool, to construct complete Linux images. |
65 | The BitBake and OE components are combined together to form | 65 | The BitBake and OE components combine together to form |
66 | a reference build host, historically known as | 66 | a reference build host, historically known as |
67 | <ulink url='&YOCTO_DOCS_REF_URL;#poky'>Poky</ulink> | 67 | <ulink url='&YOCTO_DOCS_REF_URL;#poky'>Poky</ulink> |
68 | (<emphasis>Pah</emphasis>-kee). | 68 | (<emphasis>Pah</emphasis>-kee). |
@@ -74,8 +74,14 @@ | |||
74 | Linux images. | 74 | Linux images. |
75 | Rather than go into great detail about the Yocto Project and its | 75 | Rather than go into great detail about the Yocto Project and its |
76 | many capabilities, this quick start provides the minimal | 76 | many capabilities, this quick start provides the minimal |
77 | information you need to try out the Yocto Project using a | 77 | information you need to try out the Yocto Project using either a |
78 | supported Linux build host. | 78 | supported Linux build host or a build host set up to use |
79 | <ulink url='https://git.yoctoproject.org/cgit/cgit.cgi/crops/about/'>CROPS</ulink>, | ||
80 | which leverages | ||
81 | <ulink url='https://www.docker.com/'>Docker Containers</ulink>. | ||
82 | </para> | ||
83 | |||
84 | <para> | ||
79 | Reading and using the quick start should result in you having a | 85 | Reading and using the quick start should result in you having a |
80 | basic understanding of what the Yocto Project is and how to use | 86 | basic understanding of what the Yocto Project is and how to use |
81 | some of its core components. | 87 | some of its core components. |
@@ -100,6 +106,7 @@ | |||
100 | <ulink url='http://www.yoctoproject.org/docs/2.4/yocto-project-qs/yocto-project-qs.html#building-an-image-for-hardware'>Building an Image for Hardware</ulink> | 106 | <ulink url='http://www.yoctoproject.org/docs/2.4/yocto-project-qs/yocto-project-qs.html#building-an-image-for-hardware'>Building an Image for Hardware</ulink> |
101 | </para></listitem> | 107 | </para></listitem> |
102 | </itemizedlist> | 108 | </itemizedlist> |
109 | <!-- | ||
103 | <note> | 110 | <note> |
104 | If you do not have a system that runs Linux and you want to give | 111 | If you do not have a system that runs Linux and you want to give |
105 | the Yocto Project a test run, you might consider using the Yocto | 112 | the Yocto Project a test run, you might consider using the Yocto |
@@ -111,6 +118,7 @@ | |||
111 | <ulink url='https://www.yoctoproject.org/tools-resources/projects/build-appliance'>Yocto Project Build Appliance</ulink> | 118 | <ulink url='https://www.yoctoproject.org/tools-resources/projects/build-appliance'>Yocto Project Build Appliance</ulink> |
112 | for more information. | 119 | for more information. |
113 | </note> | 120 | </note> |
121 | --> | ||
114 | </para> | 122 | </para> |
115 | 123 | ||
116 | <para> | 124 | <para> |
@@ -118,18 +126,25 @@ | |||
118 | reference these resources: | 126 | reference these resources: |
119 | <itemizedlist> | 127 | <itemizedlist> |
120 | <listitem><para> | 128 | <listitem><para> |
129 | <emphasis>Website:</emphasis> | ||
130 | The | ||
131 | <ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink> | ||
132 | provides the latest builds, breaking news, full development | ||
133 | documentation, and access to a rich Yocto Project | ||
134 | Development Community into which you can tap. | ||
135 | </para></listitem> | ||
136 | <listitem><para> | ||
121 | <emphasis>Yocto Project Backgrounders:</emphasis> | 137 | <emphasis>Yocto Project Backgrounders:</emphasis> |
122 | The | 138 | The |
123 | <ulink url='&YOCTO_HOME_URL;/ecosystem/yocto-project-backgrounders'>Yocto Project Backgrounder</ulink> | 139 | <ulink url='&YOCTO_HOME_URL;/ecosystem/yocto-project-backgrounders'>Yocto Project Backgrounder</ulink> |
124 | provides introductory information on the Yocto Project. | 140 | provides introductory information on the Yocto Project. |
125 | </para></listitem> | 141 | </para></listitem> |
126 | <listitem><para> | 142 | <listitem><para> |
127 | <emphasis>Website:</emphasis> | 143 | <emphasis>Yocto Project Development Environment Overview:</emphasis> |
128 | The | 144 | The |
129 | <ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink> | 145 | "<ulink url='&YOCTO_DOCS_REF_URL;#yp-intro'>Introducing the Yocto Project Development Environment</ulink>" |
130 | provides the latest builds, breaking news, full development | 146 | section presents an overview of the Yocto Project |
131 | documentation, and access to a rich Yocto Project | 147 | development environment. |
132 | Development Community into which you can tap. | ||
133 | </para></listitem> | 148 | </para></listitem> |
134 | <listitem><para> | 149 | <listitem><para> |
135 | <emphasis>FAQs:</emphasis> | 150 | <emphasis>FAQs:</emphasis> |