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:
Marc Mattmueller 2021-10-27 15:59:50 +02:00
parent 01e8be71b0
commit c987422f62
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
BB_NUMBER_THREADS ?= "4" BB_NUMBER_THREADS ?= "8"
PARALLEL_MAKE ?= "-j 4" PARALLEL_MAKE ?= "-j 8"
PACKAGE_CLASSES ?= "package_rpm" PACKAGE_CLASSES ?= "package_rpm"
USER_CLASSES ?= "buildstats image-mklibs image-prelink" USER_CLASSES ?= "buildstats image-mklibs image-prelink"
PATCHRESOLVE = "noop" PATCHRESOLVE = "noop"

View File

@ -1,5 +1,5 @@
BB_NUMBER_THREADS ?= "4" BB_NUMBER_THREADS ?= "8"
PARALLEL_MAKE ?= "-j 4" PARALLEL_MAKE ?= "-j 8"
PACKAGE_CLASSES ?= "package_rpm" PACKAGE_CLASSES ?= "package_rpm"
USER_CLASSES ?= "buildstats image-mklibs image-prelink" USER_CLASSES ?= "buildstats image-mklibs image-prelink"
PATCHRESOLVE = "noop" PATCHRESOLVE = "noop"

View File

@ -1,5 +1,5 @@
BB_NUMBER_THREADS ?= "4" BB_NUMBER_THREADS ?= "8"
PARALLEL_MAKE ?= "-j 4" PARALLEL_MAKE ?= "-j 8"
PACKAGE_CLASSES ?= "package_rpm" PACKAGE_CLASSES ?= "package_rpm"
USER_CLASSES ?= "buildstats image-mklibs image-prelink" USER_CLASSES ?= "buildstats image-mklibs image-prelink"
PATCHRESOLVE = "noop" PATCHRESOLVE = "noop"