How to determine dependencies of recipes in yocto?

前端 未结 4 1658
时光说笑
时光说笑 2021-02-15 11:46

I want to add gedit to the the image. But i am not able to find the dependencies of gedit package. How to find the dependencies (DEPENDS) in yocto.

4条回答
  •  [愿得一人]
    2021-02-15 12:47

    You find the dependencies by reading the build documentation and the build system scripts (in this case probably configure.ac) of the software in question, and then trial and error.

    You could also use Openembedded Metadata Index to find an existing recipe and use or update that: http://cgit.openembedded.org/cgit.cgi/meta-openembedded/tree/meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb

提交回复
热议问题