mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-02 02:49:12 +00: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…
x
Reference in New Issue
Block a user