Code review comment for lp:~milo/linaro-image-tools/multiple-boards-support

Revision history for this message
Milo Casagrande (milo) wrote :

> > +class HardwarePackFormatV3(HardwarePackFormat):
> > + def __init__(self):
> > + super(HardwarePackFormatV3, self).__init__()
> > + self.format_as_string = "3.0"
> > + self.is_supported = True
> > + self.is_deprecated = False
> > + self.has_v2_fields = True
>
> Let's set is_deprecated for v2 formats, though let's just file a bug to
> do that next cycle after v3 stabilises a bit. At that same time, we
> should get rid of v1 format support since that's been deprecated for
> quite a while now.

Bug opened, it is 1027903.

« Back to merge proposal