これとこのリンクに従って、OSX 10.7 マシン上のガリレオ ボードに Yocto のカスタマイズされたイメージをビルドします。
使用される Yocto のバージョンは 1.0.1 です。
dir コンソールで実行bitbake image-custom
すると、ビルドのように開始されますが、次の結果が返されます。meta-clanton_v1.0.1
$ ~/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