Hi Folks

Another little fix. The ecos.db entries for USB and USB slave package
mark these packages as hardware. This is incorrect and stop the
configtool from allowing the user to add them to a configuration. The
hardware property should be used on packages which directly depend on
hardware, eg HALs and device drivers.

          Andrew
Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/ChangeLog,v
retrieving revision 1.165
diff -u -r1.165 ChangeLog
--- ChangeLog   2 Jun 2006 18:42:33 -0000       1.165
+++ ChangeLog   6 Jun 2006 14:17:27 -0000
@@ -1,3 +1,8 @@
+2006-06-06  Andrew Lunn  <[EMAIL PROTECTED]>
+
+       * ecos.db: Remove the hardware property from the USB and USB slave
+       package. They themselves are not hardware dependent.
+
 2006-06-02  Andrew Lunn  <[EMAIL PROTECTED]>
 
        * ecos.db: Add AT91SAM7SEK and AT91SAM7XEK packages and targets
Index: ecos.db
===================================================================
RCS file: /cvs/ecos/ecos/packages/ecos.db,v
retrieving revision 1.152
diff -u -r1.152 ecos.db
--- ecos.db     2 Jun 2006 18:42:33 -0000       1.152
+++ ecos.db     6 Jun 2006 14:17:35 -0000
@@ -1341,7 +1341,6 @@
 
 package CYGPKG_IO_USB { 
         alias           { "Generic USB support" usb }
-        hardware
         directory       io/usb/common
         script          usb.cdl
         description     "Generic USB support"
@@ -1349,7 +1348,6 @@
 
 package CYGPKG_IO_USB_SLAVE {
        alias           { "Generic USB slave-side support" usbs }
-        hardware
         directory       io/usb/slave
         script          usbs.cdl
        description     "Generic USB slave-side support"

Reply via email to