[OE-core] [PATCH] "Finish" the IMAGE_GEN_DEBUGFS implementation

Richard Purdie richard.purdie at linuxfoundation.org
Thu Oct 1 22:31:01 UTC 2015


On Thu, 2015-10-01 at 13:26 -0500, Mark Hatle wrote:
> It was noticed today that the IMAGE_GEN_DEBUGFS implementation was not 
> complete.  The version that was merged back in May only contained the 
> filesystem generation pieces, but not the pieces for creating the image
> from that filesystem.
> 
> The code has been tested and is working.  The only thing that I don't 
> particularly like is that the processing code and loop is a duplicate of
> the code that runs just before.  Unfortunately the only way around this
> is to change the way that way the parallel bits are processed to support
> multiple datastores..  (or create "another" function..)
> 
> Any feedback appreciated, but without this the feature is broken!

Could we not make a function which these two code points then call?

Cheers,

Richard




More information about the Openembedded-core mailing list