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]

Re: Pooled memory allocation for JFFS2


Andrew Lunn wrote:
>
> Extracted, tested with the jffs2 test which is not very adequate for
> this and committed. Please let me know if its broken.
>
>      Andrew

Thanks to all of you for getting this resolved! David's changes work
just fine for me, except for one little thing:


diff -x CVS -Nru packages-orig/fs/jffs2/current/ChangeLog packages/fs/jffs2/current/ChangeLog
--- packages-orig/fs/jffs2/current/ChangeLog	2003-11-21 13:32:04.000000000 +0100
+++ packages/fs/jffs2/current/ChangeLog	2003-11-21 18:39:40.000000000 +0100
@@ -1,3 +1,8 @@
+2003-11-21  Thomas Koeller  <thomas.koeller@baslerweb.com>
+
+        * cdl/jffs2.cdl: Do not require zlib package if no
+	compression configured.
+
 2003-11-20  Thomas Koeller  <thomas.koeller@baslerweb.com>
 
         * cdl/jffs2.cdl:
diff -x CVS -Nru packages-orig/fs/jffs2/current/cdl/jffs2.cdl packages/fs/jffs2/current/cdl/jffs2.cdl
--- packages-orig/fs/jffs2/current/cdl/jffs2.cdl	2003-11-21 13:32:05.000000000 +0100
+++ packages/fs/jffs2/current/cdl/jffs2.cdl	2003-11-21 18:01:35.000000000 +0100
@@ -58,7 +58,6 @@
 
     requires       CYGPKG_IO_FILEIO
     requires       CYGPKG_IO_FLASH
-    requires       CYGPKG_COMPRESS_ZLIB
     requires       CYGINT_ISO_MALLOC
 
     requires       CYGPKG_ISOINFRA

-- 
--------------------------------------------------

Thomas Koeller, Software Development

Basler Vision Technologies
An der Strusbek 60-62
22926 Ahrensburg
Germany

Tel +49 (4102) 463-162
Fax +49 (4102) 463-239

mailto:thomas.koeller@baslerweb.com
http://www.baslerweb.com

==============================


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