diff options
author | Graeme Gregory <graeme@openmoko.org> | 2008-08-06 13:17:02 +0100 |
---|---|---|
committer | John Lee <john_lee@openmoko.org> | 2008-12-19 00:09:34 +0800 |
commit | d1614956bbaab743345491ad401b97a6e02e5a0a (patch) | |
tree | dabbe1ee76ec0a8f5c9d3a11711e459d95acfdb1 | |
parent | f38a10de932c8ca8088a1f1186e1bd51af365894 (diff) |
[distro-feed-configs] set the right variables in openmoko.conf
-rw-r--r-- | conf/distro/openmoko.conf | 3 | ||||
-rw-r--r-- | packages/meta/distro-feed-configs.bb | 2 |
2 files changed, 3 insertions, 2 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}" diff --git a/packages/meta/distro-feed-configs.bb b/packages/meta/distro-feed-configs.bb index 5884f85c21..2540af9692 100644 --- a/packages/meta/distro-feed-configs.bb +++ b/packages/meta/distro-feed-configs.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Configuration files for online package repositories aka feeds" -PR = "r0" +PR = "r1" DISTRO_FEED_PREFIX ?= "remote" DISTRO_FEED_URI ?= "http://my-distribution.example/remote-feed/" |