aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/openzaurus-3.5.4.conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2005-10-18 17:12:18 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-10-18 17:12:18 +0000
commitf53bee5b8e967e4cc37559d844a24e4ed43f2bb3 (patch)
treed81cf65afcdb9a3298f12ed9e0fbd5f533331a6e /conf/distro/openzaurus-3.5.4.conf
parentfd8300f5611cd8c925204c4392ac9ef8c3562166 (diff)
downloadopenembedded-f53bee5b8e967e4cc37559d844a24e4ed43f2bb3.tar.gz
openzaurus-3.5.4.conf: tweaked feeds list to use DISTRO_VERSION and added upgrades/${MACHINE} feed
- kernel (or other machine specific) upgrades goes to upgrades/${MACHINE}/ feed which need to be named without "/" to protect ipkg from failing
Diffstat (limited to 'conf/distro/openzaurus-3.5.4.conf')
-rw-r--r--conf/distro/openzaurus-3.5.4.conf13
1 files changed, 7 insertions, 6 deletions
diff --git a/conf/distro/openzaurus-3.5.4.conf b/conf/distro/openzaurus-3.5.4.conf
index bcf5e03042..8fbcbefa4b 100644
--- a/conf/distro/openzaurus-3.5.4.conf
+++ b/conf/distro/openzaurus-3.5.4.conf
@@ -10,12 +10,13 @@ DISTRO_TYPE = "debug"
# DISTRO_TYPE = "release"
FEED_URIS += " \
- upgrades##http://openzaurus.org/official/unstable/3.5.3/upgrades/ \
- machine##http://openzaurus.org/official/unstable/3.5.3/feed/machine/${MACHINE} \
- base##http://openzaurus.org/official/unstable/3.5.3/feed/base/ \
- libs##http://openzaurus.org/official/unstable/3.5.3/feed/libs/ \
- console##http://openzaurus.org/official/unstable/3.5.3/feed/console \
- devel##http://openzaurus.org/official/unstable/3.5.3/feed/devel"
+ upgrades##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/ \
+upgrades-${MACHINE}##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/${MACHINE} \
+ machine##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/machine/${MACHINE} \
+ base##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/base/ \
+ libs##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/libs/ \
+ console##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/console \
+ devel##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/devel"
# CVSDATE = "20050704"