From: Denys Dmytriyenko <[email protected]>

Use new CONVERSION facility to generate md5sum checksums for images.

Signed-off-by: Denys Dmytriyenko <[email protected]>
---
 meta-arago-distro/classes/image_types_md5.bbclass | 9 ---------
 meta-arago-distro/conf/distro/arago.conf          | 3 +--
 2 files changed, 1 insertion(+), 11 deletions(-)
 delete mode 100644 meta-arago-distro/classes/image_types_md5.bbclass

diff --git a/meta-arago-distro/classes/image_types_md5.bbclass 
b/meta-arago-distro/classes/image_types_md5.bbclass
deleted file mode 100644
index 16324ca5..00000000
--- a/meta-arago-distro/classes/image_types_md5.bbclass
+++ /dev/null
@@ -1,9 +0,0 @@
-inherit image_types
-
-COMPRESSIONTYPES += "gz.md5"
-COMPRESS_CMD:gz.md5 = "${COMPRESS_CMD_gz}; md5sum 
${IMAGE_NAME}.rootfs.${type}.gz > ${IMAGE_NAME}.rootfs.${type}.gz.md5"
-IMAGE_TYPES += "tar.gz.md5"
-
-COMPRESSIONTYPES += "xz.md5"
-COMPRESS_CMD:xz.md5 = "${COMPRESS_CMD_xz}; md5sum 
${IMAGE_NAME}.rootfs.${type}.xz > ${IMAGE_NAME}.rootfs.${type}.xz.md5"
-IMAGE_TYPES += "tar.xz.md5"
diff --git a/meta-arago-distro/conf/distro/arago.conf 
b/meta-arago-distro/conf/distro/arago.conf
index b06c2782..ade66ea7 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -33,8 +33,7 @@ SDK_NAME = "${SDK_NAME_PREFIX}-${SDK_VERSION}"
 SDKPATH_REAL = "/usr/local/${SDK_NAME_PREFIX}-${SDK_VERSION}"
 SDKPATH = "${@"/tmp/"+"x"*96+"/"+"y"*96}"
 
-#IMAGE_CLASSES += "image_types_md5"
-#IMAGE_FSTYPES += "tar.xz.md5"
+IMAGE_FSTYPES += "tar.xz.md5sum"
 
 # FIT image for legacy secure devices
 KERNEL_CLASSES:append:am335x-hs-evm = " kernel-fitimage-legacyhs"
-- 
2.25.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13564): 
https://lists.yoctoproject.org/g/meta-arago/message/13564
Mute This Topic: https://lists.yoctoproject.org/mt/89310946/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to