r3554 - trunk/kernel/source/linux-2.6-2.6.12/debian

Sven Luther luther at costa.debian.org
Sat Jul 16 12:27:01 UTC 2005


Author: luther
Date: 2005-07-16 12:27:00 +0000 (Sat, 16 Jul 2005)
New Revision: 3554

Added:
   trunk/kernel/source/linux-2.6-2.6.12/debian/README.PPC64
Log:
Added instructions for users to build their own ppc64 kernel images.


Added: trunk/kernel/source/linux-2.6-2.6.12/debian/README.PPC64
===================================================================
--- trunk/kernel/source/linux-2.6-2.6.12/debian/README.PPC64	2005-07-16 12:21:45 UTC (rev 3553)
+++ trunk/kernel/source/linux-2.6-2.6.12/debian/README.PPC64	2005-07-16 12:27:00 UTC (rev 3554)
@@ -0,0 +1,37 @@
+Where did the power3/power4 ppc64 flavours go ?
+===============================================
+
+As of 2.6.12, and anticipating the inclusion of a powerpc biarch
+toolchain in debian sid and then etch, we have dropped the 32bit 
+ppc64 flavours. I will provide unofficial -pseries (replace all
+previous 64bit flavours) at :
+
+  http://people.debian.org/~luther/ppc64
+
+until we are able to build them inside of debian, which will
+hopefully be only a couple of weeks now.
+
+But if you feel impatient, here are the instructions on how to build 
+those arches yourselves :
+
+  1) install the ubuntu/breezy glibc and gcc-4.0 packages (preferably
+     in a sid chroot)
+  2) go into debian/arch/powerpc
+  3) rename the 32bit flavours to noconfig.powerpc[-smp]
+  4) rename the 64bit flavours to config.pseries
+  5) edit Makefile.inc, and change the last three lines to :
+	headers_subarch = powerpc
+	build_subarch = powerpc64
+	default_config = pseries
+  6) go into the toplevel, and launch :
+	dpkg-buildpackage -rfakeroot -us -uc -B
+
+This should build you a couple of packages, where you would be interested
+in the linux-image-2.6.12-1-pseries and linux-headers-2.6.12-1-pseries ones.
+
+Enjoy,
+
+Sven Luther
+
+
+




More information about the Kernel-svn-changes mailing list