[K42-discussion] Out of date Linux kernel patches?

Patrick Bozeman PEBozeman at lbl.gov
Wed Jan 4 12:32:11 EST 2006


Thanks. 

I have a full build now, although, I haven't booted it yet.

I did run into one problem with the tar ball that you pointed me at.

kitchsrc/os/kernel/linux/arch/powerpc/ConfigureArch.C:199 has an
INITCALL(ibmveth_module_init) statement.  Because of this, without
applying the following minor patch to my linux-029 config file, the
build failed to link.

--- k42.config.orig     2006-01-03 17:00:31.000000000 -0800
+++ k42.config  2006-01-03 17:00:57.000000000 -0800
@@ -407,7 +407,7 @@
 #
 # CONFIG_NET_TULIP is not set
 # CONFIG_HP100 is not set
-# CONFIG_IBMVETH is not set
+CONFIG_IBMVETH=y
 CONFIG_NET_PCI=y
 CONFIG_PCNET32=y
 # CONFIG_AMD8111_ETH is not set

----- Original Message -----
From: Amos Waterland <apw at us.ibm.com>
Date: Tuesday, January 3, 2006 8:56 am
Subject: Re: [K42-discussion] Out of date Linux kernel patches?

> On Mon, 2 Jan 2006, Patrick Bozeman wrote:
> > Is there a more recent source for linux k42 architecture patches?
> 
> The University of New Mexico is kind enough to host a mirror of our
> pre-patched kernel.  The following steps should just work for you:
> 
> wget http://www.cs.unm.edu/~k42/pub/k42-devkit/linux-029.tar.gz
> tar xzf linux-029.tar.gz 
> cvs co kitchsrc
> cd kitchsrc
> make full_snapshot LINUXSRCROOT=$PWD/../linux-029
> cd ../linux-029
> make -f Makefile.k42 MKANCHOR=$PWD/.. \
>   CROSS_COMPILE=powerpc64-linux- CROSS32_COMPILE=powerpc-linux- 
> k42libs 
> I have tested and verified those steps; please let us know if you run
> into any problems.
> 
> As a side note, we have a development kit that lets you build K42 
> out of
> the box on an x86 Debian system:
> 
>  http://ozlabs.org/pipermail/k42-discussion/2005-March/000840.html
> 
> _______________________________________________
> K42-discussion mailing list
> K42-discussion at ozlabs.org
> https://ozlabs.org/mailman/listinfo/k42-discussion
> 



More information about the K42-discussion mailing list