local.conf: Remove hardcoded number of parallel threads

These two variables default to the number of CPUs of the build machine.
Therefore having hardcoded 8 threads is less optimized.
This commit is contained in:
Alexandre Bard 2022-08-09 13:10:43 +02:00
parent 9811d24dd2
commit 8b1baab7f8
1 changed files with 0 additions and 2 deletions

View File

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