[oe] COMPATIBLE_MACHINE

Phil Blundell philb at gnu.org
Fri Apr 20 14:03:53 UTC 2012


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.






More information about the Openembedded-devel mailing list