diff options
Diffstat (limited to 'documentation/dev-manual')
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 39 |
1 files changed, 21 insertions, 18 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index d9be6a0b46..27e52839c0 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
| @@ -6427,15 +6427,9 @@ | |||
| 6427 | <link linkend='local-yp-release'>Yocto Project Release</link> | 6427 | <link linkend='local-yp-release'>Yocto Project Release</link> |
| 6428 | item for information on how to set up the Source | 6428 | item for information on how to set up the Source |
| 6429 | Directory.</para></listitem> | 6429 | Directory.</para></listitem> |
| 6430 | <listitem><para>You have checked out the | ||
| 6431 | <filename>dora-toaster</filename> branch: | ||
| 6432 | <literallayout class='monospaced'> | ||
| 6433 | $ cd poky | ||
| 6434 | $ git checkout -b dora-toaster origin/dora-toaster | ||
| 6435 | </literallayout></para></listitem> | ||
| 6436 | <listitem><para>Be sure your build machine has | 6430 | <listitem><para>Be sure your build machine has |
| 6437 | <ulink url='http://en.wikipedia.org/wiki/Django_%28web_framework%29'>Django</ulink> | 6431 | <ulink url='http://en.wikipedia.org/wiki/Django_%28web_framework%29'>Django</ulink> |
| 6438 | version 1.4.5 installed.</para></listitem> | 6432 | version 1.5 installed.</para></listitem> |
| 6439 | <listitem><para>Make sure that port 8000 and 8200 are | 6433 | <listitem><para>Make sure that port 8000 and 8200 are |
| 6440 | free (i.e. they have no servers on them). | 6434 | free (i.e. they have no servers on them). |
| 6441 | </para></listitem> | 6435 | </para></listitem> |
| @@ -6453,7 +6447,9 @@ | |||
| 6453 | <ulink url='&YOCTO_DOCS_REF_URL;#structure-memres-core-script'><filename>oe-init-build-env-memres</filename></ulink>). | 6447 | <ulink url='&YOCTO_DOCS_REF_URL;#structure-memres-core-script'><filename>oe-init-build-env-memres</filename></ulink>). |
| 6454 | </para></listitem> | 6448 | </para></listitem> |
| 6455 | <listitem><para><emphasis>Prepare your local configuration file:</emphasis> | 6449 | <listitem><para><emphasis>Prepare your local configuration file:</emphasis> |
| 6456 | Toaster needs the Toaster class enabled | 6450 | Toaster needs the |
| 6451 | <ulink url='&YOCTO_DOCS_REF_URL;#toaster'><filename>toaster</filename></ulink> | ||
| 6452 | class enabled | ||
| 6457 | in Bitbake in order to record target image package | 6453 | in Bitbake in order to record target image package |
| 6458 | information. | 6454 | information. |
| 6459 | You can enable it by adding the following line to your | 6455 | You can enable it by adding the following line to your |
| @@ -6461,16 +6457,7 @@ | |||
| 6461 | <literallayout class='monospaced'> | 6457 | <literallayout class='monospaced'> |
| 6462 | INHERIT += "toaster" | 6458 | INHERIT += "toaster" |
| 6463 | </literallayout> | 6459 | </literallayout> |
| 6464 | Toaster also needs | 6460 | </para></listitem> |
| 6465 | <ulink url='&YOCTO_DOCS_REF_URL;#maintaining-build-output-quality'>build history</ulink> | ||
| 6466 | enabled in Bitbake in | ||
| 6467 | order to record target image package information. | ||
| 6468 | You can enable this by adding the following two lines | ||
| 6469 | to your <filename>conf/local.conf</filename> file: | ||
| 6470 | <literallayout class='monospaced'> | ||
| 6471 | INHERIT += "buildhistory" | ||
| 6472 | BUILDHISTORY_COMMIT = "1" | ||
| 6473 | </literallayout></para></listitem> | ||
| 6474 | <listitem><para><emphasis>Start Toaster:</emphasis> | 6461 | <listitem><para><emphasis>Start Toaster:</emphasis> |
| 6475 | Start the Toaster service using this | 6462 | Start the Toaster service using this |
| 6476 | command from within your | 6463 | command from within your |
| @@ -6531,6 +6518,22 @@ | |||
| 6531 | Either method opens the home page for the Toaster interface, | 6518 | Either method opens the home page for the Toaster interface, |
| 6532 | which is temporary for this release. | 6519 | which is temporary for this release. |
| 6533 | </para> | 6520 | </para> |
| 6521 | |||
| 6522 | <note><title>Notes</title> | ||
| 6523 | <para> | ||
| 6524 | For information on how to delete information from the Toaster | ||
| 6525 | database, see the | ||
| 6526 | <ulink url='https://wiki.yoctoproject.org/wiki/Toaster#Deleting_a_Build_from_the_Toaster_Database'>Deleting a Build from the Toaster Database</ulink> | ||
| 6527 | wiki page. | ||
| 6528 | </para> | ||
| 6529 | |||
| 6530 | <para> | ||
| 6531 | For information on how to set up an instance of Toaster on | ||
| 6532 | a remote host, see the | ||
| 6533 | <ulink url='https://wiki.yoctoproject.org/wiki/Toaster#Setting_up_a_Toaster_Instance_on_a_Remote_Host'>Setting Up a Toaster Instance on a Remote Host</ulink> | ||
| 6534 | wiki page. | ||
| 6535 | </para> | ||
| 6536 | </note> | ||
| 6534 | </section> | 6537 | </section> |
| 6535 | 6538 | ||
| 6536 | <section id='examining-toaster-data'> | 6539 | <section id='examining-toaster-data'> |
