On Fri, Jun 17, 2011 at 5:35 PM, Foster, Susan B <[email protected]> wrote: > Oops, mistake in here sorry - I enabled source in the oss-repo and was doing: > > zypper si kernel-adaptation-intel-automotive > > Which in the past has installed the all the tools needed to build the kernel, > not just some of them...
yes, that's quite likely. The idea from `si` is that you get the build dependencies (headers, libraries). Getting the tools themselves is not part of that for several reasons. Mostly because it makes generating packages on the server faster, and that's a good thing. There are still the zypper patterns, those will give you all the basic compilation tools in one command. Check `zypper pt` which one you need/have, and use `zypper in -t pattern $pattern` to install a whole pattern at once. Auke _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev http://wiki.meego.com/Mailing_list_guidelines
