kernel.bbclass: do not override machine/*.conf setting of KERNEL_IMAGETYPE to allow...
authorTom Walsh <tom@openhardware.net>
Tue, 26 Sep 2006 08:56:28 +0000 (08:56 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 26 Sep 2006 08:56:28 +0000 (08:56 +0000)
classes/kernel.bbclass

index f5938a7..94e0292 100644 (file)
@@ -10,7 +10,7 @@ PACKAGES_DYNAMIC += "kernel-image-*"
 
 export OS = "${TARGET_OS}"
 export CROSS_COMPILE = "${TARGET_PREFIX}"
-KERNEL_IMAGETYPE = "zImage"
+KERNEL_IMAGETYPE ?= "zImage"
 
 KERNEL_PRIORITY = "${@bb.data.getVar('PV',d,1).split('-')[0].split('.')[-1]}"