Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py413 def get_update_layer_object(self, layer_information, brbe): argument
414 assert 'name' in layer_information
415 assert 'layer_index_url' in layer_information
422 if not layer_information['version']['commit']:
423 local_source_dir = layer_information["local_path"]
429 name=layer_information['name'],
431 layer_index_url=layer_information['layer_index_url'])
442 name=layer_information['name'])
451 layer_information['local_path'].endswith(
457 layer_information['local_path']:
[all …]