poky-autobuild: Increase threads to 6

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3244 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-11-27 14:48:42 +00:00
parent 956e0ac117
commit 60b925a1f6
1 changed files with 2 additions and 2 deletions

View File

@ -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