diff options
author | brian avery <avery.brian@gmail.com> | 2016-03-01 11:40:55 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-02 22:41:23 +0000 |
commit | 937ecd07d393ff3e543fb366b67876b498c9ac29 (patch) | |
tree | b099ae7e0fab629dea682786d4945ccac1ff5cb5 /meta-yocto/conf | |
parent | a7d1b95c96950326f0c0b09ec901abd57a27b38e (diff) | |
download | poky-937ecd07d393ff3e543fb366b67876b498c9ac29.tar.gz |
bitbake: toaster: cleanup of bin/toaster startup code
This cleanup fixes a few issues:
1) Removes the superflous code to set toasterconf.json
- this isn't used and referenced meta-yocto
2) Changes exit to return so we don't surprise the user by exiting their shell
- this is necessary because it is being sourced
3) Removes the last references to the old TOASTER_MANAGED variable
- this is historical and no longer used.
4) Adds -t parameter to lsof
- This stops it from dying on odd filesystems and is much
faster since all we are using are processes anyway
5) Handles start and stop as params
- it was easy to confuse the script especially
if we were calling it with parameters.
- if start/stop isn't specified, it will still toggle
(Bitbake rev: 88fddbe80f56828026bf93560037af52b5dab628)
Signed-off-by: brian avery <avery.brian@gmail.com>
Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf')
0 files changed, 0 insertions, 0 deletions