diff options
author | Richard Purdie <richard@openedhand.com> | 2007-11-27 14:48:42 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-11-27 14:48:42 +0000 |
commit | 60b925a1f670fd8f69939fd8a358dcc5d03c5acd (patch) | |
tree | 2e2df2f391961ae7fb0cb1a6ae156be1398f5c70 /scripts | |
parent | 956e0ac117b12682db8e97cd0f96bac7285b164d (diff) | |
download | openembedded-core-60b925a1f670fd8f69939fd8a358dcc5d03c5acd.tar.gz openembedded-core-60b925a1f670fd8f69939fd8a358dcc5d03c5acd.tar.bz2 openembedded-core-60b925a1f670fd8f69939fd8a358dcc5d03c5acd.zip |
poky-autobuild: Increase threads to 6
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3244 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/poky-autobuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/poky-autobuild b/scripts/poky-autobuild index 6dfbdb175f..7e027ba9f8 100755 --- a/scripts/poky-autobuild +++ b/scripts/poky-autobuild @@ -48,8 +48,8 @@ if [ ! -e "$CONFFILE" ]; then mkdir -p "./build/conf" fi echo 'PACKAGE_CLASSES = "package_ipk package_deb"' > "$CONFFILE" - echo 'BB_NUMBER_THREADS = "4"' >> "$CONFFILE" - echo 'PARALLEL_MAKE = "-j 4"' >> "$CONFFILE" + echo 'BB_NUMBER_THREADS = "6"' >> "$CONFFILE" + echo 'PARALLEL_MAKE = "-j 6"' >> "$CONFFILE" echo 'DL_DIR = "/srv/poky/sources"' >> "$CONFFILE" fi |