From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6263 invoked by alias); 3 Sep 2003 03:07:16 -0000 Mailing-List: contact ecos-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@sources.redhat.com Received: (qmail 6255 invoked from network); 3 Sep 2003 03:07:16 -0000 Received: from unknown (HELO jifvik.dyndns.org) (81.104.194.28) by sources.redhat.com with SMTP; 3 Sep 2003 03:07:16 -0000 Received: from eCosCentric.com (garibaldi.jifvik.org [172.31.1.2]) by jifvik.dyndns.org (Postfix) with ESMTP id A4E2B37485; Wed, 3 Sep 2003 04:07:09 +0100 (BST) Message-ID: <3F555ADC.3030704@eCosCentric.com> Date: Wed, 03 Sep 2003 03:07:00 -0000 From: Jonathan Larmour User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.4) Gecko/20030703 X-Accept-Language: en-gb, en, en-us MIME-Version: 1.0 To: "Koeller, T." Cc: "ecos-discuss (E-Mail)" References: <850597605E79D21182830008C7A4B9CF1EB4267D@COMM1> In-Reply-To: <850597605E79D21182830008C7A4B9CF1EB4267D@COMM1> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [ECOS] libc stdio package dependency wrong? X-SW-Source: 2003-09/txt/msg00046.txt.bz2 Koeller, T. wrote: > Hi, > > the stdio package (CYGPKG_LIBC_STDIO) requires > CYGPKG_IO_SERIAL_HALDIAG. Is this intended? I > want to use a regular /dev/tyyx device instead, > so I could get rid of the haldiag device, but I > can't because of this dependency. > > Wouldn't it be better to have a cdl_interface > for tty drivers to implement and use that instead > of requiring the haldiag driver? Nah, just want to catch the simple case. Instead, I think we can get away with something like requires { (CYGDAT_LIBC_STDIO_DEFAULT_CONSOLE=="/dev/ttydiag" ? CYGPKG_IO_SERIAL_HALDIAG : 1) } Jifl -- eCosCentric http://www.eCosCentric.com/ The eCos and RedBoot experts --["No sense being pessimistic, it wouldn't work anyway"]-- Opinions==mine -- Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos and search the list archive: http://sources.redhat.com/ml/ecos-discuss