From 9814bdfd6d64fcd50d511e861c8729af74fe1698 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 7 Apr 2014 08:25:59 -0700 Subject: dev-manual: Updates to the Toaster section. Applied some feedback from Belen and Paul for the section in light of the 1.6 release. (From yocto-docs rev: 88bbc526446970c66642c2ae10ad3eba01f74eb3) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../dev-manual/dev-manual-common-tasks.xml | 39 ++++++++++++---------- 1 file changed, 21 insertions(+), 18 deletions(-) (limited to 'documentation/dev-manual') 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. + +
-- cgit v1.2.3-54-g00ecf