How to install MongoDb on Yocto Zeus ARM distro

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

How to install MongoDb on Yocto Zeus ARM distro

759 Views
aarushimittal
Contributor I

Hello ,

I am trying to install MongoDb on my Advantec board.

It has Yocto Zeus Distribution with an ARM processor.

 

Kindly suggest if this is at all possible and how can it be done.

 

Thanks,

Aarushi

Labels (4)
0 Kudos
2 Replies

725 Views
aarushimittal
Contributor I

Hello , 

It would be great if you could provide an end-to-end tutorial link on setup.

 

Regards,

Aarushi

0 Kudos

755 Views
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Try to add below code in conf/local.conf

IMAGE_INSTALL_append = "mongodb"

 

0 Kudos