<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 24, 2015 at 4:18 PM, Allen Curtis <span dir="ltr"><<a href="mailto:ajcurtis@ac2enterprises.com" target="_blank">ajcurtis@ac2enterprises.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":1v3" class="a3s" style="overflow:hidden">I am working with a BSP that has multiple image recipes.<br>
<br>
<a href="http://foo-hwbringup-image.bb" rel="noreferrer" target="_blank">foo-hwbringup-image.bb</a><br>
<a href="http://foo-qt5demo-image.bb" rel="noreferrer" target="_blank">foo-qt5demo-image.bb</a><br>
<br>
<a href="http://foo-qt5demo-image.bb" rel="noreferrer" target="_blank">foo-qt5demo-image.bb</a> contains "require <a href="http://foo-hwbringup-image.bb" rel="noreferrer" target="_blank">foo-hwbringup-image.bb</a>"<br>
<br>
However if I create foo-hwbringup-image.bbappend, it gets ignored.<br>
<br>
What are the rules with appending included recipes?</div></blockquote></div><br>bbappends do not append arbitrary files, only recipes (and in this case, the inclusion treats them as an arbitrary file). They do not apply to anything included or required, only the recipe itself. So you'll need to bbappend every recipe that includes <a href="http://foo-hwbringup-image.bb">foo-hwbringup-image.bb</a> in this case.<br>-- <br><div class="gmail_signature">Christopher Larson<br>clarson at kergoth dot com<br>Founder - BitBake, OpenEmbedded, OpenZaurus<br>Maintainer - Tslib<br>Senior Software Engineer, Mentor Graphics</div>
</div></div>