This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ecos.db fix


Thomas Koeller <thomas@koeller.dyndns.org> writes:

> This patch fixex a very misleading package description
> in ecos.db.
> 
> diff -ru packages-orig/ChangeLog packages/ChangeLog
> --- packages-orig/ChangeLog	Wed May 14 17:46:09 2003
> +++ packages/ChangeLog	Wed May 14 17:58:19 2003
> @@ -1,3 +1,8 @@
> +2003-05-14  Thomas Koeller  <thomas.koeller@baslerweb.com>
> +
> +	* ecos.db: Changed human-readable name and description of
> +        CYGPKG_IO_SERIAL_ARM_AT91 to something sensible.
> +
>  2003-05-12  Nick Garnett  <nickg@balti.calivar.com>
>  
>  	* ecos.db: Added packages and targets for Atmel AT91 boards: EB40,
> diff -ru packages-orig/ecos.db packages/ecos.db
> --- packages-orig/ecos.db	Wed May 14 17:45:54 2003
> +++ packages/ecos.db	Wed May 14 17:59:08 2003
> @@ -799,12 +799,12 @@
>  }
>  
>  package CYGPKG_IO_SERIAL_ARM_AT91 {
> -    alias 	      { "Atmel AT91 evaluation board (EB40)"
> +    alias 	      { "Atmel AT91 serial device drivers"
>                          devs_serial_arm_at91 at91_serial_driver }
>      hardware
>      directory	      devs/serial/arm/at91
>      script	      ser_arm_at91.cdl	
> -    description       "Atmel AT91 evaluation board (EB40) serial drivers."
> +    description       "Atmel AT91 on-chip serial device drivers."
>  }
>  
>  package CYGPKG_IO_SERIAL_POWERPC_COGENT {
> 

Oops, missed that!

Checked in -- except that I have taken the 's' off the end of "drivers".


-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]