Create/Package kernel headers for self-compiled kernel

2014-10-27 Thread Benedikt Kleinmeier
Hi, I run a host/target development environment. On a Debian host, I patch the Linux kernel 3.2.60 with the RT patch and compile it. Afterwards, I move config, System.map, initrd and vmlinuz files to a Debian target. Now, I would like to compile a kernel module on the target, but the header

AW: Create/Package kernel headers for self-compiled kernel

2014-10-27 Thread Benedikt Kleinmeier
Hi Nicholas, apt-get install kernel-package (toosl for building kernel .deb) CONCURRENCY_LEVEL=6 make-kpkg --initrd kernel-image kernel-headers Thanks for the hint with Debian's kernel-package. I will give it a try. Nonetheless, I would prefer a distribution-independent way of packaging