linux 2.6.21: atstk1000 needs uImage instead of zImage
authorKoen Kooi <koen@openembedded.org>
Sat, 2 Jun 2007 08:54:41 +0000 (08:54 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 2 Jun 2007 08:54:41 +0000 (08:54 +0000)
packages/linux/linux_2.6.21.bb

index 7416d5d..c608fe3 100644 (file)
@@ -22,6 +22,7 @@ inherit kernel
 KERNEL_IMAGETYPE_progear = "bzImage"
 KERNEL_IMAGETYPE_simpad = "zImage"
 KERNEL_IMAGETYPE_kb9202 = "uImage"
+KERNEL_IMAGETYPE_at32stk1000 = "uImage"
 
 do_configure_prepend() {
         if [ "${TARGET_OS}" == "linux-gnueabi" -o  "${TARGET_OS}" == "linux-uclibcgnueabi" ]; then