On Fri, 2012-04-20 at 07:20 -0600, Gary Thomas wrote:
> I'm writing a .bbappend for a recipe which contains a COMPATIBLE_MACHINE
> pattern like this:
>    COMPATIBLE_MACHINE = "(machine1|machine2|machine3)"
> 
> Is there a way my .bbappend file can add to this pattern?  I don't want
> to disturb what's there, just add my machine as well.

COMPATIBLE_MACHINE .= "|machine4"

p.



_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to