Add new upgrade scripts to delta
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Mon, 4 Apr 2022 15:37:44 +0000 (17:37 +0200)
committerKarol Lewandowski <k.lewandowsk@samsung.com>
Mon, 4 Apr 2022 15:37:44 +0000 (17:37 +0200)
Change-Id: Ica6839d9340820cae70369046618869c22322779

mk_delta/common/bin/mk_delta.sh

index 3785ebb..8eec040 100755 (executable)
@@ -362,6 +362,8 @@ do
        #--- extract files which would be appended to delta.tar ---
        echo "Extract binaries for update from images"
        fn_extract_from_image rootfs.img /usr/bin/upgrade-trigger.sh
+       fn_extract_from_image rootfs.img /usr/bin/upgrade-legacy.sh
+       fn_extract_from_image rootfs.img /usr/bin/upgrade-full.sh
        fn_extract_from_image rootfs.img /usr/bin/upgrade-fota.sh
        fn_extract_from_image rootfs.img /usr/bin/upgrade-partial.sh
        fn_extract_from_image rootfs.img /usr/bin/upgrade-prepare-partitions.sh