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]

RedBoot - remove confusing .ecm file


-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates
Index: redboot/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/redboot/current/ChangeLog,v
retrieving revision 1.159
diff -u -5 -p -r1.159 ChangeLog
--- redboot/current/ChangeLog	7 Nov 2003 18:14:10 -0000	1.159
+++ redboot/current/ChangeLog	12 Nov 2003 22:26:02 -0000
@@ -1,5 +1,9 @@
+2003-11-12  Gary Thomas  <gary@mlbassoc.com>
+
+	* misc/redboot_XXX.ecm: Removed - since it was only a source of confusion.
+
 2003-11-07  Gary Thomas  <gary@mlbassoc.com>
 
 	* src/net/dns.c: 
 	* src/net/bootp.c: 
 	* include/net/net.h: Use DNS server address from DHCP if provided.
Index: redboot/current/misc/redboot_XXX.ecm
===================================================================
RCS file: redboot/current/misc/redboot_XXX.ecm
diff -N redboot/current/misc/redboot_XXX.ecm
--- redboot/current/misc/redboot_XXX.ecm	20 May 2002 22:25:26 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,20 +0,0 @@
-cdl_savefile_version 1;
-cdl_savefile_command cdl_savefile_version {};
-cdl_savefile_command cdl_savefile_command {};
-cdl_savefile_command cdl_configuration { description hardware template package };
-cdl_savefile_command cdl_package { value_source user_value wizard_value inferred_value };
-cdl_savefile_command cdl_component { value_source user_value wizard_value inferred_value };
-cdl_savefile_command cdl_option { value_source user_value wizard_value inferred_value };
-cdl_savefile_command cdl_interface { value_source user_value wizard_value inferred_value };
-
-cdl_configuration eCos {
-    package -template CYGPKG_NS_DNS current ;
-    package -template CYGPKG_COMPRESS_ZLIB current ;
-    package -template CYGPKG_IO_FLASH current;
-    package -template CYGPKG_IO_ETH_DRIVERS current;
-};
-
-
-cdl_option CYGBLD_ISO_DNS_HEADER {
-    inferred_value 1 <cyg/ns/dns/dns.h>
-};

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