Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py558 def has_images(self): member in Build
564 has_images = False
566 if target.has_images():
567 has_images = True
569 return has_images
938 def has_images(self): member in Target