From: Kristian Klausen <kristian@klausen.dk>
To: Jose Quaresma <quaresma.jose@gmail.com>
Cc: kristian@klausen.dk, Yocto-mailing-list <yocto@lists.yoctoproject.org>
Subject: Re: [yocto] [meta-security][PATCH] dm-verity-img.bbclass: Fix wrong override syntax for CONVERSION_DEPENDS
Date: Fri, 17 Dec 2021 11:29:59 +0100 [thread overview]
Message-ID: <Ybxmpz5QoLp19cOR@eve> (raw)
In-Reply-To: <CANPvuRm0faOH+e2u8KDusq79NPgFer=iE5JSzkTeCaxBcnippQ@mail.gmail.com>
On Fri, Dec 17, 2021 at 10:06:06 +0000, Jose Quaresma wrote:
> Kristian Klausen via lists.yoctoproject.org <kristian=
> klausen.dk@lists.yoctoproject.org> escreveu no dia sexta, 17/12/2021 à(s)
> 09:55:
>
> > CONVERSION_DEPENDS hasn't been converted to the new syntax.
> >
> > Fixes: a23ceef ("dm-verity-img.bbclass: more overided fixups")
> >
> > Signed-off-by: Kristian Klausen <kristian@klausen.dk>
> > ---
> > This should also be backported to honister.
> >
> > classes/dm-verity-img.bbclass | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/classes/dm-verity-img.bbclass b/classes/dm-verity-img.bbclass
> > index 0b6d053..93f667d 100644
> > --- a/classes/dm-verity-img.bbclass
> > +++ b/classes/dm-verity-img.bbclass
> > @@ -67,7 +67,7 @@ VERITY_TYPES = "ext2.verity ext3.verity ext4.verity
> > btrfs.verity"
> > IMAGE_TYPES += "${VERITY_TYPES}"
> > CONVERSIONTYPES += "verity"
> > CONVERSION_CMD:verity = "verity_setup ${type}"
> > -CONVERSION_DEPENDS:verity = "cryptsetup-native"
> > +CONVERSION_DEPENDS_verity = "cryptsetup-native"
> >
>
> This syntax don't work anymore with oe-core master branch
(resend as I forgot to CC the list)
Are you sure? This was tested with the honister branch, but the code is
the same[1].
[1] https://git.openembedded.org/openembedded-core/tree/meta/classes/image_types.bbclass#n40
>
>
> > python __anonymous() {
> > verity_image = d.getVar('DM_VERITY_IMAGE')
> > --
> > 2.34.1
> >
> >
> >
> >
> >
>
> --
> Best regards,
>
> José Quaresma
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#55606): https://lists.yoctoproject.org/g/yocto/message/55606
> Mute This Topic: https://lists.yoctoproject.org/mt/87786381/6376886
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [kristian@klausen.dk]
> -=-=-=-=-=-=-=-=-=-=-=-
>
prev parent reply other threads:[~2021-12-17 10:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-17 9:55 [meta-security][PATCH] dm-verity-img.bbclass: Fix wrong override syntax for CONVERSION_DEPENDS Kristian Klausen
2021-12-17 10:06 ` [yocto] " Jose Quaresma
2021-12-17 10:29 ` Kristian Klausen [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Ybxmpz5QoLp19cOR@eve \
--to=kristian@klausen.dk \
--cc=quaresma.jose@gmail.com \
--cc=yocto@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.