mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
linux-raspberrypi: Use zImage not uImage as the bootloader is not uBoot ;).
This commit is contained in:
parent
a962507532
commit
4728e85ed1
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user