Searched refs:bitbakepath (Results 1 – 14 of 14) sorted by relevance
20 bitbakepath = None22 bitbakepath = basepath + '/bitbake'27 bitbakepath = os.path.abspath(os.path.join(pth, '..'))30 if bitbakepath:31 sys.path.insert(0, bitbakepath + '/lib')32 return bitbakepath
61 bitbakepath = scriptpath.add_bitbake_lib_path()62 if not bitbakepath:65 logger.debug('Found bitbake path: %s' % bitbakepath)
95 bitbakepath = scriptpath.add_bitbake_lib_path()97 if not bitbakepath:
282 bitbakepath = scriptpath.add_bitbake_lib_path()283 if not bitbakepath:286 logger.debug('Using standard bitbake path %s' % bitbakepath)
44 bitbakepath = scriptpath.add_bitbake_lib_path() variable45 if not bitbakepath:
15 bitbakepath = scriptpath.add_bitbake_lib_path() variable16 if not bitbakepath:
605 bitbakepath = scriptpath.add_bitbake_lib_path()606 if not bitbakepath:609 logger.debug('Found bitbake path: %s' % bitbakepath)
236 bitbakepath = scriptpath.add_bitbake_lib_path()237 if not bitbakepath:240 logger.debug('Found bitbake path: %s' % bitbakepath)
24 bitbakepath = scriptpath.add_bitbake_lib_path() variable25 if not bitbakepath:
25 bitbakepath = scriptpath.add_bitbake_lib_path() variable
30 bitbakepath = scriptpath.add_bitbake_lib_path() variable31 if not bitbakepath:34 logger.debug('Using standard bitbake path %s' % bitbakepath)
103 bitbakepath = scriptpath.add_bitbake_lib_path()104 if not bitbakepath: