summaryrefslogtreecommitdiffstats
path: root/lib/bb/ui/crumbs/utils.py
AgeCommit message (Collapse)Author
2012-06-08ui/crumbs/utils.py: import module bbKang Kai
When I try to call function which_terminal() of utils.py directly, it complains NameError: global name 'bb' is not defined So import module bb Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-11ui/crumbs/utils.py: new file for choosing terminalsSaul Wold
Adding this simple version of a terminal selector for use hob since it's needed. Moving forward in the 1.3 release the existing code in meta/lib/oe/termnial.py will be migrated to core bitbake code and this will use that code. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>