[Openembedded-architecture] incompatible machine
Richard Purdie
richard.purdie at linuxfoundation.org
Fri Dec 18 16:19:34 UTC 2015
On Fri, 2015-12-18 at 10:48 -0500, Trevor Woerner wrote:
> It's too bad there wasn't an "INCOMPATIBLE_MACHINE" for when one
> machine/architecture stops being supported by a recipe. It would be
> easier than trying to list every other machine that is compatible.
COMPATIBLE_MACHINE is a regexp so you could use something like negative
lookahead?
COMPATIBLE_MACHINE = "^(?!.*somemachine).*$"
I've not tested it but something like this should work in theory.
Cheers,
Richard
More information about the Openembedded-architecture
mailing list