rockchip.inc: set KERNEL_IMAGETYPE="zImage"

The variable KERNEL_IMAGETYPE is required by rockchip-update-img.bbclass but
its default value is not correctly loaded by the build system, so we have to
add it into the machine configuration file.
This commit is contained in:
Julien CHAUVEAU 2014-09-23 15:35:06 +02:00
parent 15b2f5d456
commit fcb2387101

View File

@ -13,6 +13,8 @@ XSERVER = "xserver-xorg \
PREFERRED_PROVIDER_virtual/kernel = "linux-rockchip-3.0"
KERNEL_IMAGETYPE = "zImage"
IMAGE_CLASSES += "rockchip-update-img"
IMAGE_FSTYPES += "ext4 rockchip-update-img"