diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-16 18:25:35 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-16 18:25:35 +0000 |
commit | e389104c2c81e5e7909d97336e9b5137d47963cc (patch) | |
tree | c80a643d58e453d20238d66978d652d7b0bbd445 | |
parent | 69aadf9cb34410e2562630dc5f2626d6c0854e2d (diff) | |
download | poky-e389104c2c81e5e7909d97336e9b5137d47963cc.tar.gz |
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
-rw-r--r-- | meta/packages/linux/linux-nokia770_2.6.12.3-osso14.bb | 1 | ||||
-rw-r--r-- | meta/packages/linux/linux-nokia770_2.6.16-osso15.bb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/meta/packages/linux/linux-nokia770_2.6.12.3-osso14.bb b/meta/packages/linux/linux-nokia770_2.6.12.3-osso14.bb index 5b8bc9b168..ff2f1a05b1 100644 --- a/meta/packages/linux/linux-nokia770_2.6.12.3-osso14.bb +++ b/meta/packages/linux/linux-nokia770_2.6.12.3-osso14.bb | |||
@@ -8,7 +8,6 @@ SRC_URI = "http://ewi546.ewi.utwente.nl/OE/source/kernel-source-2.6.12.3_2.6.12. | |||
8 | 8 | ||
9 | S = "${WORKDIR}/linux-2.6" | 9 | S = "${WORKDIR}/linux-2.6" |
10 | 10 | ||
11 | KERNEL_IMAGETYPE = "vmlinux" | ||
12 | KERNEL_OUTPUT = "arch/${ARCH}/boot/compressed/${KERNEL_IMAGETYPE}" | 11 | KERNEL_OUTPUT = "arch/${ARCH}/boot/compressed/${KERNEL_IMAGETYPE}" |
13 | 12 | ||
14 | inherit kernel | 13 | inherit kernel |
diff --git a/meta/packages/linux/linux-nokia770_2.6.16-osso15.bb b/meta/packages/linux/linux-nokia770_2.6.16-osso15.bb index cb7ea51d74..85312b4b8c 100644 --- a/meta/packages/linux/linux-nokia770_2.6.16-osso15.bb +++ b/meta/packages/linux/linux-nokia770_2.6.16-osso15.bb | |||
@@ -8,7 +8,6 @@ SRC_URI = "http://repository.maemo.org/pool/mistral/non-free/source/k/kernel-sou | |||
8 | 8 | ||
9 | S = "${WORKDIR}/kernel-source-2.6.16-2.6.16.rel" | 9 | S = "${WORKDIR}/kernel-source-2.6.16-2.6.16.rel" |
10 | 10 | ||
11 | #KERNEL_IMAGETYPE = "vmlinux" | ||
12 | KERNEL_OUTPUT = "arch/${ARCH}/boot/compressed/${KERNEL_IMAGETYPE}" | 11 | KERNEL_OUTPUT = "arch/${ARCH}/boot/compressed/${KERNEL_IMAGETYPE}" |
13 | 12 | ||
14 | inherit kernel | 13 | inherit kernel |