experimental 2.5 keine Skins

  • Seit ich auf 2.5 gewechselt habe, werden zwar die Nemesis Skins als Ordner in /usr/share/enigma2 installiert, diese enthalten jedoch keine Dateien.


    Woran kann das liegen?

    cu


    floh

  • skins sind jetzt in einzelne pakete gesplittet, also jeder skin ist jetzt ein eigenes ipk. musst du also entweder in dein cvs das richtige skinpaket einbauen oder mit ipkg install mein-skin-paket.ipk per telnet das gewünschte vom feed installieren.

    mfg


    OoZooN


    Support für OoZooN Images gibt es auf forum.oozoon.de , nicht hier!


    Two Beer or not two Beer, thats the Question


    Aktuelle Nachrichten rund um OoZooN-Images gibt es auf Twitter

  • btw: ich finde das eine gute Sache! Ich bin da eher ein Purist und möchte nur das installieren, was ich auch brauche! :winking_face:

    Best regards,


    it's not a trick, it's a Nick! :winking_face:

  • man hätte es nur gleich richtig machen sollen so das ich einen skin wie ein plugin herunterladen und installieren kann.

    mfg


    OoZooN


    Support für OoZooN Images gibt es auf forum.oozoon.de , nicht hier!


    Two Beer or not two Beer, thats the Question


    Aktuelle Nachrichten rund um OoZooN-Images gibt es auf Twitter

  • Hi floh,


    enigma2-skins.bb


    Zitat

    if bb.data.expand('${REL_MINOR}', d) != "4":

    auf

    Zitat

    if bb.data.expand('${REL_MINOR}', d) != "5":

    ändern

    1x DreamBox 7025+ DVB-SS | 1x DreamBox 7025 DVB-SS | 1x DreamBox 500 DVB-S | LE-40F86BD | Synology DS107+ | Schwaiger 100er-Alu | Goldedition Quatro 0,3 dB | Kathrein EXR 508/T

  • Zitat

    Originally posted by floh
    Seit ich auf 2.5 gewechselt habe, werden zwar die Nemesis Skins als Ordner in /usr/share/enigma2 installiert, diese enthalten jedoch keine Dateien.


    Woran kann das liegen?


    How do I change from 2.4 to 2.5?


    Thanks

    dm500 - dm7000 - dm7025 - dm800 - dm8000

  • At first you should make a


    bitbake -cclean enigma2 enigma2-plugins enigma2-streamproxy enigma2-skins


    to clean all 2.4-files. Then just look in the directory $OEROOT/openembedded/packages/enigma2/ for the files


    enigma2-plugins.bb
    enigma2-streamproxy.bb
    enigma2-skins.bb
    enigma2.bb


    and open them with an editor of your choice. You will see in the first lines the version-information and also some hints, how to get the 2.5 version.


    After editing the files just do the commands


    source ./env.source
    bitbake dreambox-image


    and you will get an image with enigma2 2.5.

    Best regards,


    it's not a trick, it's a Nick! :winking_face:


  • Thank you. The lines are:
    REL_MAJOR="2"
    REL_MINOR="5" (4 = 2.4)


    It's correctly?


    Hi

    dm500 - dm7000 - dm7025 - dm800 - dm8000

  • But what date should be included to insert into
    enigma2-plugins.bb
    enigma2-streamproxy.bb
    enigma2-skins.bb


    ?

    dm500 - dm7000 - dm7025 - dm800 - dm8000

  • Zitat

    Originally posted by Nick99
    You should place the date of tomorrow, to get the latest code.


    Ok, but enigma2-plugins_rel25_20080512.tar.gz FAILED!


    because TREKE.NET it's OUT!

    dm500 - dm7000 - dm7025 - dm800 - dm8000

  • so funktioniert das auch nicht.


    Wie sieht denn deine enigma2-plugins.bb jetzt genau aus?


    Zwar sieht mein OE-System anders aus, bin auch nicht wirklich die grosse Hilfe, aber versuche das mal:


    und dann in $OEROOT/build

    Code
    . env.source && bitbake -Db ../openembedded/packages/enigma2/enigma2-plugins.bb -c clean && bitbake -Db ../openembedded/packages/enigma2/enigma2-plugins.bb

    Ein Problem ist halb gelöst, wenn es klar formuliert ist. (John Dewey, 1859-1952)


  • HELP!

    dm500 - dm7000 - dm7025 - dm800 - dm8000

    Einmal editiert, zuletzt von eagle ()