Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py311 def get_update_recipe_object(self, recipe_information, must_exist = False): argument
312 assert 'layer_version' in recipe_information
313 assert 'file_path' in recipe_information
314 assert 'pathflags' in recipe_information
316 …assert not recipe_information['file_path'].startswith("/") # we should have layer-relative pa…
322 if v in recipe_information.keys():
324 vars(recipe_object)[v] = recipe_information[v]
329 …recipe, created = self._cached_get_or_create(Recipe, layer_version=recipe_information['layer_versi…
330 … file_path=recipe_information['file_path'], pathflags = recipe_information['pathflags'])
337 if built_layer.layer == recipe_information['layer_version'].layer:
[all …]