Home
last modified time | relevance | path

Searched defs:sourcedir (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dreproducible.py59 def get_source_date_epoch_from_known_files(d, sourcedir): argument
75 def find_git_folder(d, sourcedir): argument
100 def get_source_date_epoch_from_git(d, sourcedir): argument
120 def get_source_date_epoch_from_youngest_file(d, sourcedir): argument
153 def get_source_date_epoch(d, sourcedir): argument
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/
H A Dmodels.py41 sourcedir = models.CharField(max_length = 512, blank = True) variable in BuildEnvironment