summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-12-14 10:44:55 +0000
committerRichard Purdie <richard@openedhand.com>2006-12-14 10:44:55 +0000
commitd557f58dcb0da72f558ac23343a6ce2ce86d0d65 (patch)
treed14a5a24d1eaaa652d95ac4cfa34ea240fd1f9b4
parent51d58201daff8bc499b4a52277e65e185e1880a8 (diff)
downloadpoky-d557f58dcb0da72f558ac23343a6ce2ce86d0d65.tar.gz
poky.conf: Remove PARALLEL_INSTALL_MODULES, we don't want this
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1032 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/conf/distro/poky.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index f93f0af01f..d1bff56e35 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -19,8 +19,6 @@ TARGET_FPU_arm ?= "soft"
19TARGET_FPU_armeb ?= "soft" 19TARGET_FPU_armeb ?= "soft"
20IMAGE_ROOTFS_SIZE_ext2 ?= "131072" 20IMAGE_ROOTFS_SIZE_ext2 ?= "131072"
21 21
22PARALLEL_INSTALL_MODULES = "1"
23
24#FEED_URIS += " \ 22#FEED_URIS += " \
25# upgrades##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/ \ 23# upgrades##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/ \
26#upgrades-${MACHINE}##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/${MACHINE} \ 24#upgrades-${MACHINE}##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/${MACHINE} \