aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Woestenberg <leon.woestenberg@gmail.com>2007-08-25 16:55:21 +0000
committerLeon Woestenberg <leon.woestenberg@gmail.com>2007-08-25 16:55:21 +0000
commitafba23ee6fd6c6c0262b0b46cace12a9087f3670 (patch)
tree67a555add94bb84279fb3704ebbef435af16644b
parent83f4c2fc25b1fceba79b9b311c6077462ed2a3c0 (diff)
downloadopenembedded-afba23ee6fd6c6c0262b0b46cace12a9087f3670.tar.gz
linux-x86: Build bzImage, some kernels grew too large for zImage.
-rw-r--r--packages/linux/linux-x86_2.6.20.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-x86_2.6.20.bb b/packages/linux/linux-x86_2.6.20.bb
index 0582c9d58a..288c1c1166 100644
--- a/packages/linux/linux-x86_2.6.20.bb
+++ b/packages/linux/linux-x86_2.6.20.bb
@@ -9,9 +9,10 @@ SRC_URI_append_x86 = "file://i486-defconfig"
SRC_URI_append_i586 = "file://i586-defconfig"
SRC_URI_append_i686 = "file://i686-defconfig"
-
S = "${WORKDIR}/linux-${PV}"
+KERNEL_IMAGETYPE ?= "bzImage"
+
inherit kernel
COMPATIBLE_HOST = "i.86.*-linux"