Home
last modified time | relevance | path

Searched refs:JOBS (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/tools/perf/
H A DMakefile27 ifeq ($(JOBS),)
28JOBS := $(shell (getconf _NPROCESSORS_ONLN || grep -E -c '^processor|^CPU[0-9]' /proc/cpuinfo) 2>/… macro
29 ifeq ($(JOBS),0)
30 JOBS := 1 macro
/openbmc/qemu/.gitlab-ci.d/
H A Dopensbi.yml79 - export JOBS=$(($(getconf _NPROCESSORS_ONLN) + 1))
80 - echo "=== Using ${JOBS} simultaneous jobs ==="
81 - make -j${JOBS} -C roms/opensbi clean
82 …- make -j${JOBS} -C roms opensbi32-generic 2>&1 1>opensbi32-generic-stdout.log | tee -a opensbi32-…
83 - make -j${JOBS} -C roms/opensbi clean
84 …- make -j${JOBS} -C roms opensbi64-generic 2>&1 1>opensbi64-generic-stdout.log | tee -a opensbi64-…
H A Dbuildtest-template.yml11 - JOBS=$(expr $(nproc) + 1)
28 - make -j"$JOBS"
31 make -j"$JOBS" $MAKE_CHECK_ARGS ;
H A Dbuildtest.yml270 - make -j"$JOBS"
570 - make -j"$JOBS"
/openbmc/qemu/.gitlab-ci.d/custom-runners/
H A Dcentos-stream-8-x86_64.yml17 - JOBS=$(expr $(nproc) + 1)
23 - make -j"$JOBS"
/openbmc/qemu/
H A D.travis.yml53 - export JOBS=3
54 - echo "=== Using ${JOBS} simultaneous jobs ==="
63 - BUILD_RC=0 && make -j${JOBS} || BUILD_RC=$?
191 - BUILD_RC=0 && make -j${JOBS} || BUILD_RC=$?
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/suitesparse/suitesparse/
H A D0003-Add-version-information-to-libmetis.patch37 JOBS ?= 1
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/
H A D0001-Remove-Makefile.include-which-includes-hardcoded.patch65 -JOBS=7
/openbmc/linux/tools/perf/tests/
H A Dmake31 ifeq ($(JOBS),)
37 cores=$(JOBS)
/openbmc/openbmc/poky/meta/recipes-kernel/perf/
H A Dperf.bb129 # honour a JOBS variable.
130 EXTRA_OEMAKE:append:task-configure = " JOBS=1"
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch67461 +JOBS=-j20
67462 +make $JOBS
67464 +make -C $KODIBASE/tools/depends/target/ffmpeg $JOBS