xavier wrote:
Hi,

I'm using make-kpkg to build kernels.
I need the same kernel on differents hosts.
(p3,p4,k7...)


Now i'm builing the kernel, i do a make xconfig/menuconfig to change the cpu, and i'm rebuilding.

Is there a way to build all thoses kernels non-interactively ?

I could do some sed on the config file,
but unfortunately the processor is not the only one to change :
(so i would risk forcing something bad)

-CONFIG_MPENTIUMIII=y
+# CONFIG_MPENTIUMIII is not set

-# CONFIG_MK7 is not set
+CONFIG_MK7=y

-CONFIG_X86_L1_CACHE_SHIFT=5
+CONFIG_X86_L1_CACHE_SHIFT=6

+CONFIG_X86_USE_3DNOW=y

is there any way to pass a config param through the command line,
that would apply dependencies ? (ie k7->3dnow, L1cacheshift=6....)

thanks



How about just building a generic i386 kernel? It would save you lots of time and headache.

Is the extra few percentage points of performance and optimisation
really worth all the effort?

-Roberto Sanchez

Attachment: signature.asc
Description: OpenPGP digital signature



Reply via email to