Skip to content

Commit

Permalink
Merge pull request #212 from jean-edouard/stable-6-morethreads
Browse files Browse the repository at this point in the history
STABLE-6: local.conf-dist: hardcode 8 threads instead of 4
  • Loading branch information
rossphilipson authored May 1, 2017
2 parents 6c58c71 + cba263b commit a587ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/conf/local.conf-dist
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 1) Basic config
DISTRO = "openxt-main"
DISTRO_FEATURES = "alsa ext2 largefile usbhost wifi xattr pci x11 ipv4 ipv6 ${DISTRO_FEATURES_LIBC} multiarch pam"
BB_NUMBER_THREADS ?= "4"
PARALLEL_MAKE ?= "-j 4"
BB_NUMBER_THREADS ?= "8"
PARALLEL_MAKE ?= "-j 8"
PACKAGE_CLASSES ?= "package_ipk"
EXTRA_IMAGE_FEATURES = "debug-tweaks"
#USER_CLASSES ?= "buildstats image-mklibs image-prelink"
Expand Down

0 comments on commit a587ddc

Please # to comment.