Page 1 of 1

What happened to "make install" in YDl 4.0?

PostPosted: 11 Nov 2004, 06:52
by jg167
The configuration and compilation process seems completely standard for YDL 4.0 (or at least the same as what works on RH 9 wth a 2.6.8.1 kernel), untill you get to
make install
The Makefile for YDL 4.0 has removed this entirely instead of modifing it for yaboot. Except of course that make help still shows it, the README still talks about it.

So what gives?

PostPosted: 11 Nov 2004, 14:21
by StarKnight83
I believe that the make install option is really for x86 only; though its fairly simple to just do it yourself. You just copy the System.map file and the vmlinux make an initrd and modify yaboot.conf to show the new kernel and initrd files.

Also make sure you do a "make modules_install" after you run make



If enough people want one I will write a faq/howto to do a custom kernel on YDL-either post a request here or pm me

Joe

PostPosted: 11 Nov 2004, 21:03
by jg167
Soe notes about how to install a new kernel with yaboot seems like a good idea. It wasn't hard to figure it out (i.e. what the names are and whre it goes etc wrt yaboot) but having a cheat sheet would have been easier. If I hadn't been doing this on RH/intel it might have been considerably more confusing. I guess my biggest complaint about it is that the install target was removd but the "make help" info on install remians as does the README so its inconsistent. I don't know if that is a base linux PPC thing, or was done by TerraSoft or what.

PostPosted: 12 Nov 2004, 05:02
by StarKnight83
its a base linux ppc thing; if you took that same source, unpacked it on a x86 machine all would be as you knew it. Ill start on a quick tutorial for kernel compiles

PostPosted: 11 Dec 2004, 05:20
by afro
StarKnight83 wrote:If enough people want one I will write a faq/howto to do a custom kernel on YDL...


Yes, please do share with us (newbies :wink: ) with your knowledge on that.

Thanks.

PostPosted: 11 Dec 2004, 15:06
by Ben Ben
StarKnight: Can correct mine if you want... http://www.yellowdog-board.com/viewtopic.php?t=398

But why don't u just do yum update kernel* and put a new entry into your yaboot.conf....

PostPosted: 02 Feb 2006, 18:21
by scanaday
make bzImage in this process does not work with the kernel 2.6.12, does anyone know why or what it's replacement is? I tried vmlinux instead but for some reason, I get no output or new kernel image now

PostPosted: 02 Feb 2006, 18:43
by scanaday
Never mind, it just copied the output to vmlinux with no suffix or prefix. Here's a great step by step guide for newbies:

http://www.yellowdog-board.com/viewtopi ... ht=vmlinux

Thanks