diff options
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 49d398aa38..0f8df85486 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -6243,7 +6243,7 @@ | |||
6243 | (REST) API that queries for and returns build information using | 6243 | (REST) API that queries for and returns build information using |
6244 | <filename>GET</filename> and <filename>JSON</filename>. | 6244 | <filename>GET</filename> and <filename>JSON</filename>. |
6245 | These types of search operations retrieve sets of objects from | 6245 | These types of search operations retrieve sets of objects from |
6246 | a data store used to collect build information. | 6246 | a datastore used to collect build information. |
6247 | The results contain all the data for the objects being returned. | 6247 | The results contain all the data for the objects being returned. |
6248 | You can order the results of the search by key and the search | 6248 | You can order the results of the search by key and the search |
6249 | parameters are consistent for all object types. | 6249 | parameters are consistent for all object types. |
@@ -6326,8 +6326,9 @@ | |||
6326 | <orderedlist> | 6326 | <orderedlist> |
6327 | <listitem><para><emphasis>Set up your build environment:</emphasis> | 6327 | <listitem><para><emphasis>Set up your build environment:</emphasis> |
6328 | Source a build environment script (i.e. | 6328 | Source a build environment script (i.e. |
6329 | <filename>oe-init-build-env</filename> or | 6329 | <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink> |
6330 | <filename>oe-init-build-env-memres</filename>). | 6330 | or |
6331 | <ulink url='&YOCTO_DOCS_REF_URL;#structure-memres-core-script'><filename>oe-init-build-env-memres</filename></ulink>). | ||
6331 | </para></listitem> | 6332 | </para></listitem> |
6332 | <listitem><para><emphasis>Prepare your local configuration file:</emphasis> | 6333 | <listitem><para><emphasis>Prepare your local configuration file:</emphasis> |
6333 | Toaster needs the Toaster class enabled | 6334 | Toaster needs the Toaster class enabled |
@@ -6338,7 +6339,9 @@ | |||
6338 | <literallayout class='monospaced'> | 6339 | <literallayout class='monospaced'> |
6339 | INHERIT += "toaster" | 6340 | INHERIT += "toaster" |
6340 | </literallayout> | 6341 | </literallayout> |
6341 | Toaster also needs Build History enabled in Bitbake in | 6342 | Toaster also needs |
6343 | <ulink url='&YOCTO_DOCS_REF_URL;#maintaining-build-output-quality'>build history</ulink> | ||
6344 | enabled in Bitbake in | ||
6342 | order to record target image package information. | 6345 | order to record target image package information. |
6343 | You can enable this by adding the following two lines | 6346 | You can enable this by adding the following two lines |
6344 | to your <filename>conf/local.conf</filename> file: | 6347 | to your <filename>conf/local.conf</filename> file: |
@@ -6348,7 +6351,8 @@ | |||
6348 | </literallayout></para></listitem> | 6351 | </literallayout></para></listitem> |
6349 | <listitem><para><emphasis>Start Toaster:</emphasis> | 6352 | <listitem><para><emphasis>Start Toaster:</emphasis> |
6350 | Start the Toaster service using this | 6353 | Start the Toaster service using this |
6351 | command from within your build directory: | 6354 | command from within your |
6355 | <link linkend='build-directory'>Build Directory</link>: | ||
6352 | <literallayout class='monospaced'> | 6356 | <literallayout class='monospaced'> |
6353 | $ source toaster start | 6357 | $ source toaster start |
6354 | </literallayout></para></listitem> | 6358 | </literallayout></para></listitem> |