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

yocto-sumo源码解析(三)oe-setup-builddir

时间:2018-08-31 22:21:30      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:oct   nbsp   div   源码   解析   cal   就是   tor   cto   

该脚本的主要功能就是创建构建目录并准备一些配置文件,比如conf/local.conf,conf/bblayer.conf

1. 检测BUILDDIR环境变量是否设置好(在本系列分享第二节已经知道:):

if [ -z "$BUILDDIR" ]; then
    echo >&2 "Error: The build directory (BUILDDIR) must be set!"
    exit 1
fi

 

yocto-sumo源码解析(三)oe-setup-builddir

标签:oct   nbsp   div   源码   解析   cal   就是   tor   cto   

原文地址:https://www.cnblogs.com/shortnil/p/9568439.html

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