[oe-commits] org.oe.dev kernel.bbclass: do not override machine/*.conf setting of KERNEL_IMAGETYPE to allow image other than zImage to be produced - close #1435

Tom commit openembedded-commits at lists.openembedded.org
Tue Sep 26 09:01:59 UTC 2006


kernel.bbclass: do not override machine/*.conf setting of KERNEL_IMAGETYPE to allow image other than zImage to be produced - close #1435

Author: Tom
Branch: org.openembedded.dev
Revision: de17215ca0ec2c4f638399b95baf36a6e60b7bd4
ViewMTN: http://monotone.openembedded.org/revision.psp?id=de17215ca0ec2c4f638399b95baf36a6e60b7bd4
Files:
1
classes/kernel.bbclass
Diffs:

#
# mt diff -r21658643607212bdfad4ff602f002947ea73d0c4 -rde17215ca0ec2c4f638399b95baf36a6e60b7bd4
#
# 
# 
# patch "classes/kernel.bbclass"
#  from [5f684019e29cac25d1f3956c9350f2f8ef5b9d34]
#    to [bb10bf03ee771fdce64047ec2c5f9b470dd9c5ec]
# 
============================================================
--- classes/kernel.bbclass	5f684019e29cac25d1f3956c9350f2f8ef5b9d34
+++ classes/kernel.bbclass	bb10bf03ee771fdce64047ec2c5f9b470dd9c5ec
@@ -10,7 +10,7 @@ export CROSS_COMPILE = "${TARGET_PREFIX}
 
 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]}"
 






More information about the Openembedded-commits mailing list