From subversion@balloonboard.org Fri Feb 12 16:42:32 2010
Received: from wookey by stoneboat.aleph1.co.uk with local (Exim 4.69)
	(envelope-from <subversion@balloonboard.org>) id 1NfybA-0003wK-AE
	for balloon-svn@balloonboard.org; Fri, 12 Feb 2010 16:42:32 +0000
Date: Fri, 12 Feb 2010 16:42:32 +0000
To: balloon-svn@balloonboard.org
From: subversion@balloonboard.org
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Message-Id: <E1NfybA-0003wK-AE@stoneboat.aleph1.co.uk>
X-SA-Exim-Connect-IP: <locally generated>
X-SA-Exim-Mail-From: subversion@balloonboard.org
X-SA-Exim-Scanned: No (on stoneboat.aleph1.co.uk);
	SAEximRunCond expanded to false
Subject: [Balloon-svn] r995 - balloon/trunk/kernel
X-BeenThere: balloon-svn@balloonboard.org
X-Mailman-Version: 2.1.11
Precedence: list
List-Id: <balloon-svn.balloonboard.org>
List-Unsubscribe: <http://balloonboard.org/cgi-bin/mailman/options/balloon-svn>, 
	<mailto:balloon-svn-request@balloonboard.org?subject=unsubscribe>
List-Archive: <http://balloonboard.org/lurker/list/balloon-svn.html>
List-Post: <mailto:balloon-svn@balloonboard.org>
List-Help: <mailto:balloon-svn-request@balloonboard.org?subject=help>
List-Subscribe: <http://balloonboard.org/cgi-bin/mailman/listinfo/balloon-svn>, 
	<mailto:balloon-svn-request@balloonboard.org?subject=subscribe>
X-List-Received-Date: Fri, 12 Feb 2010 16:42:32 -0000

Author: wookey
Date: 2010-02-12 16:42:32 +0000 (Fri, 12 Feb 2010)
New Revision: 995

Modified:
   balloon/trunk/kernel/README
Log:
Updated a little for current state of play


Modified: balloon/trunk/kernel/README
===================================================================
--- balloon/trunk/kernel/README	2010-02-12 16:32:43 UTC (rev 994)
+++ balloon/trunk/kernel/README	2010-02-12 16:42:32 UTC (rev 995)
@@ -7,19 +7,22 @@
 
 * The kernel.org kernel source is downloaded and upacked. By default
   this is done from the copy on balloonboard.org, but for development
-  you may want to change it to use upstream.
+  you may want to change it to use upstream
 
 * A patches directory is created in the kernel tree which is a link to
-  this directory. This is needed for quilt to find the patches.
+  this directory. This is needed for quilt to find the patches and
+  series file specifying the list of patches. An appropriate series
+  file is linked as 'series' in the build tree, according to which
+  balloon variant is configured in Makefile.local/Makefile.inc
 
-* quilt (apt-get install quilt) is used to patch the kernel (using the 
-  patches listed in the file 'series')
+* quilt (apt-get install quilt) is used to patch the kernel (using the
+  patches listed in the file 'series'). 
 
-* The source is configured 'make balloon3_defconfig', then built 'make
-  zImage'
+* The source is configured: 'make balloon3_defconfig', then
+  built: 'ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- make zImage'
 
 * The config is modified to include a reference to the initrd root
-  image, and configured and rebuilt again to get the combined
+  image, and configured and rebuilt to get the combined
   kernel+initrd installer image.
 
-Read the makefile for more details.
\ No newline at end of file
+Read the Makefile for more details.
\ No newline at end of file



