18 lines
816 B
INI
18 lines
816 B
INI
|
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
|
||
|
)
|