Re: [CentOS] Trying to find all the kernel modules needed for my machine using shell script

2012-07-14 Thread Johnny Hughes
On 07/13/2012 07:29 AM, Aft nix wrote: > Hi, > > I'm developing kernel modules right now, and the build times are > starting to get under my skin. As a side effect i'm taking way too > many "coffee" breaks during builds. > > So i was looking for a way to build only the stuffs i need for my > platfo

Re: [CentOS] Trying to find all the kernel modules needed for my machine using shell script

2012-07-14 Thread Johnny Hughes
On 07/13/2012 01:57 PM, Leonard den Ottolander wrote: > Hello Aft, > > On Fri, 2012-07-13 at 23:48 +0600, Aft nix wrote: >> Now centos distributes its kernel sources >> through src-rpms(srpms). Which is "already patched" kernel source. >> What i want is just the patches. so i that i can roll it ove

Re: [CentOS] Trying to find all the kernel modules needed for my machine using shell script

2012-07-13 Thread Leonard den Ottolander
Hello Aft, On Fri, 2012-07-13 at 23:48 +0600, Aft nix wrote: > Now centos distributes its kernel sources > through src-rpms(srpms). Which is "already patched" kernel source. > What i want is just the patches. so i that i can roll it over vanilla > kernel > and get identical source as those distrib

Re: [CentOS] Trying to find all the kernel modules needed for my machine using shell script

2012-07-13 Thread Patrick Lists
On 13-07-12 19:48, Aft nix wrote: > I know how yum works. i'm a long time centos user. I'm talking about > the "centos specific patches" for the kernel. Afaik they are not CentOS specific patches. They are Red Hat patches (unless CentOS add additional patches). > if i roll > these patches over v

Re: [CentOS] Trying to find all the kernel modules needed for my machine using shell script

2012-07-13 Thread Aft nix
On Fri, Jul 13, 2012 at 9:01 PM, wrote: > Aft nix wrote: >> On Fri, Jul 13, 2012 at 7:34 PM, Akemi Yagi wrote: >>> On Fri, Jul 13, 2012 at 5:29 AM, Aft nix wrote: Hi, I'm developing kernel modules right now, and the build times are starting to get under my skin. As a side ef

Re: [CentOS] Trying to find all the kernel modules needed for my machine using shell script

2012-07-13 Thread m . roth
Aft nix wrote: > On Fri, Jul 13, 2012 at 7:34 PM, Akemi Yagi wrote: >> On Fri, Jul 13, 2012 at 5:29 AM, Aft nix wrote: >>> Hi, >>> >>> I'm developing kernel modules right now, and the build times are >>> starting to get under my skin. As a side effect i'm taking way too >>> many "coffee" breaks d

Re: [CentOS] Trying to find all the kernel modules needed for my machine using shell script

2012-07-13 Thread Aft nix
On Fri, Jul 13, 2012 at 7:34 PM, Akemi Yagi wrote: > On Fri, Jul 13, 2012 at 5:29 AM, Aft nix wrote: >> Hi, >> >> I'm developing kernel modules right now, and the build times are >> starting to get under my skin. As a side effect i'm taking way too >> many "coffee" breaks during builds. > (snip)

Re: [CentOS] Trying to find all the kernel modules needed for my machine using shell script

2012-07-13 Thread Aft nix
On Fri, Jul 13, 2012 at 7:48 PM, wrote: > #1: archlinux? Are you working in CentOS or arch linux? I'm using CentOS. But the problem was "make localmodconfig" is not working. I don't see how a question related to "building kernel.org kernel" relates to distribution, just because the problem was

Re: [CentOS] Trying to find all the kernel modules needed for my machine using shell script

2012-07-13 Thread m . roth
Aft nix wrote: > Hi, > > I'm developing kernel modules right now, and the build times are > starting to get under my skin. As a side effect i'm taking way too > many "coffee" breaks during builds. > But Although i understand the stuffs, this is still a lot of tweaks to > make that work. > > 2.6.32

Re: [CentOS] Trying to find all the kernel modules needed for my machine using shell script

2012-07-13 Thread Akemi Yagi
On Fri, Jul 13, 2012 at 5:29 AM, Aft nix wrote: > Hi, > > I'm developing kernel modules right now, and the build times are > starting to get under my skin. As a side effect i'm taking way too > many "coffee" breaks during builds. (snip) > 3) Is there any way i can get the "Centos specific" patches

Re: [CentOS] Trying to find all the kernel modules needed for my machine using shell script

2012-07-13 Thread Aft nix
On Fri, Jul 13, 2012 at 6:29 PM, Aft nix wrote: > Hi, > > I'm developing kernel modules right now, and the build times are > starting to get under my skin. As a side effect i'm taking way too > many "coffee" breaks during builds. > > So i was looking for a way to build only the stuffs i need for m

[CentOS] Trying to find all the kernel modules needed for my machine using shell script

2012-07-13 Thread Aft nix
Hi, I'm developing kernel modules right now, and the build times are starting to get under my skin. As a side effect i'm taking way too many "coffee" breaks during builds. So i was looking for a way to build only the stuffs i need for my platform. Chapter 7 and 8 of "linux kernel in a nutshell" g