From cae4c1f1dc5c4db43c4522e8c8ff260358d057e6 Mon Sep 17 00:00:00 2001 From: Francisco Gil Date: Thu, 17 Nov 2022 17:12:44 +0100 Subject: [PATCH] recovery: change the name of the file descriptor to check Now in the file descriptor we have three different names: platform, primary and secondary. Also a link from 'platform' to 'single' to keep backward compatibility. Signed-off-by: Francisco Gil --- .../recovery/recovery-initramfs/recovery-initramfs-init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-digi-dey/recipes-core/recovery/recovery-initramfs/recovery-initramfs-init b/meta-digi-dey/recipes-core/recovery/recovery-initramfs/recovery-initramfs-init index 210295be8..bae32f599 100644 --- a/meta-digi-dey/recipes-core/recovery/recovery-initramfs/recovery-initramfs-init +++ b/meta-digi-dey/recipes-core/recovery/recovery-initramfs/recovery-initramfs-init @@ -596,9 +596,9 @@ done # Select update package image if [ "$(is_nand)" = "yes" ]; then - SWUPDATE_IMAGE_SET="mtd,platform" + SWUPDATE_IMAGE_SET="mtd,single" else - SWUPDATE_IMAGE_SET="mmc,platform" + SWUPDATE_IMAGE_SET="mmc,single" fi # On eMMC, if the 'update' partition is encrypted, we need to mount it manually