<div dir="ltr"><div>Thanks Nicolas,<br><br></div>I nearly had it - I'd put IMAGE_INSTALL_APPEND in my layer.conf - once I changed to _append and had a space before the recipe name it sprang into life.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 15 July 2016 at 11:35, Nicolas Dechesne <span dir="ltr"><<a href="mailto:nicolas.dechesne@linaro.org" target="_blank">nicolas.dechesne@linaro.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Fri, Jul 15, 2016 at 2:26 PM, Mark T <<a href="mailto:mtl1nuxd3v@gmail.com">mtl1nuxd3v@gmail.com</a>> wrote:<br>
> I have several recipes in a layer. I have added the layer to<br>
> build/conf/bblayers.conf.<br>
><br>
> The layer.conf in that layer looks correct for the BBFILES+= etc.<br>
><br>
> when I run "bitbake core-image-base" the recipes are bing parsed ( as it<br>
> picked up errors for missing dependencies). With those fixed it runs clean<br>
> and builds successfully - but its omitted the recipes from my layer - there<br>
> is nothing in build/tmp/work etc<br>
><br>
> If I build my_recipe from my layer via<br>
> "bitbake my_recipe"  Â  Â it builds and I see products in build/tmp/work etc.<br>
><br>
> Any idea why its not attempting to build my_recipe  when using bitbake<br>
> core-image-base ?<br>
<br>
</span>You need to add your custom packages into the image. By default, they<br>
won't be there , nor would they be built (but as you noticed your<br>
recipes are being parsed).<br>
<br>
see <a href="http://www.yoctoproject.org/docs/2.1/dev-manual/dev-manual.html#usingpoky-extend-customimage" rel="noreferrer" target="_blank">http://www.yoctoproject.org/docs/2.1/dev-manual/dev-manual.html#usingpoky-extend-customimage</a><br>
</blockquote></div><br></div>