如何确定yocto中配方的依赖关系? [英] How to determine dependencies of recipes in yocto?

查看:47
本文介绍了如何确定yocto中配方的依赖关系?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想将 gedit 添加到图像中.但是我找不到 gedit 包的依赖项.如何在 yocto 中查找依赖项(DEPENDS).

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.

推荐答案

您可以使用以下命令打开显示包依赖项的依赖项资源管理器:

You can use the following command which opens up a Dependency explorer that displays dependencies on the packages:

bitbake -g recipe-name -u depexp

bitbake -g gedit -u depexp,在你的情况下.

or bitbake -g gedit -u depexp, in your case.

关于pyro和以后使用:

On pyro and later use:

bitbake -g recipe-name -u taskexp

注意:此命令需要安装python-gtk2.

Note: this command needs python-gtk2 installed.

这篇关于如何确定yocto中配方的依赖关系?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆