Re: [OE-core] [wic][PATCH] image_types: add parted-native to do_image_wic depends

2016-09-26 Thread Christopher Larson
On Fri, Sep 16, 2016 at 7:32 AM, Ed Bartosh wrote: > diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types. > bbclass > index 5ef6f60..0bb6252 100644 > --- a/meta/classes/image_types.bbclass > +++ b/meta/classes/image_types.bbclass > @@ -218,6

[OE-core] [wic][PATCH] image_types: add parted-native to do_image_wic depends

2016-09-16 Thread Ed Bartosh
As parted is always used by wic it makes sense to make do_image_wic dependent on parted-native:do_populate_sysroot. This should help to avoid adding it to all wic image recipes. Signed-off-by: Ed Bartosh --- meta-selftest/recipes-test/images/wic-image-minimal.bb | 2