ダウンロードしてdevtoolを使用して、ubuntuでopenbmcソースコードを取得しようとしました。
1.openbmcのクローン
git clone https://github.com/openbmc/openbmc
2.ビルドイメージ
export TEMPLATECONF=meta-ibm/meta-romulus/conf
. openbmc-env
3.bitbake obmc-phosphor-image
4.ビルド成功
5.obmc-flash-bmc コードの取得を試みる
devtool modify obmc-flash-bmc
6.エラーメッセージを取得する
ERROR: Nothing PROVIDES 'python' (but /xxxx/github-openbmc/meta-phosphor/recipes-phosphor/flash/obmc-flash-bmc_git.bb DEPENDS on or otherwise requires it). Close matches:
python3
python3-py
python3-sh
ERROR: Extracting source for obmc-flash-bmc failed
私はpython3をインストールしました
python3 --version
Python 3.6.9
この問題を解決するには?
ありがとう。