summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-05-25 10:13:21 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-05-25 10:13:21 +0000
commit21c51afaddcefad16f574c801ae94f509c011593 (patch)
tree224ddcf8ef8da78236f9f23b694e808d1275b3d2
parentb2d6791b01a83e10b736258faca11aafe48922ce (diff)
linux 2.6.21: kb9202 use u-boot so switch to uImage
-rw-r--r--packages/linux/linux_2.6.21.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/linux/linux_2.6.21.bb b/packages/linux/linux_2.6.21.bb
index f107dada3f..7416d5d859 100644
--- a/packages/linux/linux_2.6.21.bb
+++ b/packages/linux/linux_2.6.21.bb
@@ -1,7 +1,8 @@
DESCRIPTION = "Linux Kernel"
SECTION = "kernel"
LICENSE = "GPL"
-PR = "r2"
+DEPENDS_kb9202 = "u-boot"
+PR = "r3"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
file://defconfig \
@@ -20,7 +21,7 @@ inherit kernel
KERNEL_IMAGETYPE_progear = "bzImage"
KERNEL_IMAGETYPE_simpad = "zImage"
-KERNEL_IMAGETYPE_kb9202 = "zImage"
+KERNEL_IMAGETYPE_kb9202 = "uImage"
do_configure_prepend() {
if [ "${TARGET_OS}" == "linux-gnueabi" -o "${TARGET_OS}" == "linux-uclibcgnueabi" ]; then