meta-rockchip/classes/rockchip-update-img.bbclass
2014-04-04 16:25:45 +02:00

20 lines
419 B
Plaintext

# Copyright (C) 2014 NEO-Technologies
# Released under the MIT license (see COPYING.MIT for the terms)
inherit image_types
# This image depends on the rootfs ext3 image
IMAGE_TYPEDEF_rockchip-update-img = "ext3"
IMAGE_CMD_rockchip-update-img () {
# Fetch bootloader
# TODO
# Fetch parameter
# TODO
# Build update.img using afptool and img_maker
# TODO
touch "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.update.img"
}