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

 

posted @ 2020-06-10 20:29  Aaron看世界  阅读(1116)  评论(0)    收藏  举报