diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2012-04-03 22:38:50 +0100 |
---|---|---|
committer | David-John Willis <John.Willis@Distant-earth.com> | 2012-04-03 22:38:50 +0100 |
commit | 4728e85ed190a8fff207fb7b79c4320640cc051b (patch) | |
tree | 1dd288be07abe9bc333cf008f7d727494ac68ff7 | |
parent | a962507532f1c8eaf1e50aa3e3c3683f3a212c36 (diff) | |
download | meta-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.bb | 4 |
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 @@ | |||
1 | require linux.inc | 1 | require linux.inc |
2 | 2 | ||
3 | DESCRIPTION = "Linux kernel for the OpenPandora handheld" | 3 | DESCRIPTION = "Linux kernel for the RaspberryPi board" |
4 | KERNEL_IMAGETYPE = "uImage" | 4 | KERNEL_IMAGETYPE = "zImage" |
5 | 5 | ||
6 | COMPATIBLE_MACHINE = "raspberrypi" | 6 | COMPATIBLE_MACHINE = "raspberrypi" |
7 | 7 | ||