Yocto中查找各软件包的名称和版本等信息
Posted aaronseeworld
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Yocto中查找各软件包的名称和版本等信息相关的知识,希望对你有一定的参考价值。
在Yocto目录下导入环境变量后,使用如下命令:
bitbake -s | grep <pkg>
比如:
% bitbake -s | grep "barebox"
barebox :2017.04.0-phy3-r7.0
% bitbake -s | grep "qtbase"
nativesdk-qtbase :5.7.1+gitAUTOINC+a55f36211e-r0
qtbase :5.7.1+gitAUTOINC+a55f36211e-r0
qtbase-native :5.7.1+gitAUTOINC+a55f36211e-r0
% bitbake -s | grep "busybox"
busybox :1.24.1-r0
以上是关于Yocto中查找各软件包的名称和版本等信息的主要内容,如果未能解决你的问题,请参考以下文章