Bug#563300: kernel-package: on cross compile the control file contains host architecture

2010-01-02 Thread Harald Braumann
Hi, works fine for me. Please note that you have to call the command with: DEB_HOST_ARCH=i386 make-kpkg --arch i386 --cross-compile - ... ^^ This is documented in the README. However, maybe kernel-package could set this automatically if --arch is given? harry signature.asc

Bug#563300: kernel-package: on cross compile the control file contains host architecture

2010-01-02 Thread Michael Tuschik
Thanks for that hint and i found it in the README... sorry :) I only searched the net for a solution without success. If this is working it's okay, but it's not that easy to use. I have to mix environment variables with command line options. The easiest way, i think, would be to supply the

Bug#563300: kernel-package: on cross compile the control file contains host architecture

2010-01-01 Thread Michael Tuschik
Package: kernel-package Version: 12.031 Severity: normal Hi, i'm cross compiling a i386-Server-Kernel on my amd64 Desktop system.To do this, i'm using the following command: CONCURRENCY_LEVEL=4 fakeroot make-kpkg --cross-compile=- --arch=i386 --revision=nostromo.1 kernel_image After a