This service is available only in Japanese-language.
RZG1Eボード+Yocto 1.6.1 Linux kernel 3.10で 動作させています。 core-image-x11のrootfsにてjpeg画像を画面いっぱいに表示させたいのですが、 おすすめのコマンドおよびそのRecipe名をご教授ください。
yakuhito
2019/6/14 (金) 14:46
ウインドーマネージャーに対して、タイトルバーやウインドー枠を表示させないオプションが探し出せておりません。
2019/6/14 (金) 15:26
fido 版向けのレシピの情報は以下のURLとなります。 https://layers.openembedded.org/layerindex/recipe/33738/ をバックポートできれば良いのですが。
masa
2019/7/30 (火) 17:14
試しに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']
2019/7/30 (火) 19:24
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を行うと構築が通る可能性が高いと考えます。
2019/7/30 (火) 20:13
xsetroot_1.1.2.bb の作成を怠っていたためエラーが発生していた模様です。 ご教授ありがとうございました。
yakuhito
2019/6/14 (金) 14:46
imagemagick に含まれるdisplay コマンドを思いつきましたが……
ウインドーマネージャーに対して、タイトルバーやウインドー枠を表示させないオプションが探し出せておりません。
yakuhito
2019/6/14 (金) 15:26
fido(1.8) 以降 rocko(2.4)迄であれば、gtk-play で全画面表示可能です
fido 版向けのレシピの情報は以下のURLとなります。
https://layers.openembedded.org/layerindex/recipe/33738/
をバックポートできれば良いのですが。
masa
2019/7/30 (火) 17:14
試しにlocal.confに以下のレシピを追加しました。
試しに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']
yakuhito
2019/7/30 (火) 19:24
poky + meta-oe の組み合わせでは、build可能となっていますが……
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を行うと構築が通る可能性が高いと考えます。
masa
2019/7/30 (火) 20:13
エラー解消しました。
xsetroot_1.1.2.bb の作成を怠っていたためエラーが発生していた模様です。
ご教授ありがとうございました。