Intel Galileo-在OSX上构建Linux映像不起作用



我正在遵循这个和这个链接,在OSX 10.7机器上构建一个Yocto自定义的galileo板映像。

使用的Yocto版本是1.0.1;

当我在meta-clanton_v1.0.1目录控制台中运行bitbake image-custom时,启动类似于build,但返回以下内容:

$ ~/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内部构建:pastebin

您的第一个错误,即关于未设置BBPATH的错误,这是当您尝试在build-dir之外构建时会得到的错误。因此,您应该像第二次尝试一样进入build-dir

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

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

相关内容

  • 没有找到相关文章

最新更新