]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-nokia770: Remove incorrect KERNEL_IMAGETYPE (causing problems after kernel...
authorRichard Purdie <richard@openedhand.com>
Thu, 16 Nov 2006 18:25:35 +0000 (18:25 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 16 Nov 2006 18:25:35 +0000 (18:25 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@865 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/linux/linux-nokia770_2.6.12.3-osso14.bb
meta/packages/linux/linux-nokia770_2.6.16-osso15.bb

index 5b8bc9b168774defd866237326bdbcc6db8302b3..ff2f1a05b1463341ee666dab3f0b1976753e7f96 100644 (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
index cb7ea51d74eff6d8d756ba7e192a7b284897ebcc..85312b4b8cd0601c74a8b36d16250924a7410702 100644 (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