Custom kernel with Angstrom

Anyone know how build a custom kernel with/for Angstrom using the OE/bitbake instructions?

Thanks.

Anyone know how build a custom kernel with/for Angstrom using the OE/bitbake instructions?

bitbake virtual/kernel
Then make whatever changes to the kernel source
bitbake –c build virtual/kernel

Regards,
John

Also:
     bitbake -c devshell
This spawns a development shell as a useful sandbox with all the patches applied.