Searched refs:parserecipes (Results 1 – 12 of 12) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bblayers/ |
H A D | common.py | 26 def add_command(subparsers, cmdname, function, parserecipes=True, *args, **kwargs): argument 35 subparser.set_defaults(func=function, parserecipes=parserecipes)
|
H A D | layerindex.py | 246 …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 D | action.py | 268 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 D | query.py | 519 self.add_command(sp, 'show-layers', self.do_show_layers, parserecipes=False)
|
/openbmc/openbmc/poky/scripts/ |
H A D | recipetool | 25 def tinfoil_init(parserecipes): argument 30 tinfoil.prepare(not parserecipes)
|
/openbmc/openbmc/poky/scripts/esdk-tools/ |
H A D | recipetool | 25 def tinfoil_init(parserecipes): argument 30 tinfoil.prepare(not parserecipes)
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | edit.py | 44 parser.set_defaults(func=edit, parserecipes=True)
|
H A D | newappend.py | 79 parser.set_defaults(func=newappend, parserecipes=True)
|
H A D | append.py | 453 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 D | buildconf.py | 80 …r_build_conf = self.add_command(sp, 'save-build-conf', self.do_save_build_conf, parserecipes=False)
|
H A D | create.py | 83 …arser_create_layer = self.add_command(sp, 'create-layer', self.do_create_layer, parserecipes=False)
|
H A D | makesetup.py | 86 …_setup_layers = self.add_command(sp, 'create-layers-setup', self.do_make_setup, parserecipes=False)
|