[kirkstone][meta-security][PATCH 0/2] dm-verity-img support for squashfs and erofs


Maciej Borzęcki
 

A cherry pick of patches adding support for EROFS and squashfs in dm-verity-img.

Josh Harley (1):
Add EROFS support to dm-verity-img class

Maciej Borzęcki (1):
dm-verity-img.bbclass: add squashfs images

classes/dm-verity-img.bbclass | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

--
2.39.1


Mikko Rapeli
 

Hi,

On Tue, Feb 14, 2023 at 09:08:29AM +0100, Maciej Borzęcki wrote:
A cherry pick of patches adding support for EROFS and squashfs in dm-verity-img.
Depending on stable branch policies for meta-security, backporting new
features may not be acceptable.

As an alternative, master branch may just work with kirkstone. At least it
does for me as long as I set kirkstone to compatible with the layer
in my private layer config:

# meta-security master removed kirkstone support but it still works for us
LAYERSERIES_COMPAT_security-layer += 'kirkstone'
LAYERSERIES_COMPAT_parsec-layer += 'kirkstone'
LAYERSERIES_COMPAT_tpm-layer += 'kirkstone'

Cheers,

-Mikko