From 46330cd0bc16449024e4c01b5c6ff15a1eb0612e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 19 Mar 2014 08:16:24 -0600 Subject: dev-manual: Read-thru edits to "Examining Builds Using the Toaster API" Minor edits. Needed to add a few cross-reference links. (From yocto-docs rev: 47d7c408984a552a6c5d25ac880b50634c576cc5) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 14 +++++++++----- 1 file 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 @@ (REST) API that queries for and returns build information using GET and JSON. These types of search operations retrieve sets of objects from - a data store used to collect build information. + a datastore used to collect build information. The results contain all the data for the objects being returned. You can order the results of the search by key and the search parameters are consistent for all object types. @@ -6326,8 +6326,9 @@ Set up your build environment: Source a build environment script (i.e. - oe-init-build-env or - oe-init-build-env-memres). + &OE_INIT_FILE; + or + oe-init-build-env-memres). Prepare your local configuration file: Toaster needs the Toaster class enabled @@ -6338,7 +6339,9 @@ INHERIT += "toaster" - Toaster also needs Build History enabled in Bitbake in + 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: @@ -6348,7 +6351,8 @@ Start Toaster: Start the Toaster service using this - command from within your build directory: + command from within your + Build Directory: $ source toaster start -- cgit v1.2.3-54-g00ecf