diff options
| -rw-r--r-- | classes/dm-verity-img.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/dm-verity-img.bbclass b/classes/dm-verity-img.bbclass index e5946bc..c57409f 100644 --- a/classes/dm-verity-img.bbclass +++ b/classes/dm-verity-img.bbclass | |||
| @@ -87,7 +87,7 @@ python __anonymous() { | |||
| 87 | if verity_image != pn: | 87 | if verity_image != pn: |
| 88 | return # This doesn't concern this image | 88 | return # This doesn't concern this image |
| 89 | 89 | ||
| 90 | if len(verity_type.split()) is not 1: | 90 | if len(verity_type.split()) != 1: |
| 91 | bb.fatal('DM_VERITY_IMAGE_TYPE must contain exactly one type') | 91 | bb.fatal('DM_VERITY_IMAGE_TYPE must contain exactly one type') |
| 92 | 92 | ||
| 93 | d.appendVar('IMAGE_FSTYPES', ' %s.verity' % verity_type) | 93 | d.appendVar('IMAGE_FSTYPES', ' %s.verity' % verity_type) |
