Re: [linux-yocto] Custom wic imager plugin

2017-11-30 Thread Burton, Ross
The patch doesn't apply as you've just pasted it into a message instead of using git-send-email. Also, this is the kernel list and not the oe-core list. Please sent the patch, against master, to openembedded-c...@lists.openembedded.org, using git-send-email. Thanks, Ross On 29 November 2017 at

Re: [linux-yocto] Custom wic imager plugin

2017-11-29 Thread Paul Knopf
What is the status of this patch? On Wed, Nov 22, 2017 at 3:28 AM, Ed Bartosh wrote: > Hi Paul, > > Thank you for the patch! > > +1 > > On Wed, Nov 15, 2017 at 04:56:16PM -0500, Paul Knopf wrote: > > Here is a patch for the master branch. It would be great it this could be > > applied with pyro

Re: [linux-yocto] Custom wic imager plugin

2017-11-22 Thread Ed Bartosh
Hi Paul, Thank you for the patch! +1 On Wed, Nov 15, 2017 at 04:56:16PM -0500, Paul Knopf wrote: > Here is a patch for the master branch. It would be great it this could be > applied with pyro onward. It is a minor patch. > > commit 10ec1ad7ee224431223845e85bb9b57863a34406 > Author: Paul Knopf

Re: [linux-yocto] Custom wic imager plugin

2017-11-15 Thread Paul Knopf
Here is a patch for the master branch. It would be great it this could be applied with pyro onward. It is a minor patch. commit 10ec1ad7ee224431223845e85bb9b57863a34406 Author: Paul Knopf Date: Mon Oct 30 01:32:15 2017 -0400 Added support for changing the imager plugin to be used. diff --

Re: [linux-yocto] Custom wic imager plugin

2017-11-06 Thread akuster808
On 11/05/2017 08:42 PM, Paul Knopf wrote: > This was applied on to the pyro branch. Is this a request to back port to pyro? - armin > > From a0257c78cf918b84c7a5eb2730f8f783c175042d Mon Sep 17 00:00:00 2001 > From: Paul Knopf mailto:pauldotkn...@gmail.com>> > Date: Mon, 30 Oct 2017 01:32:15 -04

Re: [linux-yocto] Custom wic imager plugin

2017-11-06 Thread Ed Bartosh
On Sun, Nov 05, 2017 at 11:42:33PM -0500, Paul Knopf wrote: > This was applied on to the pyro branch. > > From a0257c78cf918b84c7a5eb2730f8f783c175042d Mon Sep 17 00:00:00 2001 > From: Paul Knopf > Date: Mon, 30 Oct 2017 01:32:15 -0400 > Subject: [PATCH] Added support for customizing the imager p

Re: [linux-yocto] Custom wic imager plugin

2017-11-05 Thread Paul Knopf
This was applied on to the pyro branch. >From a0257c78cf918b84c7a5eb2730f8f783c175042d Mon Sep 17 00:00:00 2001 From: Paul Knopf Date: Mon, 30 Oct 2017 01:32:15 -0400 Subject: [PATCH] Added support for customizing the imager plugin to use in wic. It was hard coded to use the 'direct' plugin. --

Re: [linux-yocto] Custom wic imager plugin

2017-10-31 Thread Ed Bartosh
On Sun, Oct 29, 2017 at 10:03:46PM -0400, Paul Knopf wrote: > I am able to create and use custom source plugins for wic, all good. > > However, I can't figure out how to use a custom imager plugin. The code has > support for it, but it is hard-coded to use "direct" as the plugin. There > is no way

[linux-yocto] Custom wic imager plugin

2017-10-29 Thread Paul Knopf
I am able to create and use custom source plugins for wic, all good. However, I can't figure out how to use a custom imager plugin. The code has support for it, but it is hard-coded to use "direct" as the plugin. There is no way to configure it. https://git.yoctoproject.org/cgit/cgit.cgi/poky/tre