From 18d24300943edd17f3054aadb6fc86e5644914f2 Mon Sep 17 00:00:00 2001 From: Romain Perier Date: Sun, 27 Apr 2014 11:23:54 +0000 Subject: [PATCH] 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) --- conf/machine/include/rockchip.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/rockchip.inc b/conf/machine/include/rockchip.inc index 83cbc89..de6d1e5 100644 --- a/conf/machine/include/rockchip.inc +++ b/conf/machine/include/rockchip.inc @@ -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"