summaryrefslogtreecommitdiff
path: root/packages/linux/linux_2.6.14.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-08-22 16:11:00 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-08-22 16:11:00 +0000
commit21e96269bce9de9ee8f6559750e6e5f3dce63e9a (patch)
tree2531b921c0edcc920143330201781c4a74f350e9 /packages/linux/linux_2.6.14.bb
parent8d3519d2f4524d42cb0d19cc2f698e9d884ec376 (diff)
KERNEL_IMAGETYPE cleanup
Proper place for KERNEL_IMAGETYPE is machine config as there is no machine which use miscelanous types of kernel. Moved found occurences.
Diffstat (limited to 'packages/linux/linux_2.6.14.bb')
-rw-r--r--packages/linux/linux_2.6.14.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/linux/linux_2.6.14.bb b/packages/linux/linux_2.6.14.bb
index 3ddfec809a..85febb45d9 100644
--- a/packages/linux/linux_2.6.14.bb
+++ b/packages/linux/linux_2.6.14.bb
@@ -42,10 +42,6 @@ SRC_URI_append_acern30 = "\
inherit kernel
-KERNEL_IMAGETYPE = "bzImage"
-KERNEL_IMAGETYPE_simpad = "zImage"
-KERNEL_IMAGETYPE_acern30 = "zImage"
-
do_configure_prepend() {
install -m 0644 ${WORKDIR}/defconfig ${S}/.config
}