This service is available only in Japanese-language.

Unable to start bitbake server

bitbake core-image-minimal
を実行したときに、以下のようなERROR文が表示されてしまいます。

ERROR: Unable to start bitbake server
ERROR: Last 10 lines of server log for this session (/mnt/work/build/bitbake-cookerdaemon.log):
File "/mnt/work/poky/bitbake/lib/bb/server/process.py", line 433, in _startServer
self.cooker = bb.cooker.BBCooker(self.configuration, self.featureset)
File "/mnt/work/poky/bitbake/lib/bb/cooker.py", line 197, in __init__
self.initConfigurationData()
File "/mnt/work/poky/bitbake/lib/bb/cooker.py", line 356, in initConfigurationData
self.databuilder.parseBaseConfiguration()
File "/mnt/work/poky/bitbake/lib/bb/cookerdata.py", line 316, in parseBaseConfiguration
raise bb.BBHandledException
bb.BBHandledException
ERROR: Layer openembedded-layer is not compatible with the core layer which only supports these series: rocko (layer is compatible with thud warrior)

解決する方法にお心当たりはないでしょうか。

2日前は実行できていたのですが。。。

各レイヤーをどのように取得しているかに依りますが、rocko(Yocto2.4)のみサポートするレイヤーと、thud(Yocto2.5)及びwarrior(Yocto2.6)をサポートするレイヤーが混在している可能性があります。
現在、conf/bblayers.conf に記載されている各レイヤーのconf/layer.conf に含まれるLAYERSERIES_COMPAT 変数の値をご確認下さい。