OpenCV 3 support

Hello

I’m currently using OpenCV 2.4 on a Colibri iMX6 board, but I would like to know if it is possible to upgrade it to the 3.0 or 3.1.

I found the GitHub of meta-openembedded, and there is a recipe for 3.1 but it is blacklisted. Is there somwhere a recipe for 3.0 non blacklisted?

Regards,
Pierre-Olivier Huard

jethro branch of OpenEmbedded provides OpenCV 3.0 and 2.4.11. OpenCV 3.0 is made incompatible/blacklisted through the following bbappend in meta-fsl-arm layer.

One would have to remove the following from that bbappend.

COMPATIBLE_MACHINE_mx6q  = "(-)"
COMPATIBLE_MACHINE_mx6dl = "(-)"