[meta-security][PATCH 06/15] dm-verity: remove unused variable
Scott Murray <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <013ac8517413fd8fe96a303ffccd084853d1aa03.1787777775.git.scott.murray@konsulko.com> |
From: Gaël PORTAY <[email protected]> This removes unused variable that was dropped by commit d80cd2ba6a ("dm-verity: Set the IMAGE_FSTYPES correctly when dm-verity is enabled"). Signed-off-by: Gaël PORTAY <[email protected]> Signed-off-by: Scott Murray <[email protected]> --- classes/dm-verity-img.bbclass | 1 - 1 file changed, 1 deletion(-) diff --git a/classes/dm-verity-img.bbclass b/classes/dm-verity-img.bbclass index 48557e9..619cda8 100644 --- a/classes/dm-verity-img.bbclass +++ b/classes/dm-verity-img.bbclass @@ -202,7 +202,6 @@ IMAGE_FSTYPES += "${@get_verity_fstypes(d)}" python __anonymous() { verity_image = d.getVar('DM_VERITY_IMAGE') verity_type = d.getVar('DM_VERITY_IMAGE_TYPE') - verity_hash = d.getVar('DM_VERITY_SEPARATE_HASH') image_fstypes = d.getVar('IMAGE_FSTYPES') pn = d.getVar('PN') -- 2.55.0