mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 12:49:03 +02:00
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:
parent
15b2f5d456
commit
fcb2387101
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user