Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/toolchain/kernel-headers
Date: Tue, 24 Jul 2007 09:34:29 -0700 (PDT)	[thread overview]
Message-ID: <20070724163429.6FAB3A45F6@busybox.net> (raw)

Author: aldot
Date: 2007-07-24 09:34:28 -0700 (Tue, 24 Jul 2007)
New Revision: 19252

Log:
- adjust lzma arguments for current version


Added:
   trunk/buildroot/toolchain/kernel-headers/linux-2.6.21.5-002-lzma-vmlinuz.01.patch

Modified:
   trunk/buildroot/toolchain/kernel-headers/linux-2.6.22.1-002-lzma-vmlinuz.01.patch


Changeset:
Copied: trunk/buildroot/toolchain/kernel-headers/linux-2.6.21.5-002-lzma-vmlinuz.01.patch (from rev 19245, trunk/buildroot/toolchain/kernel-headers/linux-2.6.22.1-002-lzma-vmlinuz.01.patch)
===================================================================
--- trunk/buildroot/toolchain/kernel-headers/linux-2.6.21.5-002-lzma-vmlinuz.01.patch	                        (rev 0)
+++ trunk/buildroot/toolchain/kernel-headers/linux-2.6.21.5-002-lzma-vmlinuz.01.patch	2007-07-24 16:34:28 UTC (rev 19252)
@@ -0,0 +1,54 @@
+diff -rdup linux-2.6.21.5.oorig/arch/i386/boot/compressed/Makefile linux-2.6.21.5/arch/i386/boot/compressed/Makefile
+--- linux-2.6.21.5.oorig/arch/i386/boot/compressed/Makefile	2007-07-24 13:08:51.000000000 +0200
++++ linux-2.6.21.5/arch/i386/boot/compressed/Makefile	2007-07-24 14:54:38.000000000 +0200
+@@ -4,7 +4,7 @@
+ # create a compressed vmlinux image from the original vmlinux
+ #
+ 
+-tragets		:= head.o lzma_misc.o piggy.o \
++targets		:= head.o lzma_misc.o piggy.o \
+ 			vmlinux.bin.all vmlinux.relocs \
+ 			vmlinux vmlinux.bin vmlinux.bin.gz
+ EXTRA_AFLAGS	:= -traditional
+diff -rdup linux-2.6.21.5.oorig/scripts/gen_lzma_initramfs_list.sh linux-2.6.21.5/scripts/gen_lzma_initramfs_list.sh
+--- linux-2.6.21.5.oorig/scripts/gen_lzma_initramfs_list.sh	2007-07-24 13:08:51.000000000 +0200
++++ linux-2.6.21.5/scripts/gen_lzma_initramfs_list.sh	2007-07-24 15:12:10.000000000 +0200
+@@ -253,7 +253,7 @@ while [ $# -gt 0 ]; do
+ 			shift
+ 			;;
+ 		"-s")
+-			opt="-d16"
++			#opt="-d16" ? what was that supposed to do?
+ 			;;
+ 		"-d")	# display default initramfs list
+ 			default_list="$arg"
+@@ -286,7 +286,7 @@ if [ ! -z ${output_file} ]; then
+ 		cpio_tfile=${cpio_file}
+ 	fi
+ 	rm ${cpio_list}
+-	lzma e ${cpio_tfile} ${output_file} ${opt}
++	lzma -z ${cpio_tfile} ${opt} -c > ${output_file}
+ 	[ -z ${cpio_file} ] && rm ${cpio_tfile}
+ fi
+ exit 0
+--- linux-2.6.21.5.oorig/arch/i386/boot/compressed/lzma_misc.c	2007-07-24 15:24:44.000000000 +0200
++++ linux-2.6.21.5/arch/i386/boot/compressed/lzma_misc.c	2007-07-24 17:09:40.000000000 +0200
+@@ -241,7 +241,6 @@ static int lzma_unzip(uch* output)
+ 
+ static int read_byte(void *object, const unsigned char **buffer, SizeT *bufferSize)
+ {
+-	static unsigned int i = 0;
+ 	static unsigned char val;
+ 	*bufferSize = 1;
+ 	val = get_byte();
+--- linux-2.6.21.5.oorig/scripts/Makefile.lib	2007-07-24 15:24:44.000000000 +0200
++++ linux-2.6.21.5/scripts/Makefile.lib	2007-07-24 18:03:57.000000000 +0200
+@@ -165,6 +165,7 @@ cmd_gzip = gzip -f -9 < $< > $@
+ # LZMA
+ #
+ quiet_cmd_lzma = LZMA    $@
+-cmd_lzma = lzma e $< $@ -lc7 -lp0 -pb0 2>/dev/null
++#cmd_lzma = lzma e $< $@ -lc7 -lp0 -pb0 2>/dev/null
++cmd_lzma = lzma -z $< -c > $@
+ 
+ 

Modified: trunk/buildroot/toolchain/kernel-headers/linux-2.6.22.1-002-lzma-vmlinuz.01.patch
===================================================================
--- trunk/buildroot/toolchain/kernel-headers/linux-2.6.22.1-002-lzma-vmlinuz.01.patch	2007-07-24 15:54:42 UTC (rev 19251)
+++ trunk/buildroot/toolchain/kernel-headers/linux-2.6.22.1-002-lzma-vmlinuz.01.patch	2007-07-24 16:34:28 UTC (rev 19252)
@@ -31,3 +31,24 @@
  	[ -z ${cpio_file} ] && rm ${cpio_tfile}
  fi
  exit 0
+--- linux-2.6.21.5.oorig/arch/i386/boot/compressed/lzma_misc.c	2007-07-24 15:24:44.000000000 +0200
++++ linux-2.6.21.5/arch/i386/boot/compressed/lzma_misc.c	2007-07-24 17:09:40.000000000 +0200
+@@ -241,7 +241,6 @@ static int lzma_unzip(uch* output)
+ 
+ static int read_byte(void *object, const unsigned char **buffer, SizeT *bufferSize)
+ {
+-	static unsigned int i = 0;
+ 	static unsigned char val;
+ 	*bufferSize = 1;
+ 	val = get_byte();
+--- linux-2.6.21.5.oorig/scripts/Makefile.lib	2007-07-24 15:24:44.000000000 +0200
++++ linux-2.6.21.5/scripts/Makefile.lib	2007-07-24 18:03:57.000000000 +0200
+@@ -165,6 +165,7 @@ cmd_gzip = gzip -f -9 < $< > $@
+ # LZMA
+ #
+ quiet_cmd_lzma = LZMA    $@
+-cmd_lzma = lzma e $< $@ -lc7 -lp0 -pb0 2>/dev/null
++#cmd_lzma = lzma e $< $@ -lc7 -lp0 -pb0 2>/dev/null
++cmd_lzma = lzma -z $< -c > $@
+ 
+ 

             reply	other threads:[~2007-07-24 16:34 UTC|newest]

Thread overview: 116+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-24 16:34 aldot at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-03-02  9:32 [Buildroot] svn commit: trunk/buildroot/toolchain/kernel-headers jacmet at uclibc.org
2009-02-25 14:27 jacmet at uclibc.org
2009-02-24  8:56 jacmet at uclibc.org
2009-02-22 10:38 jacmet at uclibc.org
2009-02-18 14:16 jacmet at uclibc.org
2009-02-12 20:21 jacmet at uclibc.org
2009-02-09  9:07 jacmet at uclibc.org
2009-02-02 21:04 jacmet at uclibc.org
2009-02-02 20:13 jacmet at uclibc.org
2009-01-26 21:02 jacmet at uclibc.org
2009-01-25 20:11 jacmet at uclibc.org
2009-01-23 13:12 jacmet at uclibc.org
2009-01-23 13:12 jacmet at uclibc.org
2009-01-19 12:34 jacmet at uclibc.org
2009-01-15  8:43 jacmet at uclibc.org
2009-01-15  8:33 jacmet at uclibc.org
2009-01-15  8:33 jacmet at uclibc.org
2008-12-31 18:09 nkukard at uclibc.org
2008-12-28 13:50 jacmet at uclibc.org
2008-12-20 22:34 ulf at uclibc.org
2008-12-10 23:54 jacmet at uclibc.org
2008-12-08 13:05 jacmet at uclibc.org
2008-11-30  9:52 jacmet at uclibc.org
2008-11-30  9:51 jacmet at uclibc.org
2008-11-05 11:11 jacmet at uclibc.org
2008-10-24 11:02 jacmet at uclibc.org
2008-10-10  8:25 jacmet at uclibc.org
2008-10-10  8:25 jacmet at uclibc.org
2008-10-02 14:24 egtvedt at uclibc.org
2008-08-19 15:01 jacmet at uclibc.org
2008-08-19 15:01 jacmet at uclibc.org
2008-08-04 19:07 jacmet at uclibc.org
2008-08-04 19:07 jacmet at uclibc.org
2008-08-04 19:07 jacmet at uclibc.org
2008-07-07  5:30 jacmet at uclibc.org
2008-06-26  7:22 jacmet at uclibc.org
2008-06-15 19:17 jacmet at uclibc.org
2008-06-11 13:05 jacmet at uclibc.org
2008-06-07  9:40 jacmet at uclibc.org
2008-06-02 12:25 jacmet at uclibc.org
2008-06-02 12:25 jacmet at uclibc.org
2008-06-02 12:25 jacmet at uclibc.org
2008-02-04  7:54 lethal at uclibc.org
2008-01-10  9:30 ulf at uclibc.org
2007-11-26 14:54 jacmet at uclibc.org
2007-11-09  9:52 vanokuten at uclibc.org
2007-10-17 17:31 ulf at uclibc.org
2007-09-25 13:32 jacmet at uclibc.org
2007-09-25 11:38 aldot at uclibc.org
2007-09-22 16:42 aldot at uclibc.org
2007-09-22 16:37 aldot at uclibc.org
2007-09-11 19:07 andersen at uclibc.org
2007-09-11 21:56 ` Ulf Samuelsson
2007-09-12  2:58   ` Erik Andersen
2007-08-22  9:20 aldot at uclibc.org
2007-08-22  7:53 aldot at uclibc.org
2007-08-20  6:24 ulf at uclibc.org
2007-08-01  8:38 ulf at uclibc.org
2007-08-01  8:15 ulf at uclibc.org
2007-08-01  6:17 ulf at uclibc.org
2007-07-31 23:28 ulf at uclibc.org
2007-07-31 16:02 ulf at uclibc.org
2007-07-31 16:02 ` Bernhard Fischer
2007-07-31 22:43   ` [Buildroot] svn commit:trunk/buildroot/toolchain/kernel-headers Ulf Samuelsson
2007-07-31 15:49 [Buildroot] svn commit: trunk/buildroot/toolchain/kernel-headers ulf at uclibc.org
2007-08-01  5:47 ` Hans-Christian Egtvedt
2007-08-01  6:08   ` Ulf Samuelsson
2007-08-01  6:34     ` Hans-Christian Egtvedt
2007-07-31 15:47 ulf at uclibc.org
2007-07-24 13:41 aldot at uclibc.org
2007-07-24 12:32 aldot at uclibc.org
2007-07-24 12:33 ` brm
2007-07-24 13:35   ` Bernhard Fischer
2007-07-23 10:29 aldot at uclibc.org
2007-03-24 19:29 aldot at uclibc.org
2007-03-24 12:46 aldot at uclibc.org
2007-03-24 12:46 aldot at uclibc.org
2007-03-21 10:55 aldot at uclibc.org
2007-03-14 13:55 aldot at uclibc.org
2007-03-14 13:54 aldot at uclibc.org
2007-02-06 11:31 aldot at uclibc.org
2007-02-06 12:30 ` Ulf Samuelsson
2007-02-05 11:20 aldot at uclibc.org
2007-02-04 16:11 aldot at uclibc.org
2007-01-15 15:55 aldot at uclibc.org
2006-12-22 10:37 aldot at uclibc.org
2006-12-14 15:12 aldot at uclibc.org
2006-12-14 15:20 ` Joe Pruett
2006-12-13 18:24 aldot at uclibc.org
2006-12-13 16:56 aldot at uclibc.org
2006-12-13 12:34 andersen at uclibc.org
2006-12-13 11:49 andersen at uclibc.org
2006-12-04 15:54 aldot at uclibc.org
2006-12-02 18:12 aldot at uclibc.org
2006-11-22 21:02 aldot at uclibc.org
2006-10-11 11:36 aldot at uclibc.org
2006-10-09 16:13 aldot at uclibc.org
2006-10-09 17:56 ` Erik Andersen
2006-10-10  7:20   ` Bernhard Fischer
2006-10-10 16:05     ` Erik Andersen
2006-10-11 11:39       ` Bernhard Fischer
2006-10-09 11:41 aldot at uclibc.org
2006-10-09 14:29 ` Fredrik Roubert
2006-10-09 15:14   ` Bernhard Fischer
2006-10-09 15:43     ` Bernhard Fischer
2006-10-09 16:39     ` Fredrik Roubert
2006-10-09 17:33 ` Erik Andersen
2006-10-09 20:34   ` Erik Andersen
2006-10-10  1:46     ` Rob Landley
2006-10-10  3:44       ` Rob Landley
2006-10-10  7:01         ` Bernhard Fischer
2006-09-28 12:51 aldot at uclibc.org
2006-09-30 21:51 ` Rob Landley
2006-10-06 12:26   ` Bernhard Fischer
2006-07-18 17:06 andersen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070724163429.6FAB3A45F6@busybox.net \
    --to=aldot@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox