码迷,mamicode.com
首页 > 其他好文 > 详细

Yocto中查找各软件包的名称和版本等信息

时间:2020-06-10 20:51:59      阅读:103      评论:0      收藏:0      [点我收藏+]

标签:barebox   名称   bar   信息   tps   版本   ase   变量   ali   

在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中查找各软件包的名称和版本等信息

标签:barebox   名称   bar   信息   tps   版本   ase   变量   ali   

原文地址:https://www.cnblogs.com/AaronSeeWorld/p/13088598.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!