Home
last modified time | relevance | path

Searched refs:localpaths (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dlocal.py44 return self.localpaths(urldata, d)[-1]
46 def localpaths(self, urldata, d): member in Local
H A D__init__.py1232 paths = ud.method.localpaths(ud, d)
1698 def localpaths(self): member in Fetch
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/psplash/
H A Dpsplash_git.bb26 localpaths = []
44 localpaths.append(flocal)
48 d.setVar("SPLASH_LOCALPATHS", " ".join(localpaths))
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Drecipeutils.py402 localpaths = []
410 for pth in fetch.localpaths():
411 if pth not in localpaths:
412 localpaths.append(os.path.abspath(pth))
437 for path in localpaths + includes: