Searched refs:baseconfig (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/ |
H A D | ConfHandler.py | 113 def handle(fn, data, include, baseconfig=False): argument 150 feeder(lineno, s, abs_fn, statements, baseconfig=baseconfig) 165 def feeder(lineno, s, fn, statements, baseconfig=False, conffile=True): argument 203 if baseconfig and conffile and m:
|
H A D | BBHandler.py | 113 def handle(fn, d, include, baseconfig=False): argument
|
/openbmc/openbmc/poky/bitbake/lib/bb/parse/ |
H A D | __init__.py | 114 def handle(fn, data, include=0, baseconfig=False): argument 119 return h['handle'](fn, data, include, baseconfig)
|
/openbmc/openbmc/poky/scripts/lib/checklayer/ |
H A D | __init__.py | 47 ldata = bb.parse.handle(lconf, ldata, include=True, baseconfig=True)
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | cookerdata.py | 180 return bb.parse.handle(fn, data, include, baseconfig=True)
|