Mono with Openembedded

Hi,

I need to include mono into the Linux Image for our end product. I am running into errors when I bitbake mono.

I am attaching a log file with this link.

Can someone help me get mono on to the Linux Image ? I am using Colibri-iMX6_LXDE-Image_2.7b4-20171005 Image.

Thanks,

Onkar

What layer and which exact version (git has) did you add?

I clone the meta-mono layer into the layers directory. I added the meta-mono into bblayers.conf
file and did a “bitbake mono”.

It looks like I used the “git://git.yoctoproject.org/meta-mono” (Master Branch)

I guess you may be more lucky if you used the correct branch matching our BSP. For BSP 2.7b4 that would be the morty branch.

Hey Marcel,

I am using this tag from openembedded core

Tag

repo init -b refs/tags/Colibri-iMX6_LXDE-Image_2.7b4-20171005

Please let me know if you need any more info about my setup.

Thanks

Sure, I mean the branch of the meta-mono layer.

Got you.

Thank you, it solved the issue when I switched to Morty Branch of Mono.

You are very welcome.