packages: kernel/kernel-small_fixes.patch, kernel/kernel.spec - rel 0.3; re...

arekm arekm at pld-linux.org
Wed Sep 16 00:20:52 CEST 2009


Author: arekm                        Date: Tue Sep 15 22:20:52 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 0.3; revert heap fix for now; add sie_append fix (correct data is appended to lzma image)

---- Files affected:
packages/kernel:
   kernel-small_fixes.patch (1.5 -> 1.6) , kernel.spec (1.706 -> 1.707) 

---- Diffs:

================================================================
Index: packages/kernel/kernel-small_fixes.patch
diff -u packages/kernel/kernel-small_fixes.patch:1.5 packages/kernel/kernel-small_fixes.patch:1.6
--- packages/kernel/kernel-small_fixes.patch:1.5	Tue Sep 15 22:08:29 2009
+++ packages/kernel/kernel-small_fixes.patch	Wed Sep 16 00:20:46 2009
@@ -118,14 +118,14 @@
  
  void restore_processor_state(void)
  {
---- linux-2.6.31/arch/x86/include/asm/boot.h~	2009-09-15 21:17:52.140272458 +0200
-+++ linux-2.6.31/arch/x86/include/asm/boot.h	2009-09-15 21:19:01.512973857 +0200
-@@ -33,7 +33,7 @@
- #error "Invalid value for CONFIG_PHYSICAL_ALIGN"
- #endif
- 
--#ifdef CONFIG_KERNEL_BZIP2
-+#if defined(CONFIG_KERNEL_BZIP2) || defined(CONFIG_KERNEL_LZMA)
- #define BOOT_HEAP_SIZE             0x400000
- #else /* !CONFIG_KERNEL_BZIP2 */
+--- linux-2.6.31/scripts/Makefile.lib~	2009-09-15 23:40:30.552124999 +0200
++++ linux-2.6.31/scripts/Makefile.lib	2009-09-15 23:46:05.155641644 +0200
+@@ -208,7 +208,7 @@
  
+ # Bzip2 and LZMA do not include size in file... so we have to fake that;
+ # append the size as a 32-bit littleendian number as gzip does.
+-size_append = echo -ne $(shell						\
++size_append = /bin/echo -ne $(shell						\
+ dec_size=0;								\
+ for F in $1; do								\
+ 	fsize=$$(stat -c "%s" $$F);					\

================================================================
Index: packages/kernel/kernel.spec
diff -u packages/kernel/kernel.spec:1.706 packages/kernel/kernel.spec:1.707
--- packages/kernel/kernel.spec:1.706	Tue Sep 15 22:08:25 2009
+++ packages/kernel/kernel.spec	Wed Sep 16 00:20:46 2009
@@ -114,7 +114,7 @@
 
 %define		basever		2.6.31
 %define		postver		%{nil}
-%define		rel		0.2
+%define		rel		0.3
 
 %define		_enable_debug_packages			0
 
@@ -1585,6 +1585,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.707  2009/09/15 22:20:46  arekm
+- rel 0.3; revert heap fix for now; add sie_append fix (correct data is appended to lzma image)
+
 Revision 1.706  2009/09/15 20:08:25  arekm
 - rel 0.2; bigger heap when LZMA in use
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel-small_fixes.patch?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel.spec?r1=1.706&r2=1.707&f=u



More information about the pld-cvs-commit mailing list