git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47e08a3
)
openmoko.conf: Use mirrors to balance load and set FEED_URIS
author
Stefan Schmidt
<stefan@datenfreihafen.org>
Tue, 31 Jul 2007 21:38:22 +0000
(21:38 +0000)
committer
Stefan Schmidt
<stefan@datenfreihafen.org>
Tue, 31 Jul 2007 21:38:22 +0000
(21:38 +0000)
conf/distro/openmoko.conf
patch
|
blob
|
history
diff --git
a/conf/distro/openmoko.conf
b/conf/distro/openmoko.conf
index
bd4e207
..
5d63676
100644
(file)
--- a/
conf/distro/openmoko.conf
+++ b/
conf/distro/openmoko.conf
@@
-15,3
+15,12
@@
DISTRO_NAME = "OpenMoko"
DISTRO_VERSION = ".dev-snapshot-${DATE}"
#DISTRO_TYPE = "release"
DISTRO_TYPE = "debug"
+
+CVS_TARBALL_STASH = "http://downloads.openmoko.org/sources/"
+
+PREMIRRORS = "(ftp|http)://.*/.*/ http://downloads.openmoko.org/sources/"
+
+FEED_URIS = "\
+ all##http://buildhost.openmoko.org/tmp/deploy/ipk/all \
+ armv4t##http://buildhost.openmoko.org/tmp/deploy/ipk/armv4t \
+ fic-gta01##http://buildhost.openmoko.org/tmp/deploy/ipk/fic-gta01"