Home
last modified time | relevance | path

Searched full:parallel_make (Results 1 – 25 of 80) sorted by relevance

1234

/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gtksourceview/
H A Dgtksourceview4_4.8.2.bb31 bbnote "PARALLEL_MAKE is ${PARALLEL_MAKE}"
32 ninja ${PARALLEL_MAKE} gtksourceview/gtksourceview-gresources.h
34 ninja ${PARALLEL_MAKE}
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/
H A Dglibc.inc35 # PARALLEL_MAKE into PARALLELMFLAGS and empty out PARALLEL_MAKE
36 EGLIBCPARALLELISM := "PARALLELMFLAGS="${PARALLEL_MAKE}""
39 PARALLEL_MAKE = ""
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dutils.py172 def parallel_make(d, makeinst=False): function
175 building, scraped out of PARALLEL_MAKE. If no parallelization option is
178 e.g. if PARALLEL_MAKE = "-j 10", this will return 10 as an integer.
183 pm = (d.getVar('PARALLEL_MAKE') or '').split()
201 parallel threads specified in PARALLEL_MAKE.
206 option is found in PARALLEL_MAKE, returns an empty string
208 e.g. if PARALLEL_MAKE = "-j 10", parallel_make_argument(d, "-n %d") will return
211 v = parallel_make(d, makeinst)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/
H A Dsdbus-c++-libsystemd_250.3.bb65 ninja -v ${PARALLEL_MAKE} version.h
66 ninja -v ${PARALLEL_MAKE} libsystemd.a
67 ninja -v ${PARALLEL_MAKE} src/libsystemd/libsystemd.pc
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dicecc.bbclass25 # which set an empty PARALLEL_MAKE variable by defining ICECC_RECIPE_ENABLE.
92 # PARALLEL_MAKE as part of the test environment. Many tests won't use
167 if d.getVar('PARALLEL_MAKE') == "":
168 bb.debug(1, "%s: has empty PARALLEL_MAKE, disable icecc" % pn)
198 if not d.getVar('PARALLEL_MAKE') == "" and parallel:
199 d.setVar("PARALLEL_MAKE", parallel)
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)}"
H A Dscons.bbclass21 …${STAGING_BINDIR_NATIVE}/scons --directory=${S} ${PARALLEL_MAKE} PREFIX=${prefix} prefix=${prefix}…
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dbuild.py67 _set_file_values(bbappend, {'PARALLEL_MAKE': ''})
80 _set_file_values(bbappend, {'PARALLEL_MAKE': None})
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/crash/
H A Dcrash_8.0.0.bb45 GDB_MAKE_JOBS="${PARALLEL_MAKE}" \
52 GDB_MAKE_JOBS="${PARALLEL_MAKE}" \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-support/fcgi/
H A Dfcgi_git.bb16 PARALLEL_MAKE = ""
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/utouch/
H A Dutouch-evemu_git.bb19 PARALLEL_MAKE = ""
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/yasm/
H A Dyasm_git.bb24 PARALLEL_MAKE = ""
/OK3568_Linux_fs/yocto/poky/meta-poky/conf/
H A Dlocal.conf.sample.extended19 #PARALLEL_MAKE ?= "-j 4"
22 #PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}"
24 # For a quad-core machine, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/wvdial/
H A Dwvdial_1.61.bb23 PARALLEL_MAKE = ""
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/llvm/
H A Dllvm_git.bb107 ninja -v ${PARALLEL_MAKE}
111 ninja -v ${PARALLEL_MAKE} llvm-config llvm-tblgen
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/xmlstarlet/
H A Dxmlstarlet_1.6.1.bb31 PARALLEL_MAKE = ""
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/daq/
H A Ddaq_2.0.7.bb7 PARALLEL_MAKE = ""
/OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/
H A Dxfsdump_3.1.10.bb21 PARALLEL_MAKE = ""
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/protobuf/
H A Dprotobuf-c_1.4.1.bb27 PARALLEL_MAKE = ""
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/gsoap/
H A Dgsoap_2.8.106.bb19 PARALLEL_MAKE = ""
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/bash-completion/
H A Dbash-completion_2.11.bb22 PARALLEL_MAKE = ""
/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/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/
H A Dcdparanoia_10.2.bb30 PARALLEL_MAKE = ""
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/blktrace/
H A Dblktrace_git.bb38 PARALLEL_MAKE = ""
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pcp/
H A Dpcp-native_5.3.6.bb52 PARALLEL_MAKE = ""

1234