sdk-hwV1.3/target/allwinner/generic/swupdate/sw-subimgs-recovery-rdiff.cfg

18 lines
816 B
INI
Raw Normal View History

2024-05-07 10:09:20 +00:00
swota_file_list=(
target/allwinner/generic/swupdate/sw-description-recovery-rdiff:sw-description
out/${TARGET_BOARD}/swupdate/swupdate_delta/delta/recovery.rdiff.delta
out/${TARGET_BOARD}/swupdate/swupdate_delta/delta/kernel.rdiff.delta
out/${TARGET_BOARD}/swupdate/swupdate_delta/delta/rootfs.rdiff.delta
out/${TARGET_BOARD}/uboot.img:uboot
out/${TARGET_BOARD}/boot0.img:boot0
)
swota_copy_file_list=(
out/${TARGET_BOARD}/swupdate/swupdate_delta/base/recovery:recovery_base
out/${TARGET_BOARD}/swupdate/swupdate_delta/base/kernel:kernel_base
out/${TARGET_BOARD}/swupdate/swupdate_delta/base/rootfs:rootfs_base
out/${TARGET_BOARD}/swupdate/swupdate_delta/new/recovery:recovery_new
out/${TARGET_BOARD}/swupdate/swupdate_delta/new/kernel:kernel_new
out/${TARGET_BOARD}/swupdate/swupdate_delta/new/rootfs:rootfs_new
)