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:
parent
9811d24dd2
commit
8b1baab7f8
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue