Macos 英特尔伽利略-在OSX上构建Linux映像不起作用

Macos 英特尔伽利略-在OSX上构建Linux映像不起作用,macos,yocto,intel-galileo,Macos,Yocto,Intel Galileo,我下面是在OSX 10.7机器上为galileo板构建Yocto自定义映像的链接 使用的Yocto版本是1.0.1 当我在meta-clanton_v1.0.1dir控制台中运行bitbake image custom时,会像构建一样启动控制台,但返回以下内容: $ ~/meta-clanton_v1.0.1 > bitbake image The BBPATH variable is not set DEBUG: Removed the following variables from

我下面是在OSX 10.7机器上为galileo板构建Yocto自定义映像的链接

使用的Yocto版本是1.0.1

当我在
meta-clanton_v1.0.1
dir控制台中运行
bitbake image custom
时,会像构建一样启动控制台,但返回以下内容:

$ ~/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内部版本:

您的第一个错误,关于未设置
BBPATH
的错误,这是您在
构建目录
之外尝试构建时会遇到的错误。因此,您应该进入
构建目录
,就像第二次尝试一样

关于第二次尝试中的问题,您的
conf/bblayers.conf
看起来如何?在没有看到该文件的情况下,看起来您直接引用了
/poky/meta


当然,最终它也可能与OSX有关,我已经在Linux上运行了OE和
bitbake

谢谢anders;很抱歉,很长时间没有回复。我再也没有MacOSX了。现在我在linux下,我将尝试在其上构建。