How to determine dependencies of recipes in yocto?

前端 未结 4 1680
时光说笑
时光说笑 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条回答
  •  旧时难觅i
    2021-02-15 12:28

    You can also use Toaster, which is a web UI that collects information about what you build, including dependencies. This video shows the dependency information provided:

    https://www.youtube.com/watch?v=x-6dx4huNnw

    Details on how to set up and use Toaster at

    www.yoctoproject.org/docs/latest/toaster-manual/toaster-manual.html

提交回复
热议问题