Yocto开发笔记之《Tip-bitbake常用命令》(QQ交流群:519230208)

开了一个交流群,欢迎爱好者和开发者一起交流,转载请注明出处。

QQ群:519230208,为避免广告骚扰,申请时请注明 “开发者” 字样

========================================================

# bitbake -c cleansstate virtual/kernel
# bitbake -c clean virtual/kernel
# bitbake -c cleanall virtual/kernel

# bitbake -e virtual/kernel | grep ^S=  // 查看包的位置
# bitbake -c menuconfig virtual/kernel  // menuconfig
# bitbake -c compile -f virtual/kernel  // 编译模块

 

# bitbake <recipe>
# bitbake <recipe> -c task
# bitbake <recipe> -c listtasks
# bitbake <recipe> -c devshell

 

posted @ 2016-01-04 17:21  老金280  阅读(1869)  评论(0编辑  收藏  举报