Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-connectivity/telepathy/
H A Dtelepathy-python3_0.15.19.bb10 file://parallel_make.patch \
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dcmake.bbclass63 CMAKE_BUILD_PARALLEL_LEVEL:task-compile = "${@oe.utils.parallel_make(d, False)}"
64 CMAKE_BUILD_PARALLEL_LEVEL:task-install = "${@oe.utils.parallel_make(d, True)}"
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dutils.py172 def parallel_make(d, makeinst=False): function
211 v = parallel_make(d, makeinst)