Searched refs:confpath (Results 1 – 5 of 5) sorted by relevance
| /openbmc/openbmc/poky/meta/lib/bbconfigbuild/ |
| H A D | configfragments.py | 92 def create_conf(self, confpath): argument 93 if not os.path.exists(confpath): 94 with open(confpath, 'w') as f: 96 with open(confpath, 'r') as f: 100 with open(confpath, 'w') as f: 109 print("Fragment {} already included in {}".format(f, args.confpath)) 118 self.create_conf(args.confpath) 119 modified = bb.utils.edit_metadata_file(args.confpath, ["OE_FRAGMENTS"], enable_helper) 121 print("Fragment {} added to {}.".format(", ".join(args.fragmentname), args.confpath)) 131 print("Fragment {} not currently enabled in {}".format(f, args.confpath)) [all …]
|
| /openbmc/openbmc/poky/scripts/lib/wic/ |
| H A D | ksparser.py | 138 def __init__(self, confpath): argument 204 self._parse(parser, confpath) 209 def _parse(self, parser, confpath): argument 213 with open(confpath) as conf: 225 (confpath, lineno, err)) 231 % (confpath, lineno) 235 % (confpath, lineno) 239 err = "%s:%d: erofs does not support LABEL" % (confpath, lineno) 249 % (confpath, lineno, parsed.fsuuid, parsed.fstype) 256 % (confpath, lineno, parsed.fsuuid, parsed.fstype) [all …]
|
| /openbmc/openbmc/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,
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | cooker.py | 1072 confpath = os.path.join(path, "conf", var) 1073 if os.path.exists(confpath): 1074 for root, dirs, files in os.walk(confpath):
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | package.py | 437 confpath = bb.utils.which(bbpath, conf_file) 438 if confpath:
|