Home
last modified time | relevance | path

Searched refs:baseconfig (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/
H A DConfHandler.py113 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 DBBHandler.py113 def handle(fn, d, include, baseconfig=False): argument
/openbmc/openbmc/poky/bitbake/lib/bb/parse/
H A D__init__.py114 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__.py47 ldata = bb.parse.handle(lconf, ldata, include=True, baseconfig=True)
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcookerdata.py180 return bb.parse.handle(fn, data, include, baseconfig=True)