diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-08-25 16:55:21 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-08-25 16:55:21 +0000 |
commit | afba23ee6fd6c6c0262b0b46cace12a9087f3670 (patch) | |
tree | 67a555add94bb84279fb3704ebbef435af16644b | |
parent | 83f4c2fc25b1fceba79b9b311c6077462ed2a3c0 (diff) |
linux-x86: Build bzImage, some kernels grew too large for zImage.
-rw-r--r-- | packages/linux/linux-x86_2.6.20.bb | 3 |
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" |