local.conf: set parallel threads to 8 (server has now 8 vcpu's)
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
01e8be71b0
commit
c987422f62
|
|
@ -1,5 +1,5 @@
|
|||
BB_NUMBER_THREADS ?= "4"
|
||||
PARALLEL_MAKE ?= "-j 4"
|
||||
BB_NUMBER_THREADS ?= "8"
|
||||
PARALLEL_MAKE ?= "-j 8"
|
||||
PACKAGE_CLASSES ?= "package_rpm"
|
||||
USER_CLASSES ?= "buildstats image-mklibs image-prelink"
|
||||
PATCHRESOLVE = "noop"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
BB_NUMBER_THREADS ?= "4"
|
||||
PARALLEL_MAKE ?= "-j 4"
|
||||
BB_NUMBER_THREADS ?= "8"
|
||||
PARALLEL_MAKE ?= "-j 8"
|
||||
PACKAGE_CLASSES ?= "package_rpm"
|
||||
USER_CLASSES ?= "buildstats image-mklibs image-prelink"
|
||||
PATCHRESOLVE = "noop"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
BB_NUMBER_THREADS ?= "4"
|
||||
PARALLEL_MAKE ?= "-j 4"
|
||||
BB_NUMBER_THREADS ?= "8"
|
||||
PARALLEL_MAKE ?= "-j 8"
|
||||
PACKAGE_CLASSES ?= "package_rpm"
|
||||
USER_CLASSES ?= "buildstats image-mklibs image-prelink"
|
||||
PATCHRESOLVE = "noop"
|
||||
|
|
|
|||
Loading…
Reference in New Issue