diff options
author | Richard Purdie <richard@openedhand.com> | 2006-12-14 10:44:55 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-12-14 10:44:55 +0000 |
commit | d557f58dcb0da72f558ac23343a6ce2ce86d0d65 (patch) | |
tree | d14a5a24d1eaaa652d95ac4cfa34ea240fd1f9b4 /meta | |
parent | 51d58201daff8bc499b4a52277e65e185e1880a8 (diff) | |
download | poky-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
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/poky.conf | 2 |
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" | |||
19 | TARGET_FPU_armeb ?= "soft" | 19 | TARGET_FPU_armeb ?= "soft" |
20 | IMAGE_ROOTFS_SIZE_ext2 ?= "131072" | 20 | IMAGE_ROOTFS_SIZE_ext2 ?= "131072" |
21 | 21 | ||
22 | PARALLEL_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} \ |