> diff --git a/classes/dm-verity-img.bbclass b/classes/dm-verity-img.bbclass
> index d809985..60e535b 100644
> --- a/classes/dm-verity-img.bbclass
> +++ b/classes/dm-verity-img.bbclass
> @@ -43,12 +43,19 @@ process_verity() {
>      # underscores to create correct shell variable names. For the value part:
>      # just trim all white-spaces.
>      IFS=":"
> +    local N=0
>      while read KEY VAL; do
>          printf '%s=%s\n' \
>              "$(echo "$KEY" | tr '[:lower:]' '[:upper:]' | sed 's/ /_/g')" \
>              "$(echo "$VAL" | tr -d ' \t')" >> $ENV
> +        N=$(expr N + 1)

This should have said $(expo $N + 1), I've only tested the failing case before 
submitting.

ZK
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#59539): https://lists.yoctoproject.org/g/yocto/message/59539
Mute This Topic: https://lists.yoctoproject.org/mt/97901992/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to