From: Marcin Juszkiewicz Date: Tue, 18 Oct 2005 17:12:18 +0000 (+0000) Subject: openzaurus-3.5.4.conf: tweaked feeds list to use DISTRO_VERSION and added upgrades... X-Git-Tag: Release-2010-05/1~9453^2~3237 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f53bee5b8e967e4cc37559d844a24e4ed43f2bb3;p=openembedded.git 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 --- 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"