diff --git a/meta-digi-dey/recipes-digi/swu-images/files/sw-description-dualboot b/meta-digi-dey/recipes-digi/swu-images/files/sw-description-dualboot index 4822d93b9..52a93b25c 100644 --- a/meta-digi-dey/recipes-digi/swu-images/files/sw-description-dualboot +++ b/meta-digi-dey/recipes-digi/swu-images/files/sw-description-dualboot @@ -9,14 +9,14 @@ software = filename = "##BOOTIMG_NAME##"; device = "##BOOT_DEV_A##"; type = "raw"; - sha256 = "@##BOOTIMG_NAME##"; + sha256 = "$swupdate_get_sha256(##BOOTIMG_NAME##)"; installed-directly = true; }, { filename = "##ROOTIMG_NAME##"; device = "##ROOTFS_DEV_A##"; type = "raw"; - sha256 = "@##ROOTIMG_NAME##"; + sha256 = "$swupdate_get_sha256(##ROOTIMG_NAME##)"; compressed = "zlib"; installed-directly = true; } @@ -34,14 +34,14 @@ software = filename = "##BOOTIMG_NAME##"; device = "##BOOT_DEV_B##"; type = "raw"; - sha256 = "@##BOOTIMG_NAME##"; + sha256 = "$swupdate_get_sha256(##BOOTIMG_NAME##)"; installed-directly = true; }, { filename = "##ROOTIMG_NAME##"; device = "##ROOTFS_DEV_B##"; type = "raw"; - sha256 = "@##ROOTIMG_NAME##"; + sha256 = "$swupdate_get_sha256(##ROOTIMG_NAME##)"; compressed = "zlib"; installed-directly = true; } @@ -61,14 +61,14 @@ software = filename = "##BOOTIMG_NAME##"; volume = "##BOOT_DEV_A##"; type = "ubivol"; - sha256 = "@##BOOTIMG_NAME##"; + sha256 = "$swupdate_get_sha256(##BOOTIMG_NAME##)"; installed-directly = true; }, { filename = "##ROOTIMG_NAME##"; volume = "##ROOTFS_DEV_A##"; type = "ubivol"; - sha256 = "@##ROOTIMG_NAME##"; + sha256 = "$swupdate_get_sha256(##ROOTIMG_NAME##)"; installed-directly = true; } ); @@ -85,14 +85,14 @@ software = filename = "##BOOTIMG_NAME##"; volume = "##BOOT_DEV_B##"; type = "ubivol"; - sha256 = "@##BOOTIMG_NAME##"; + sha256 = "$swupdate_get_sha256(##BOOTIMG_NAME##)"; installed-directly = true; }, { filename = "##ROOTIMG_NAME##"; volume = "##ROOTFS_DEV_B##"; type = "ubivol"; - sha256 = "@##ROOTIMG_NAME##"; + sha256 = "$swupdate_get_sha256(##ROOTIMG_NAME##)"; installed-directly = true; } );