Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/bblayers/setupwriters/
H A Doe-setup-layers.py36 json_config = json.load(f)
39 if json_config["version"] not in supported_versions:
40 … version {}, which is not in supported versions: {}".format(json_path, json_config["version"], sup…
44 return json_config
46 def _modify_repo_config(self, json_config, args): argument
47 sources = json_config['sources']
60 layer_remote = json_config['sources'][repo]['git-remote']