Searched refs:confpath (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/ |
| H A D | ksparser.py | 138 def __init__(self, confpath): argument 201 self._parse(parser, confpath) 206 def _parse(self, parser, confpath): argument 210 with open(confpath) as conf: 222 (confpath, lineno, err)) 228 % (confpath, lineno) 232 % (confpath, lineno) 236 err = "%s:%d: erofs does not support LABEL" % (confpath, lineno) 246 % (confpath, lineno, parsed.fsuuid, parsed.fstype) 253 % (confpath, lineno, parsed.fsuuid, parsed.fstype) [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/ |
| H A D | localhostbecontroller.py | 355 confpath = os.path.join(builddir, 'conf/toaster.conf') 356 with open(confpath, 'w') as conf: 450 builddir, bitbake, confpath, toasterlayers), self.be.sourcedir) 504 … % (env_clean, brbe, self.be.bbport, local_bitbake, bbtargets, confpath, toasterlayers, log,
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | cooker.py | 1150 confpath = os.path.join(path, "conf", var) 1151 if os.path.exists(confpath): 1152 for root, dirs, files in os.walk(confpath):
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | package.bbclass | 997 confpath = bb.utils.which(bbpath, conf_file) 998 if confpath:
|