aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorGraeme Gregory <graeme@openmoko.org>2008-08-06 13:17:02 +0100
committerJohn Lee <john_lee@openmoko.org>2008-12-19 00:09:34 +0800
commitd1614956bbaab743345491ad401b97a6e02e5a0a (patch)
treedabbe1ee76ec0a8f5c9d3a11711e459d95acfdb1 /conf
parentf38a10de932c8ca8088a1f1186e1bd51af365894 (diff)
downloadopenembedded-d1614956bbaab743345491ad401b97a6e02e5a0a.tar.gz
[distro-feed-configs] set the right variables in openmoko.conf
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/openmoko.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/openmoko.conf b/conf/distro/openmoko.conf
index 9c8a190d0f..7e7aa1d022 100644
--- a/conf/distro/openmoko.conf
+++ b/conf/distro/openmoko.conf
@@ -24,7 +24,8 @@ CVS_TARBALL_STASH += "http://downloads.openmoko.org/sources/"
PREMIRRORS = "(ftp|https?)$://.*/.* http://downloads.openmoko.org/sources/"
-ANGSTROM_FEED_CONFIGS ?= "openmoko-feed-configs"
+DISTRO_FEED_PREFIX ?= "om-dev"
+DISTRO_FEED_URI ?= "http://downloads.openmoko.org/repository/testing"
AB_DEPLOY_EXTRA ?= ""
DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MACHINE_ARCH}/${AB_DEPLOY_EXTRA}"