summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid-John Willis <John.Willis@Distant-earth.com>2012-04-03 22:38:50 +0100
committerDavid-John Willis <John.Willis@Distant-earth.com>2012-04-03 22:38:50 +0100
commit4728e85ed190a8fff207fb7b79c4320640cc051b (patch)
tree1dd288be07abe9bc333cf008f7d727494ac68ff7
parenta962507532f1c8eaf1e50aa3e3c3683f3a212c36 (diff)
downloadmeta-raspberrypi-4728e85ed190a8fff207fb7b79c4320640cc051b.tar.gz
linux-raspberrypi: Use zImage not uImage as the bootloader is not uBoot ;).
-rw-r--r--recipes-kernel/linux/linux-raspberrypi_3.1.9.bb4
1 files 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 @@
1require linux.inc 1require linux.inc
2 2
3DESCRIPTION = "Linux kernel for the OpenPandora handheld" 3DESCRIPTION = "Linux kernel for the RaspberryPi board"
4KERNEL_IMAGETYPE = "uImage" 4KERNEL_IMAGETYPE = "zImage"
5 5
6COMPATIBLE_MACHINE = "raspberrypi" 6COMPATIBLE_MACHINE = "raspberrypi"
7 7