summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/crumbs/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* ui/crumbs/utils.py: import module bbKang Kai2012-06-081-0/+1
| | | | | | | | | | | | 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 (Bitbake rev: 9e370d9b1022112be2ac8f73feb182b1bba179b0) Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ui/crumbs/utils.py: new file for choosing terminalsSaul Wold2012-04-111-0/+33
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. (Bitbake rev: 359a9ea4c8d61247064db3eaefb816ef116d332a) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>