mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-05 05:04:47 +02:00
20 lines
419 B
Plaintext
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"
|
|
}
|