generic-poky/bitbake/bin
Ed Bartosh 320d05ea9f bitbake: toaster: exit or return depending on the mode
When toaster script is sourced 'return' should be used as
using 'exit' will cause script to exit the shell and close terminal
window. If script is called 'exit' should be used. Otherwise shell
will throw and error:
  return: can only `return' from a function or sourced script

Used 'return' or 'exit' depending on the toaster mode using
TOASTER_MANAGED variable.

(Bitbake rev: 643c42069a2788e9f40fa1bc9845f32aed3d096c)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: brian avery <avery.brian@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-10-16 14:13:23 +01:00
..
bitbake bitbake: bitbake/lib: Update version to 1.28.0 2015-10-01 15:17:53 +01:00
bitbake-diffsigs bitbake: bitbake-diffsigs: consider the situation where sigdata and siginfo files having the same hash values 2015-04-17 11:55:44 +01:00
bitbake-dumpsig bitbake: bitbake-dumpsig: introduce command line and error handling 2013-10-07 09:37:35 +01:00
bitbake-layers bitbake: bitbake-layers: show-recipes: allow filtering by class inheritance 2015-08-19 18:05:50 +01:00
bitbake-prserv bitbake/bitbake-prserv: Set file mode bits "x". 2012-03-02 16:22:27 +00:00
bitbake-selftest bitbake: bitbake-selftest: Add -v option for verbosity 2015-07-23 08:48:41 +01:00
bitbake-worker bitbake: bitbake-worker: Guard against multiprocessing corruption of event data 2015-10-01 07:43:38 +01:00
bitdoc bitbake: Update users of getVar/setVar to use the data store functions directly 2011-11-27 10:35:30 +00:00
image-writer bitbake: bin/image-writer: Add ext4 as a deployable image type 2015-03-31 22:39:21 +01:00
toaster bitbake: toaster: exit or return depending on the mode 2015-10-16 14:13:23 +01:00
toaster-eventreplay bitbake: toasterui: proper exit code on toaster errors 2015-05-08 17:42:05 +01:00