intel-aero / meta-intel-aero

Yocto layer to support Intel Aero platform
https://github.com/intel-aero/meta-intel-aero
GNU General Public License v2.0
218 stars 119 forks source link

a small question from a green hand #413

Open unravelwool opened 4 years ago

unravelwool commented 4 years ago

If i want to develop the obstacle avoidance function of drones, can i only apply to the yocto project without installing an ubuntu system?

zehortigoza commented 4 years ago

Yes, it is just a matter of what distro is easier for you to build and load your application. With Ubuntu you have "apt get" to install libraries with Yocto you would have to build your application with static libraries or build a Yocto image with the libraries you need.

unravelwool commented 4 years ago

thank you very much for your response! i want to know whether Using Ubuntu to develope applications is easier than building applications with yocto ,thank you!