openzaurus-3.5.4.conf: tweaked feeds list to use DISTRO_VERSION and added upgrades...
authorMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 18 Oct 2005 17:12:18 +0000 (17:12 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 18 Oct 2005 17:12:18 +0000 (17:12 +0000)
- kernel (or other machine specific) upgrades goes to upgrades/${MACHINE}/ feed
  which need to be named without "/" to protect ipkg from failing

conf/distro/openzaurus-3.5.4.conf

index bcf5e03..8fbcbef 100644 (file)
@@ -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"