2014-10-26 48 views
0

我跟隨thisthis鏈接,在OSX 10.7機器上爲伽利略板創建Yocto自定義映像。英特爾Galileo - 在OSX上建立Linux映像不起作用

使用的Yocto版本是1.0.1;

當我運行bitbake image-custommeta-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內部:pastebin

回答

2

你的第一個錯誤,一個約BBPATH未被設置,那就是當你嘗試,你會得到什麼建立在build-dir之外。因此,你應該進入你的build-dir,就像你在第二次嘗試時一樣。

關於第二次嘗試中的問題,conf/bblayers.conf的外觀如何?沒有看到該文件,它看起來像你有一個直接參考./poky/meta ...

當然,最終它可能也與OSX有關,我已經在Linux上運行OE和bitbake

+0

謝謝anders;很抱歉很長時間的迴應。我沒有了MacOSX。現在,我在linux下,我會嘗試構建它。 – gcrav 2015-12-11 17:52:55

相關問題