Home
last modified time | relevance | path

Searched refs:bitbakepath (Results 1 – 14 of 14) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/
H A Dscriptpath.py20 bitbakepath = None
22 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
/openbmc/openbmc/poky/scripts/
H A Drecipetool61 bitbakepath = scriptpath.add_bitbake_lib_path()
62 if not bitbakepath:
65 logger.debug('Found bitbake path: %s' % bitbakepath)
H A Dbuildhistory-diff95 bitbakepath = scriptpath.add_bitbake_lib_path()
97 if not bitbakepath:
H A Ddevtool282 bitbakepath = scriptpath.add_bitbake_lib_path()
283 if not bitbakepath:
286 logger.debug('Using standard bitbake path %s' % bitbakepath)
H A Dtest-remote-image44 bitbakepath = scriptpath.add_bitbake_lib_path() variable
45 if not bitbakepath:
H A Doe-pkgdata-browser15 bitbakepath = scriptpath.add_bitbake_lib_path() variable
16 if not bitbakepath:
H A Doe-pkgdata-util605 bitbakepath = scriptpath.add_bitbake_lib_path()
606 if not bitbakepath:
609 logger.debug('Found bitbake path: %s' % bitbakepath)
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Drecipetool61 bitbakepath = scriptpath.add_bitbake_lib_path()
62 if not bitbakepath:
65 logger.debug('Found bitbake path: %s' % bitbakepath)
H A Ddevtool282 bitbakepath = scriptpath.add_bitbake_lib_path()
283 if not bitbakepath:
286 logger.debug('Using standard bitbake path %s' % bitbakepath)
/openbmc/openbmc/poky/scripts/contrib/
H A Ddevtool-stress.py236 bitbakepath = scriptpath.add_bitbake_lib_path()
237 if not bitbakepath:
240 logger.debug('Found bitbake path: %s' % bitbakepath)
H A Dlist-packageconfig-flags.py24 bitbakepath = scriptpath.add_bitbake_lib_path() variable
25 if not bitbakepath:
H A Dverify-homepage.py25 bitbakepath = scriptpath.add_bitbake_lib_path() variable
H A Dimage-manifest30 bitbakepath = scriptpath.add_bitbake_lib_path() variable
31 if not bitbakepath:
34 logger.debug('Using standard bitbake path %s' % bitbakepath)
/openbmc/openbmc/poky/scripts/lib/devtool/
H A D__init__.py103 bitbakepath = scriptpath.add_bitbake_lib_path()
104 if not bitbakepath: