From f53bee5b8e967e4cc37559d844a24e4ed43f2bb3 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 18 Oct 2005 17:12:18 +0000 Subject: 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 --- conf/distro/openzaurus-3.5.4.conf | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'conf/distro') 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" -- cgit v1.2.3