/

Yocto Linux build system (bitbake) adopts highly sophisticated override syntax using : or _ to efficiently describe what we want to do. This significantly reduce the amount of bb/bbappend code because we do not have to write explicit branching scripts at all in many cases. However, the problem is that key operator character had been changed from _ to : since a version of Yocto distribution. The conversion is available for forward distribution upgrade. But backward one is still not available in official distribution as far as I observed.

/

matplotlibはPythonの超有名ライブラリの1つであり、主にグラフを描画する機能を持っている。グラフに適切なアノテーションを付ける機能を始めとして、調べさえすればどんな図でも書ける。また、図の表示方法や出力形式においても様々なものをサポートしている。QtやTkなどのGUIライブラリのバックエンドでウィンドウを表示することが昔は多かったが、最近ではJupyterフレームワークでの呼び出しが主なのだろうか。

/

Jenkinsにbitbakeさせる際に、どうしてもoe-init-build-envで失敗してしまっていた。なぜやら通るようになったのでその部分をメモする。