meta-digi/meta-digi-dey/recipes-core/recovery
Gabriel Valcazar 90afd7025c recovery-initramfs: fix multi-MTD detection when formatting NAND partitions
Commit 7e81e706a1 modified the logic used to
determine if a NAND is using multi-MTD or single-MTD, but single quotes were
used in the grep pattern, which prevents the variable inside from expanding.
This makes the script always enter the single-MTD code path, even in multi-MTD
systems, which breaks partition formatting in these cases.

Replace the single quotes with double quotes so the variable can expand and the
condition can be properly checked.

https://onedigi.atlassian.net/browse/DEL-8773

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
2023-12-21 11:21:09 +01:00
..
recovery-initramfs recovery-initramfs: fix multi-MTD detection when formatting NAND partitions 2023-12-21 11:21:09 +01:00
recovery-utils/recovery-utils recovery: add support to update a specific image set 2022-11-23 17:19:05 +01:00
recovery-initramfs.bb swupdate: install a default config file with optional public-key-file 2023-12-01 10:55:05 +01:00
recovery-utils.bb gatesgarth migration: Convert u-boot-fw-utils dependencies to libubootenv dependencies 2021-05-05 19:18:11 +02:00