# HG changeset patch # User asl # Date 1100510881 0 # Node ID b2d28c01ca0ae9d6c628cb73c2a1cf00947f20a4 # Parent 72da39b0146a995a428603788cd713a2d60939c5 * current.ect: Removed packages which are listed as hardware. in ecos.db. Such packages should only be listed in the target section and cannot be added to a configuration, unless you are using ecosconfig, which does not care about this distinction. diff --git a/packages/templates/all/ChangeLog b/packages/templates/all/ChangeLog --- a/packages/templates/all/ChangeLog +++ b/packages/templates/all/ChangeLog @@ -1,3 +1,10 @@ +2004-11-15 Andrew Lunn + + * current.ect: Removed packages which are listed as hardware. in + ecos.db. Such packages should only be listed in the target section + and cannot be added to a configuration, unless you are using + ecosconfig, which does not care about this distinction. + 2004-10-05 Andrew Lunn * current.ect: Added in many missing packages, plus some defaults diff --git a/packages/templates/all/current.ect b/packages/templates/all/current.ect --- a/packages/templates/all/current.ect +++ b/packages/templates/all/current.ect @@ -19,7 +19,6 @@ cdl_configuration template_all { package CYGPKG_LIBC current ; package CYGPKG_LIBC_I18N current ; package CYGPKG_LIBC_SETJMP current ; -# package CYGPKG_LIBC_SIGNALS current ; package CYGPKG_LIBC_STARTUP current ; package CYGPKG_LIBC_STDIO current ; package CYGPKG_LIBC_STDLIB current ; @@ -47,15 +46,8 @@ cdl_configuration template_all { package CYGPKG_FS_ROM current ; package CYGPKG_FS_JFFS2 current ; package CYGPKG_LINUX_COMPAT current ; - package CYGPKG_IO_USB current ; - package CYGPKG_IO_USB_SLAVE current ; - package CYGPKG_IO_USB_SLAVE_ETH current ; package CYGPKG_NET_FTPCLIENT current ; package CYGPKG_PPP current ; - package CYGPKG_DEVS_ETH_CF current ; - package CYGPKG_DEVS_ETH_NS_DP83902A current ; - package CYGPKG_IO_PCI current ; - package CYGPKG_IO_SPI current ; package CYGPKG_COMPRESS_ZLIB current ; package CYGPKG_POWER current ; package CYGPKG_VNC_SERVER current ;