Sarge de ARM CROSS kernel続き

kernelは出来上がっていた。

makai:~/linux-2.6.12.6# ls -l arch/arm/boot/
total 4920
-rwxr-xr-x  1 root root 3364976 Oct 11 05:37 Image
-rw-r--r--  1 root root    2405 Oct 25  2006 Makefile
drwxr-xr-x  2 root root    4096 Oct 25  2006 bootp
drwxr-xr-x  2 root root    4096 Oct 11 05:37 compressed
-rw-r--r--  1 root root    1262 Oct 25  2006 install.sh
-rwxr-xr-x  1 root root 1650544 Oct 11 05:37 zImage

makai:~/linux-2.6.12.6# file arch/arm/boot/compressed/vmlinux
arch/arm/boot/compressed/vmlinux: ELF 32-bit LSB executable, ARM, version 1 (ARM), statically linked, not stripped

パッケージもできた。

makai:~/linux-2.6.12.6# make-kpkg clean --arch=arm
makai:~/linux-2.6.12.6# make-kpkg --revision=SlindBuild01 --cross_compile=arm-linux-gnu- --arch=arm kernel-image kernel-headers kernel-source
makai:~/linux-2.6.12.6# cd ..
makai:~# ls kernel-* -l
-rw-r--r--  1 root root  5177610 Oct 11 07:04 kernel-headers-2.6.12.6-arm1_SlindBuild01_arm.deb
-rw-r--r--  1 root root  9633876 Oct 11 07:03 kernel-image-2.6.12.6-arm1_SlindBuild01_arm.deb
-rw-r--r--  1 root root 39145552 Oct 11 07:18 kernel-source-2.6.12.6-arm1_SlindBuild01_all.deb

あとはちゃんと動くかというあたりか。
なんとテストに使える実機がない... orz