diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-22 16:11:00 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-22 16:11:00 +0000 |
commit | 21e96269bce9de9ee8f6559750e6e5f3dce63e9a (patch) | |
tree | 2531b921c0edcc920143330201781c4a74f350e9 /packages/linux/linux-x86_2.6.17.9.bb | |
parent | 8d3519d2f4524d42cb0d19cc2f698e9d884ec376 (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-x86_2.6.17.9.bb')
-rw-r--r-- | packages/linux/linux-x86_2.6.17.9.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/linux/linux-x86_2.6.17.9.bb b/packages/linux/linux-x86_2.6.17.9.bb index d7600dcfa9..829c884560 100644 --- a/packages/linux/linux-x86_2.6.17.9.bb +++ b/packages/linux/linux-x86_2.6.17.9.bb @@ -11,7 +11,6 @@ S = "${WORKDIR}/linux-${PV}" inherit kernel COMPATIBLE_HOST = "i.86.*-linux" -KERNEL_IMAGETYPE = "bzImage" do_configure_prepend() { install -m 0644 ${WORKDIR}/defconfig ${S}/.config |