Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-rockchip/classes/
H A Dlocal-git.bbclass11 bb.fetch2.get_srcrev(d)
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dmigrate_localcount.bbclass25 srcrev = bb.fetch2.get_srcrev(e.data)
H A Dprexport.bbclass30 srcpv = bb.fetch2.get_srcrev(e.data)
H A Dimage.bbclass437 # Expand PV else it can trigger get_srcrev which can fail due to these variables being unset
H A Dbase.bbclass703 d.setVar("SRCPV", "${@bb.fetch2.get_srcrev(d)}")
H A Dpackage.bbclass770 srcpv = bb.fetch2.get_srcrev(d)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/classes/
H A Dgitpkgv.bbclass91 rev = bb.fetch2.get_srcrev(d).split('+')[1]
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Drecipeutils.py1037 bb.fetch2.get_srcrev(rd)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A D__init__.py754 def get_srcrev(d, method_name='sortable_revision'): function
/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Dvariables.rst7286 SRCPV = "${@bb.fetch2.get_srcrev(d)}"