我正在关注这个和这个链接以在 OSX 10.7 机器上构建一个 Yocto 定制图像到伽利略板。
使用的 Yocto 版本是 1.0.1;
当我bitbake image-custom
在meta-clanton_v1.0.1
dir 控制台中运行时,开始像构建一样,但返回以下内容:
$ ~/meta-clanton_v1.0.1 > bitbake image
The BBPATH variable is not set
DEBUG: Removed the following variables from the environment: TEX_PATH, rvm_version, rvm_path, ...
DEBUG: UI 'knotty' does not require extra cache!
DEBUG: Found bblayers.conf (~/meta-clanton_v1.0.1/conf/bblayers.conf)
DEBUG: LOAD ~/meta-clanton_v1.0.1/conf/bblayers.conf
$ ~/meta-clanton_v1.0.1 >
但停在那里。如果我在构建文件夹中这样做:
$ ~/meta-clanton_v1.0.1/yocto_build > bitbake image
ERROR: Unable to parse ./poky/meta/conf/layer.conf: file ./poky/meta/conf/layer.conf not found in ~/meta-clanton_v1.0.1/yocto_build
$ ~/meta-clanton_v1.0.1/yocto_build >
我做错了什么?我根据链接中提供的说明更改了文件。
我在哪里可以设置 BBPATH?
感谢您提供任何可能的帮助
这是我完整的 oe-buildend-internal: pastebin