mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-05 05:04:47 +02:00
Adding KERNEL_IMAGETYPE="Image" in rockchip's machine header.
This is required in order to avoid auto-compression made by the kernel bbclass. (which would require useless build dependencies like lzop or bzip2)
This commit is contained in:
parent
dde7504af7
commit
18d2430094
|
@ -13,6 +13,7 @@ XSERVER = "xserver-xorg \
|
|||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-rockchip-3.0"
|
||||
|
||||
KERNEL_IMAGETYPE = "Image"
|
||||
IMAGE_CLASSES += "rockchip-update-img"
|
||||
IMAGE_FSTYPES += "ext3 tar.gz rockchip-update-img"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user