Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py330 … file_path=recipe_information['file_path'], pathflags = recipe_information['pathflags'])
341 pathflags = recipe_information['pathflags'])
1404 pathflags = ":".join(sorted(event._depgraph['pn'][pn]['filename'].split(":")[:-1]))
1435 recipe_info['pathflags'] = pathflags
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py1329 pathflags = models.CharField(max_length=200, blank=True) variable in Recipe