yocto-sumo源码解析oe-setup-builddir
Posted shortnil
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了yocto-sumo源码解析oe-setup-builddir相关的知识,希望对你有一定的参考价值。
该脚本的主要功能就是创建构建目录并准备一些配置文件,比如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的主要内容,如果未能解决你的问题,请参考以下文章
yocto-sumo源码解析: ProcessServer.main
yocto-sumo源码解析: oe-buildenv-internal