From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31048 invoked by alias); 20 Sep 2005 16:19:45 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 31013 invoked by uid 22791); 20 Sep 2005 16:19:34 -0000 Received: from londo.lunn.ch (HELO londo.lunn.ch) (80.238.139.98) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 20 Sep 2005 16:19:34 +0000 Received: from lunn by londo.lunn.ch with local (Exim 3.36 #1 (Debian)) id 1EHkqA-000884-00; Tue, 20 Sep 2005 18:19:30 +0200 Date: Wed, 21 Sep 2005 06:48:00 -0000 To: Andrew Voelkel Cc: ecos-discuss@sources.redhat.com Message-ID: <20050920161930.GB28077@lunn.ch> Mail-Followup-To: Andrew Voelkel , ecos-discuss@sources.redhat.com References: <20050920064811.GC8421@lunn.ch> <200509201109946.SM01320@LatiDroid> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509201109946.SM01320@LatiDroid> User-Agent: Mutt/1.5.10i From: Andrew Lunn Subject: Re: [ECOS] newbie questions X-SW-Source: 2005-09/txt/msg00170.txt.bz2 On Tue, Sep 20, 2005 at 09:09:34AM -0700, Andrew Voelkel wrote: > > Does that mean that a configuration carries around information inside itself > telling it what template it originated from, in order to calculate the > differences between it and that template? It is an ascii file, you can read it.... There is no human unreadbale configuration files ala M$ Windoze. cdl_configuration eCos { description "" ; # These fields should not be modified. hardware linux ; template net ; package -hardware CYGPKG_HAL_SYNTH current ; package -hardware CYGPKG_HAL_SYNTH_I386 current ; package -hardware CYGPKG_DEVS_FLASH_SYNTH current ; package -hardware CYGPKG_DEVS_ETH_ECOSYNTH current ; package -hardware CYGPKG_DEVS_WATCHDOG_SYNTH current ; Here you can see the configuration was made using the net template. Andrew -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss