This service is available only in Japanese-language.

jpeg画像表示コマンドについて

RZG1Eボード+Yocto 1.6.1 Linux kernel 3.10で
動作させています。
core-image-x11のrootfsにてjpeg画像を画面いっぱいに表示させたいのですが、
おすすめのコマンドおよびそのRecipe名をご教授ください。

ウインドーマネージャーに対して、タイトルバーやウインドー枠を表示させないオプションが探し出せておりません。

fido 版向けのレシピの情報は以下のURLとなります。
https://layers.openembedded.org/layerindex/recipe/33738/
をバックポートできれば良いのですが。

試しにlocal.confに以下のレシピを追加しました。
xsetroot \
gwenview \
ristretto \
gpicview \

http://layers.openembedded.org/layerindex/recipe/31926/
には存在しますが、以下のようにエラーとなるのはサポート外ということでしょうか?

ERROR: Nothing RPROVIDES 'xsetroot' (but /home/MARM/yocto_x11_20190730/build/../poky/meta/recipes-graphics/images/core-image-x11.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'xsetroot' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['xsetroot']
ERROR: Required build target 'core-image-x11' has no buildable providers.
Missing or unbuildable dependency chain was: ['core-image-x11', 'xsetroot']

MACHINEはbeagleboneですが、poky-1.6.3 + meta-oe(daisy) にカスタムレイヤーを追加し、その中に、http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-grap...
の中身をコピーしたxsetroot_1.1.2.bb を作成し、IMAGE_INSTALL_append に xsetroot のみ追加した状態では、core-image-x11のbuildはできております。
xsetrootのレシピはどちらのものを使用していますか?
meta-oe をfido などのものを使用した場合は、元のdaisyのものに戻し、xsetrootのレシピのみカスタムレイヤーにコピーしてbuildを行うと構築が通る可能性が高いと考えます。

xsetroot_1.1.2.bb の作成を怠っていたためエラーが発生していた模様です。
ご教授ありがとうございました。