12 lines
479 B
INI
12 lines
479 B
INI
swota_file_list=(
|
|
target/allwinner/generic/swupdate/sw-description-ab-rdiff-sign:sw-description
|
|
out/${TARGET_BOARD}/swupdate/swupdate_delta/new/uboot
|
|
out/${TARGET_BOARD}/swupdate/swupdate_delta/new/boot0
|
|
out/${TARGET_BOARD}/swupdate/swupdate_delta/delta/kernel.rdiff.delta
|
|
out/${TARGET_BOARD}/swupdate/swupdate_delta/delta/rootfs.rdiff.delta
|
|
)
|
|
swota_copy_file_list=(
|
|
out/${TARGET_BOARD}/swupdate/swupdate_delta/new/kernel
|
|
out/${TARGET_BOARD}/swupdate/swupdate_delta/new/rootfs
|
|
)
|