Home
last modified time | relevance | path

Searched refs:bitbake_dir (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/tests/eventreplay/
H A D__init__.py36 bitbake_dir = Path(__file__.split('lib/toaster')[0])
37 self.script = bitbake_dir / 'bin' / 'toaster-eventreplay'
/openbmc/openbmc/poky/meta/lib/oe/
H A Dcopy_buildsystem.py80 bitbake_dir = bb.__file__.rsplit('/', 3)[0]
81 corebase_files.append(bitbake_dir)
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgit.py137bitbake_dir = os.path.abspath(os.path.join(os.path.dirname(os.path.join(os.path.abspath(__file__))… variable in Git
138 make_shallow_path = os.path.join(bitbake_dir, 'bin', 'git-make-shallow')