On Sun, May 23, 2010 at 1:42 PM, <[email protected]> wrote: > The instruction for ./scripts/sequence-patch.sh –quilt just hangs for me. > How long is it supposed to take?
How long it takes can differ on your machine. Is there any output at all or it just hangs after the command? Make sure you have "linux-2.6.33.tar.bz2" available in the top level of your git cloned directory. Also, make sure you're running the commands in your git cloned directory. > What packages do I need to build the kernel image? > How do I install that kernel image to have my meego installation use it on > reboot? These depend on weather your talking about x86 or ARM. If you're talking about x86, you should only need gcc (etc. - should be available in your distro's repos) and if you're playing with menuconfig for config files you'll need libncurses5-dev. I'm not sure how x86 kernel installation works, so hopefully someone else can comment on that. If you're talking about ARM/n900, you should get a cross-compiling toolkit, like one from CodeSourcery[1], you will still need libncurses5-dev for config file alterations and you will need to use flasher-3.5 to use your kernel on the n900. Cheers, Bradley Smith [1] http://www.codesourcery.com/sgpp/lite/arm/portal/release1293 _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
