On Mon, Jun 19, 2006 at 02:07:19PM +0300, Sergei Gavrikov wrote:
> Hello
>
> Would somebody from the eCos maintainers check the ecos.db for the
> obsolete descriptions? When I add/remove a package with `ecosadmin'
> tool I get 2 warnings about missing packages:
>
> ecosadmin warning: package CYGPKG_IO_USB_SLAVE_TTY at ... missing
> ecosadmin warning: package CYGPKG_DEVS_ETH_ARM_AT91 at ... missing
>
> Please, fix the ecos.db content (if possible). I did a cvs-checkout
> 2006-06-19.
Here is the patch which fixes this problem.
Andrew
Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/ChangeLog,v
retrieving revision 1.169
diff -u -r1.169 ChangeLog
--- ChangeLog 18 Jun 2006 11:18:23 -0000 1.169
+++ ChangeLog 19 Jun 2006 11:15:34 -0000
@@ -1,3 +1,7 @@
+2006-06-19 Andrew Lunn <[EMAIL PROTECTED]>
+
+ * ecos.db: Remove entries for none existing packages.
+
2006-06-08 Ilija Koco <[EMAIL PROTECTED]>
* ecos.db: Add Freescale MAC7100EVB platform and target
Index: ecos.db
===================================================================
RCS file: /cvs/ecos/ecos/packages/ecos.db,v
retrieving revision 1.155
diff -u -r1.155 ecos.db
--- ecos.db 18 Jun 2006 11:06:42 -0000 1.155
+++ ecos.db 19 Jun 2006 11:15:42 -0000
@@ -1362,13 +1362,6 @@
description "Support for USB peripherals that provide an
ethernet-class function"
}
-package CYGPKG_IO_USB_SLAVE_TTY {
- alias { "USB slave-side tty class drivers" usbs_tty }
- directory io/usb/tty/slave
- script usbs_tty.cdl
- description "Support for USB peripherals that provide an tty
function"
-}
-
package CYGPKG_DEVS_USB_SA11X0 {
alias { "Device-driver for the SA11X0 on-chip USB support"
usb_sa11x0 }
hardware
@@ -1933,14 +1926,6 @@
description "Ethernet driver for the synthetic target"
}
-package CYGPKG_DEVS_ETH_ARM_AT91 {
- alias { "AT91 Ethernet driver" at91_eth_driver }
- directory devs/eth/arm/at91
- script at91_eth.cdl
- hardware
- description "Ethernet driver for the AT91 family of chips"
-}
-
package CYGPKG_IO_PCI {
alias { "PCI configuration library" io_pci }
directory io/pci