meta-digi/meta-digi-dey/recipes-core/base-files
Hector Bujanda 2efc2c3e42 base-files: fix checks done to execute resize2fs postinst function in kernel 5.4
MMC core block has changed in kernel 5.4 so Replay Protected Memory Block (RPMB)
and boot partitions are not listed under /proc/partitions anymore.

get_emmc_block_device() function in pkg_postinst_ontarget() method was looking
for these entries to identify the MMC partition where to execute resize2fs.

This function has been modified to do the checks inside /dev/mmcblk* where RPMB
and boot entries are still listed.

https://jira.digi.com/browse/DEL-7094

Signed-off-by: Hector Bujanda <hector.bujanda@digi.com>
2020-05-11 16:04:57 +02:00
..
base-files base-files: move script into postinst function 2018-01-12 15:59:20 +01:00
base-files_3.0.14.bbappend base-files: fix checks done to execute resize2fs postinst function in kernel 5.4 2020-05-11 16:04:57 +02:00