Re: Suggested environments for kernel development

2015-05-05 Thread Kernel Apprentice
Hello Lewis,

 I would really like to know how you guys do your kernel development. 
 What distro do you use and whats the process?
 
 I’m very comfortable with debian, but i’ve heard it’s not the easiest distro 
 to build kernels for as you need to build to a .deb and apply it that way.

I'm also using Debian. That is not true at all. The guide on the Kernel
Newbies Website [1] works flawlessly. The only downside would be, that
in case you decide to remove a build you have to delete the image,
modules, etc. by hand and additionaly run update-grub whereas creating a
package does that for you.

[1] http://kernelnewbies.org/KernelBuild

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: Suggested environments for kernel development

2015-05-05 Thread Daniel Baluta
On Sun, May 3, 2015 at 8:11 PM, Lewis Clark le...@lewmpk.uk wrote:
 I would really like to know how you guys do your kernel development.
 What distro do you use and whats the process?

 I’m very comfortable with debian, but i’ve heard it’s not the easiest distro 
 to build kernels for as you need to build to a .deb and apply it that way.

You can use whatever distro you like. Anyhow, for rapidly booting
kernels I use qemu :).

Daniel.

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Suggested environments for kernel development

2015-05-03 Thread Lewis Clark
I would really like to know how you guys do your kernel development. 
What distro do you use and whats the process?

I’m very comfortable with debian, but i’ve heard it’s not the easiest distro to 
build kernels for as you need to build to a .deb and apply it that way.


___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: Suggested environments for kernel development

2015-05-03 Thread Nicholas Krause


On May 3, 2015 1:44:28 PM EDT, Greg KH g...@kroah.com wrote:
On Sun, May 03, 2015 at 06:11:35PM +0100, Lewis Clark wrote:
 I would really like to know how you guys do your kernel development. 
 What distro do you use and whats the process?
 
 I’m very comfortable with debian, but i’ve heard it’s not the easiest
 distro to build kernels for as you need to build to a .deb and apply
 it that way.

Not at all, any community-based distro is usually good for kernel
development, pick one you feel comfortable with and use it.

good luck,

greg k-h


Greg is right here however since kernel development is generally bleeding edge 
I generally recommend Arch as the packages are pulled from upstream including 
gcc.  Running the latest c library and tool chains is a high plus in kernel 
development in my opinion. 
Nick 
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: Suggested environments for kernel development

2015-05-03 Thread Greg KH
On Sun, May 03, 2015 at 06:11:35PM +0100, Lewis Clark wrote:
 I would really like to know how you guys do your kernel development. 
 What distro do you use and whats the process?
 
 I’m very comfortable with debian, but i’ve heard it’s not the easiest
 distro to build kernels for as you need to build to a .deb and apply
 it that way.

Not at all, any community-based distro is usually good for kernel
development, pick one you feel comfortable with and use it.

good luck,

greg k-h

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: Suggested environments for kernel development

2015-05-03 Thread Robert P. J. Day
On Sun, 3 May 2015, Greg KH wrote:

 On Sun, May 03, 2015 at 06:11:35PM +0100, Lewis Clark wrote:
  I would really like to know how you guys do your kernel development.
  What distro do you use and whats the process?
 
  I’m very comfortable with debian, but i’ve heard it’s not the easiest
  distro to build kernels for as you need to build to a .deb and apply
  it that way.

 Not at all, any community-based distro is usually good for kernel
 development, pick one you feel comfortable with and use it.

  if you're going to just manually install the new kernel, then it
makes precious little difference. on the other hand, if you really
want to go through the packaging, then you can run one of:

  $ make rpm-pkg
  $ make deb-pkg

other than that, as greg suggests, any even *remotely* current distro
should work just fine.

rday

-- 


Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca

Twitter:   http://twitter.com/rpjday
LinkedIn:   http://ca.linkedin.com/in/rpjday

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies