Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddata_smart.py242 class VariableHistory(object): class
248 new = VariableHistory(self.dataroot)
431 self.varhistory = VariableHistory(self)
H A Dtinfoil.py61 if not hasattr(bb.data_smart.VariableHistory, name):
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py31 from orm.models import Variable, VariableHistory
851 varhist_objects.append(VariableHistory( variable = variable_obj,
856 VariableHistory.objects.bulk_create(varhist_objects)
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py1797 class VariableHistory(models.Model): class