This is the mail archive of the ecos-patches@sourceware.org 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_IO_FILEIO requires CYGPKG_IO


Another one found whilst experimenting with YAFFS.
src/fs/fileio.h includes some headers which only exist in CYGPKG_IO.


Ross

-- 
Embedded Software Engineer, eCosCentric Limited.
Barnwell House, Barnwell Drive, Cambridge CB5 8UU, UK.
Registered in England no. 4422071.                  www.ecoscentric.com
Index: packages/redboot/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/redboot/current/ChangeLog,v
retrieving revision 1.272
diff -u -5 -p -r1.272 ChangeLog
--- packages/redboot/current/ChangeLog	20 Apr 2009 11:19:16 -0000	1.272
+++ packages/redboot/current/ChangeLog	3 Jun 2009 15:29:21 -0000
@@ -1,5 +1,9 @@
+2009-06-02  Ross Younger  <wry@ecoscentric.com>
+
+	* redboot.cdl: REDBOOT_IO_FILEIO requires CYGPKG_IO
+
 2009-04-20  Andrew Lunn  <andrew@lunn.ch>
 
 	* src/net/tcp.c (__tcp_abort): Ensure the connection is closed
 	before returning. This fixes a race condition which Ilko Iliev
 	<iliev@ronetix.at> found when performing two back to back http
Index: packages/redboot/current/cdl/redboot.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/redboot/current/cdl/redboot.cdl,v
retrieving revision 1.83
diff -u -5 -p -r1.83 redboot.cdl
--- packages/redboot/current/cdl/redboot.cdl	6 Feb 2009 15:39:29 -0000	1.83
+++ packages/redboot/current/cdl/redboot.cdl	3 Jun 2009 15:29:22 -0000
@@ -1058,10 +1058,11 @@ cdl_package CYGPKG_REDBOOT {
         cdl_component CYGPKG_REDBOOT_FILEIO {
             display       "Allow RedBoot to support fileio"
             flavor        bool
             default_value 1
             active_if     CYGPKG_IO_FILEIO
+            requires      CYGPKG_IO
             description   "
               If this option is enabled then RedBoot will provide commands
               to load files from fileio file systems such as JFFS2."
             compile -library=libextras.a fs/fileio.c
 

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