Home
last modified time | relevance | path

Searched refs:pth (Results 1 – 20 of 20) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dchecksum.py99 def checksum_dir(pth): argument
101 if pth == "/":
103 pth = pth.rstrip("/")
105 for root, dirs, files in os.walk(pth, topdown=True):
108 fullpth = os.path.join(root, name).replace(pth, os.path.join(pth, "."))
115 for pth in filelist_regex.split(filelist):
116 if not pth:
118 pth = pth.strip()
119 if not pth:
121 exist = pth.split(":")[1]
[all …]
H A Dutils.py1701 def remove_trailing_sep(pth): argument
1702 if pth and pth[-1] == os.sep:
1703 pth = pth[:-1]
1704 return pth
1707 def canonicalise_path(pth): argument
1708 pth = remove_trailing_sep(pth)
1709 if 'HOME' in approved and '~' in pth:
1710 pth = os.path.expanduser(pth)
1711 return pth
/openbmc/openbmc/poky/scripts/lib/
H A Dscriptpath.py25 for pth in os.environ['PATH'].split(':'):
26 if os.path.exists(os.path.join(pth, '../lib/bb')):
27 bitbakepath = os.path.abspath(os.path.join(pth, '..'))
H A Dscriptutils.py119 for pth in bbfiles:
120 if pth.endswith('.bb'):
121 pthdir = os.path.dirname(pth)
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Ddevtool59 pth = self.get('General', 'init_path')
60 self.init_path = os.path.join(self.basepath, pth)
62 logger.error('init_path %s specified in config file cannot be found' % pth)
249 pth = basepath
250 while pth != '' and pth != os.sep:
251 if os.path.exists(os.path.join(pth, '.devtoolbase')):
253 basepath = pth
255 pth = os.path.dirname(pth)
[all...]
/openbmc/openbmc/poky/scripts/
H A Ddevtool59 pth = self.get('General', 'init_path')
60 self.init_path = os.path.join(self.basepath, pth)
62 logger.error('init_path %s specified in config file cannot be found' % pth)
249 pth = basepath
250 while pth != '' and pth != os.sep:
251 if os.path.exists(os.path.join(pth, '.devtoolbase')):
253 basepath = pth
255 pth = os.path.dirname(pth)
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-protobuf_5.29.4.bb45 # Remove useless and problematic .pth file. python3-protobuf is installed in the standard
46 # location of site packages. No need for such .pth file.
49 rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/protobuf-*-nspkg.pth
/openbmc/openbmc/poky/meta/lib/oe/
H A Drecipeutils.py410 for pth in fetch.localpaths():
411 if pth not in localpaths:
412 localpaths.append(os.path.abspath(pth))
961 pth = os.path.abspath(fn)
963 while pth:
964 if os.path.exists(os.path.join(pth, 'conf', 'layer.conf')):
965 layerdir = pth
967 pth = os.path.dirname(pth)
968 if pth == '/':
H A Dpath.py281 def abs_path_trailing(pth): argument
282 pth_abs = os.path.abspath(pth)
H A Dcopy_buildsystem.py36 self.layerdirs = [os.path.abspath(pth) for pth in d.getVar('BBLAYERS').split()]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dsetuptools3_legacy.bbclass67 rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/easy-install.pth
H A Dpopulate_sdk_ext.bbclass131 for pth in cleanpaths:
132 fullpth = os.path.join(sdkbasepath, pth)
/openbmc/openbmc/poky/scripts/contrib/
H A Dimage-manifest100 def find_git_repo(pth): argument
101 checkpth = pth
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-1.7.rst103 pth (pth-config)
H A Dmigration-2.1.rst166 - ``pth``: Became obsolete.
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/
H A D0001-Remove-python-venv.patch65 -VENV_PATH_FILE="${VIRTUALENV_ROOT}/lib/$PYTHON/site-packages/_virtualenv_path_extensions.pth"
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Ddevtool.py74 pth = os.path.join(oldreporoot, relpth)
75 … if pth.startswith(canonical_layerpath) or pth.startswith(canonical_layerpath_scripts):
79 … shutil.copytree(pth, destdir, ignore=shutil.ignore_patterns('*.pyc', '__pycache__'))
83 shutil.copy2(pth, destdir)
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dstandard.py2178 removed = [os.path.relpath(pth, recipedir) for pth in removed]
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A D__init__.py1271 pth = ud.path
/openbmc/openbmc-tools/rootfs_size/
H A Dresults.txt2470 0: /usr/lib/python2.7/site-packages/pygtk.pth