From 4728e85ed190a8fff207fb7b79c4320640cc051b Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Tue, 3 Apr 2012 22:38:50 +0100 Subject: linux-raspberrypi: Use zImage not uImage as the bootloader is not uBoot ;). --- recipes-kernel/linux/linux-raspberrypi_3.1.9.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb b/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb index ced0377..83f1dcc 100644 --- a/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb +++ b/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb @@ -1,7 +1,7 @@ require linux.inc -DESCRIPTION = "Linux kernel for the OpenPandora handheld" -KERNEL_IMAGETYPE = "uImage" +DESCRIPTION = "Linux kernel for the RaspberryPi board" +KERNEL_IMAGETYPE = "zImage" COMPATIBLE_MACHINE = "raspberrypi" -- cgit v1.2.3-54-g00ecf