mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09: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
|
require linux.inc
|
||||||
|
|
||||||
DESCRIPTION = "Linux kernel for the OpenPandora handheld"
|
DESCRIPTION = "Linux kernel for the RaspberryPi board"
|
||||||
KERNEL_IMAGETYPE = "uImage"
|
KERNEL_IMAGETYPE = "zImage"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "raspberrypi"
|
COMPATIBLE_MACHINE = "raspberrypi"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user