Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-1.6.rst91 - ``bb.vercmp``: Use ``bb.utils.vercmp``.
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dproviders.py211 …if (latest is None) or ((latest_p == dp) and (utils.vercmp(latest, (pe, pv, pr)) < 0)) or (dp > la…
H A Dutils.py124 def vercmp(ta, tb): function
139 return vercmp(ta, tb)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dwget.py447 return bb.utils.vercmp(("0", oldpv, ""), ("0", newpv, ""))
H A Dgit.py799 if verstring and bb.utils.vercmp(("0", tag, ""), ("0", verstring, "")) < 0:
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dbuildhistory_analysis.py424 … if bb.utils.vercmp(bb.utils.split_version(dvai), bb.utils.split_version(dvbi)) > 0:
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dbuildhistory.bbclass293 r = bb.utils.vercmp((pkge, pkgv, pkgr), (last_pkge, last_pkgv, last_pkgr))