linux-nokia770: Remove incorrect KERNEL_IMAGETYPE (causing problems after kernel.bbclass was fixed to allow this to be overrriden)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@865 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-11-16 18:25:35 +00:00
parent 69aadf9cb3
commit e389104c2c
2 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@ SRC_URI = "http://ewi546.ewi.utwente.nl/OE/source/kernel-source-2.6.12.3_2.6.12.
S = "${WORKDIR}/linux-2.6"
KERNEL_IMAGETYPE = "vmlinux"
KERNEL_OUTPUT = "arch/${ARCH}/boot/compressed/${KERNEL_IMAGETYPE}"
inherit kernel

View File

@ -8,7 +8,6 @@ SRC_URI = "http://repository.maemo.org/pool/mistral/non-free/source/k/kernel-sou
S = "${WORKDIR}/kernel-source-2.6.16-2.6.16.rel"
#KERNEL_IMAGETYPE = "vmlinux"
KERNEL_OUTPUT = "arch/${ARCH}/boot/compressed/${KERNEL_IMAGETYPE}"
inherit kernel