On Mon, Jun 09 2014, Klaus Ethgen wrote:

> I always start with an completely empty linux source tree.
>
> I used to use the following ages ago but that doesn't work anymore:
>    make-kpkg --rootcmd fakeroot --revision 1.ikki --added-modules
> "nvidia-kernel,oss4" --config menuconfig configure
>    make-kpkg --rootcmd fakeroot --revision 1.ikki --added-modules
> "nvidia-kernel,oss4" --config menuconfig binary-arch
>    make-kpkg --rootcmd fakeroot --revision 1.ikki --added-modules
> "nvidia-kernel,oss4" --config menuconfig modules_image
>
> Currently I use the following (Note the different call to fakeroot):
>    fakeroot make-kpkg --revision 1.ikki --added-modules "nvidia-kernel,oss4" 
> --config menuconfig configure
>    fakeroot make-kpkg --revision 1.ikki --added-modules "nvidia-kernel,oss4" 
> --config menuconfig binary-arch
>    make-kpkg --rootcmd fakeroot --revision 1.ikki --added-modules
> "nvidia-kernel,oss4" --config menuconfig modules_image
>
> Which was working until version 13.007. I had the problem only with
> later ones. So I don't think that the problem is on my side.

        I can't see what could have changed since 13.007 (I stidued the
 git diff, and have failed to spot a change that is likely to have
 caused this problem). Also, I can't reproduce this, so I am a little
 bit stumpe3d as to how to proceed.

> By the way, with the commands above, on old days menuconfig was only
> called once (in configure call) but since some years it gets called
> every time, so tree times at all.

        Unless you are constantly changing the configuration every time
 you call make-kpkg, there is no need for the --config option.

        If you do change your kernel config for every build, I am
 intrigued by your work-flow. I tend to just keep different .config
 files around, and swap them in and out in my wrapper script, rather
 than editing the configuration on the fly.

        manoj

-- 
Man is by nature a political animal. Aristotle
Manoj Srivastava <[email protected]> <http://www.golden-gryphon.com/>  
4096R/C5779A1C E37E 5EC5 2A01 DA25 AD20  05B6 CF48 9438 C577 9A1C

Attachment: signature.asc
Description: PGP signature

Reply via email to