<div dir="ltr"><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">Some boards has been using some strategies (SPI NOR for U-Boot or<br>
U-Boot SPL) to support multiple SoCs in same images (Q or DL) with<br>
great success.</blockquote><div><br></div><div>Is there a way to elegantly change the SRC_URI_append for the mesa-demos_%.bbappend to handle the case where a board has multiple SoC's? Changing it to:<br><br># only apply patches on mx6 that have a GPU<br>SRC_URI_append_mx6  = " ${MESA-DEMO-PATCH}"<br>SRC_URI_remove_mx6ul = "${MESA-DEMO-PATCH}"<br><br></div><div>Would work, but it seems like there should be a better solution here.<br></div><div> <br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Aug 17, 2015 at 5:00 PM, Otavio Salvador <span dir="ltr"><<a href="mailto:otavio.salvador@ossystems.com.br" target="_blank">otavio.salvador@ossystems.com.br</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 Mon, Aug 17, 2015 at 6:43 PM, Fabio Estevam <<a href="mailto:festevam@gmail.com">festevam@gmail.com</a>> wrote:<br>
> On Mon, Aug 17, 2015 at 5:37 PM, Ann Thornton<br>
> <<a href="mailto:Ann.Thornton@freescale.com">Ann.Thornton@freescale.com</a>> wrote:<br>
>><br>
>> The reason it doesn't just use _mx6 is that is doesn't apply to _mx6ul.<br>
>><br>
>> I don't think it is valid to have a machine that is both mx6dl and mx6q.<br>
><br>
> We currently have machines that support multiple mx6 variants:<br>
><br>
> conf/machine/cgtqmx6.conf:SOC_FAMILY = "mx6:mx6dl:mx6q"<br>
> conf/machine/cm-fx6.conf:SOC_FAMILY = "mx6:mx6dl:mx6q"<br>
> conf/machine/cubox-i.conf:SOC_FAMILY = "mx6:mx6dl:mx6q"<br>
> conf/machine/nitrogen6x.conf:SOC_FAMILY = "mx6:mx6dl:mx6q"<br>
> conf/machine/ventana.conf:SOC_FAMILY = "mx6:mx6dl:mx6q"<br>
> conf/machine/wandboard.conf:SOC_FAMILY = "mx6:mx6dl:mx6q"<br>
<br>
</span>Ann, Fabio is right. This is a very valid use case.<br>
<br>
Some boards has been using some strategies (SPI NOR for U-Boot or<br>
U-Boot SPL) to support multiple SoCs in same images (Q or DL) with<br>
great success.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Otavio Salvador  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â O.S. Systems<br>
<a href="http://www.ossystems.com.br" rel="noreferrer" target="_blank">http://www.ossystems.com.br</a>  Â  Â  Â  <a href="http://code.ossystems.com.br" rel="noreferrer" target="_blank">http://code.ossystems.com.br</a><br>
Mobile: <a href="tel:%2B55%20%2853%29%209981-7854" value="+555399817854">+55 (53) 9981-7854</a>  Â  Â  Â  Â  Â  Mobile: <a href="tel:%2B1%20%28347%29%20903-9750" value="+13479039750">+1 (347) 903-9750</a><br>
</font></span><div class="HOEnZb"><div class="h5">--<br>
_______________________________________________<br>
meta-freescale mailing list<br>
<a href="mailto:meta-freescale@yoctoproject.org">meta-freescale@yoctoproject.org</a><br>
<a href="https://lists.yoctoproject.org/listinfo/meta-freescale" rel="noreferrer" target="_blank">https://lists.yoctoproject.org/listinfo/meta-freescale</a><br>
</div></div></blockquote></div><br></div>