Home
last modified time | relevance | path

Searched refs:parserecipes (Results 1 – 12 of 12) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bblayers/
H A Dcommon.py26 def add_command(subparsers, cmdname, function, parserecipes=True, *args, **kwargs): argument
35 subparser.set_defaults(func=function, parserecipes=parserecipes)
H A Dlayerindex.py246 …ndex_fetch = self.add_command(sp, 'layerindex-fetch', self.do_layerindex_fetch, parserecipes=False)
254 …elf.add_command(sp, 'layerindex-show-depends', self.do_layerindex_show_depends, parserecipes=False)
H A Daction.py268 parser_add_layer = self.add_command(sp, 'add-layer', self.do_add_layer, parserecipes=False)
271 …arser_remove_layer = self.add_command(sp, 'remove-layer', self.do_remove_layer, parserecipes=False)
H A Dquery.py519 self.add_command(sp, 'show-layers', self.do_show_layers, parserecipes=False)
/openbmc/openbmc/poky/scripts/
H A Drecipetool25 def tinfoil_init(parserecipes): argument
30 tinfoil.prepare(not parserecipes)
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Drecipetool25 def tinfoil_init(parserecipes): argument
30 tinfoil.prepare(not parserecipes)
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dedit.py44 parser.set_defaults(func=edit, parserecipes=True)
H A Dnewappend.py79 parser.set_defaults(func=newappend, parserecipes=True)
H A Dappend.py453 parser_appendfile.set_defaults(func=appendfile, parserecipes=True)
467 parser.set_defaults(func=lambda a: appendsrcfiles(parser, a), parserecipes=True)
477 parser.set_defaults(func=lambda a: appendsrcfile(parser, a), parserecipes=True)
/openbmc/openbmc/poky/meta/lib/bblayers/
H A Dbuildconf.py80 …r_build_conf = self.add_command(sp, 'save-build-conf', self.do_save_build_conf, parserecipes=False)
H A Dcreate.py83 …arser_create_layer = self.add_command(sp, 'create-layer', self.do_create_layer, parserecipes=False)
H A Dmakesetup.py86 …_setup_layers = self.add_command(sp, 'create-layers-setup', self.do_make_setup, parserecipes=False)