http://bugs.openembedded.org/show_bug.cgi?id=1435

           Summary: bitbake overrides kernel image type
           Product: BitBake
           Version: unspecified
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: BitBake
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]


classes/kernel.bb overrides machine/*.conf setting of KERNEL_IMAGETYPE and
won't allow image other than zImage to be produced.

============================================================
--- 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 = "[EMAIL PROTECTED]('PV',d,1).split('-')[0].split('.')[-1]}"


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Bitbake-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bitbake-dev

Reply via email to