Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dknotty.py99 def new_progress(msg, maxval): function
706 parseprogress = new_progress("Parsing recipes", event.total).start()
731 cacheprogress = new_progress("Loading cache", event.total).start()
807 parseprogress = new_progress(event.processname, event.total)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dtinfoil.py755 … parseprogress = bb.ui.knotty.new_progress(event.processname, event.total)