rk3066.inc: remove rockchip-update-img

None of the machines based on the RK3066 (or compatible) use an initrd image,
therefore an update image can't be successfully generated for them. Therefore
remove the request to try building this artifact.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Reviewed-by: Romain Perier <romain.perier@gmail.com>
This commit is contained in:
Trevor Woerner 2015-09-08 14:19:46 -04:00 committed by Romain Perier
parent e2fe396daf
commit 0f48617a59

View File

@ -16,8 +16,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-rockchip-3.0"
KERNEL_IMAGETYPE = "zImage"
IMAGE_CLASSES += "rockchip-update-img"
IMAGE_FSTYPES += "ext4 rockchip-update-img"
IMAGE_FSTYPES += "ext4"
SERIAL_CONSOLES ?= "115200;ttyFIQ0"