[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [RFR] Patches switching sparc64 to 2.6.12



On Mon, Sep 05, 2005 at 01:24:59PM +0200, Frans Pop wrote:
> On Saturday 03 September 2005 14:23, Geert Stappers wrote:
> >  E: Couldn't find package kernel-image-2.6.8-2-sparc64-di
> >
> > Is that due the switch?  ( Where is the coordination? )
> 
> Probably.
> 
> I wanted to do the switch the weekend before last, but the kernel udebs 
> were stuck in new the whole weekend...
> As I had very little time last week, the switch was a little less 
> organized than I'd hoped. That the 2.6.8 udebs were removed is a bit of a 
> surprise to me (as they still were there at the beginning of the week).

Acknowledge

> I've committed the changes to the build system yesterday, so that should 
> fix the daily build problems.
> You should probably check for conflicts after svn up.

Done

> For config/sparc/sparc32.cfg only the targets netboot and floppy are now 
> supported.
> 
> Another reason why things have taken a bit longer is that I've had some 
> problems building a netinst CD. I think I've got it now, but can't test 
> yet because my sparc is currently in use for building Haskell...

Today's build was succesfull,
to enable floppy, I made these changes:

Index: installer/build/config/sparc/sparc64.cfg
===================================================================
--- installer/build/config/sparc/sparc64.cfg	(revision 30358)
+++ installer/build/config/sparc/sparc64.cfg	(working copy)
@@ -1,4 +1,5 @@
-MEDIUM_SUPPORTED = netboot netboot-2.6
+# floppies need root to build
+MEDIUM_SUPPORTED = netboot netboot-2.6 floppy floppy-2.6
 
 # The version of the kernel to use.
 KERNELIMAGEVERSION = $(BASEVERSION)-sparc64
Index: installer/build/config/sparc/sparc32.cfg
===================================================================
--- installer/build/config/sparc/sparc32.cfg	(revision 30358)
+++ installer/build/config/sparc/sparc32.cfg	(working copy)
@@ -1,6 +1,6 @@
 # floppies need root to build, so don't autobuild
 # no 2.6.12 kernel available for sparc32, so disable netboot-2.6
-MEDIUM_SUPPORTED = netboot #netboot-2.6 floppy floppy-2.6
+MEDIUM_SUPPORTED = netboot floppy #netboot-2.6 floppy-2.6
  
 # The version of the kernel to use.
 KERNELIMAGEVERSION = $(BASEVERSION)-sparc32



I will leave them local.


Cheers
Geert Stappers



Reply to: