<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On 8 April 2016 at 08:01, Richard Purdie <span dir="ltr">&lt;<a href="mailto:richard.purdie@linuxfoundation.org" target="_blank">richard.purdie@linuxfoundation.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, 2016-04-07 at 09:56 +0100, Ross Burton wrote:<br>
&gt; do_split_package() constructs a list of packages that were created as<br>
&gt; it<br>
&gt; iterates through the files, so if multiple files go into the same<br>
&gt; package then<br>
&gt; the package will be repeated in the output.<br>
&gt;<br>
&gt; Solve this by using a set() to store the created packages so that<br>
&gt; duplicates are<br>
&gt; ignored.<br>
<br>
</span>Is this order sensitive? I know PACKAGES is :(<br></blockquote></div><br>The order of the output is based on the order that files are found on disk.  I&#39;ll review the users in oe-core to verify that nothing there has expectations on the contents beyond a list of package names.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Ross</div></div>