Install mono framework into i.MX6Quad image

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Install mono framework into i.MX6Quad image

1,534 Views
coilnpark
Contributor IV

I am Colin Park and developing a custom board with i.MX6Quad.

I also wanted to install Mono Framework into i.MX6Quad image .

However, I couldn't even build a image. (There were so many errors)

 

I did following things,

1. Downloaded meta-mono = git clone git://git.yoctoproject.org/meta-mono

2. Added meta-mono to the sources directory

3. Added the meta-mono layer path to conf/bblayers.conf

bblayers.conf.png4. When I try to build a image by using command "bitbake core-image-mono" , there were so many errors as below.

build error.png

 

Could you give me any advice?

 

Best regards,

Colin Park

Labels (2)
0 Kudos
3 Replies

1,303 Views
coilnpark
Contributor IV

Dear igor,

Thank you for your feedback.

I tried to build an image after following above guides and then I couldn't also build. 

There were the same error messages.

I did following things,

1. Created meta-mono layer.

2. Downloaded meta-mono recipe = git clone git://git.yoctoproject.org/meta-mono

3. Remove all data in the source/meta-mono. (not meta-mono folder)

4. Move downloaded meta-mono data to source/meta-mono

5. Added the meta-mono layer path to conf/bblayers.conf

and then there were the same errror messages.

I think that meta-mono         = "<unknown>:<unknown>" message is very weird.

Could you give me any advice?

Best regard,

Colin Park

added mono layer.PNG

tree.PNG

build error1.PNG

0 Kudos

1,303 Views
coilnpark
Contributor IV

I solved this issue as below.

LT-BSP-4.14.98/imx-yocto-bsp/sources/meta-mono/recipes-mono/mono/mono_5.12.0.226.bb

added

INHIBIT_PACKAGE_STRIP = "1"

1111111111.png

0 Kudos

1,303 Views
igorpadykov
NXP Employee
NXP Employee

Hi Coiln

one can look at yocto tutorial

How to add a new layer and a new recipe in Yocto 

https://community.nxp.com/docs/DOC-95333 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos