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 @@ Yocto Project Release item for information on how to set up the Source Directory. - You have checked out the - dora-toaster branch: - - $ cd poky - $ git checkout -b dora-toaster origin/dora-toaster - Be sure your build machine has Django - version 1.4.5 installed. + version 1.5 installed. Make sure that port 8000 and 8200 are free (i.e. they have no servers on them). @@ -6453,7 +6447,9 @@ oe-init-build-env-memres). Prepare your local configuration file: - Toaster needs the Toaster class enabled + Toaster needs the + toaster + class enabled in Bitbake in order to record target image package information. You can enable it by adding the following line to your @@ -6461,16 +6457,7 @@ INHERIT += "toaster" - Toaster also needs - build history - enabled in Bitbake in - order to record target image package information. - You can enable this by adding the following two lines - to your conf/local.conf file: - - INHERIT += "buildhistory" - BUILDHISTORY_COMMIT = "1" - + Start Toaster: Start the Toaster service using this command from within your @@ -6531,6 +6518,22 @@ Either method opens the home page for the Toaster interface, which is temporary for this release. + + Notes + + For information on how to delete information from the Toaster + database, see the + Deleting a Build from the Toaster Database + wiki page. + + + + For information on how to set up an instance of Toaster on + a remote host, see the + Setting Up a Toaster Instance on a Remote Host + wiki page. + +