Seite 38 von 39 ErsteErste ... 2836373839 LetzteLetzte
Ergebnis 371 bis 380 von 389
  1. #371
    rantanplan
    Gast
    Das ist bei Umstellung des Mediaframwork im Imagebau aber nicht in Schritten möglich.
    Die Sachen werden dann im e2 schlichtweg für libeplayer/sh4 fix von gst nach libeplayer umgebogen.
    Wenn dem im e2 so ist, dann muss auch die Umgebung im oe-git darufhin natürlich stimmen. Sonst kommt halt nix vernünftiges dabei raus.

    Wie gesagt, e2-ATV wirkt aus mich (heißt ja nix) schon recht ordentlich.
    Im oe-git überschreibe ich bisher die Sachen einfach lokal, aber das geht so nicht.
    Darf ja keinen Bau anderer Boxen beeinflussen.
    Mal sehen, was ich da hin bekomme.

    Grüße

    •   Alt Advertising

       

  2. #372
    rantanplan
    Gast

    Red face sh4 OpenATV als libeplayer Image

    Da der Bau von 6.1 für sh4 ja noch nicht angestoßen ist (obwohl es baut ja auch so durch)
    hier noch mal der Gedankenanstoß zum ffmpeg basierenden Bau.
    Das jetzt via pull-request zu machen ist irgendwie sicher zu kompliziert. Daher habe ich die Sachen mal so gesammelt und versuche es hier an den Mann zu bringen.
    Vielleicht hat ja einer der DEVs Lust sich der Sache anzunehmen.
    Das Image an sich zu bauen ist kein Ding und es läuft auch einwandfrei.
    Man könnte dabei sogar auf den Gedanken kommen, dies eventuell auch für mipsel Boxen zu kreieren.

    Libeplayer



    Die 4 Dateien werden benötigt.


    • ATV/enigma2 muss zudem etwas umstrukturiert werden.
      Anhang 48766


    Sollte in dem Patch alles drin stehen. Da beginnt mein Problem. Ob das alles nicht einfacher geht oder eben bzgl if then else nach sh4 oder libeplayer aufgelöst geht....?
    Das kann man bestimmt optimieren, Ich bin ja froh das es so läuft.




    Lokal ist das alles simpel zu lösen.

    Sicher geht es irgendwie noch strukturierter damit es patchfrei möglich ist.

    Vielleicht hilft es, oder jemand kann da was mit anfangen

    Grüße

  3. #373
    Anfänger
    Registriert seit
    07.02.2016
    Beiträge
    4
    Thanks (gegeben)
    1
    Thanks (bekommen)
    0
    Total Downloaded
    1,70 MB
    Total Downloaded
    1,70 MB
    ReceiverDanke
    Hi,

    I have been able to build 6.1 image for gigablue (using latest linux mint in virtual box).

    Now, I have a dumb question: how should I customize/patch source files? In sources folder I see lots of... archives.
    How can I modify it?

    PS
    My ultimate goal is to add debug output to hdmi_cec.cpp file to figure what's wrong with LG HDMI CEC (which works with my ancient Kathrein 912 with PKT image, but not with gbquad with OpenATV 6). First guess is LG getting confused by 0x0 vendor ID that gb returns.

    Another one is to crosscompile satip server code.

  4. #374
    Avatar von arn354
    Registriert seit
    06.04.2013
    Beiträge
    3.027
    Thanks (gegeben)
    200
    Thanks (bekommen)
    1544
    Total Downloaded
    147,3 KB
    Total Downloaded
    147,3 KB
    ReceiverDanke
    If you want to patch enigma2 - then do the following:
    1.) create the patch/git diff - save as my-awesome.patch
    2.) create folder enigma2 in .../build-enviroment/meta-local/recipes-local
    3.) create file enigma2.bbappend in .../build-enviroment/meta-local/recipes-local/enigma2 :
    Code:
    FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
    
    SRC_URI_append = " \
        file://my-awesome.patch \
        "
    4.) create folder enigma2 in in .../build-enviroment/meta-local/recipes-local/enigma2
    5.) upload my-awesome.patch to .../build-enviroment/meta-local/recipes-local/enigma2/enigma2
    6.) Build again your image
    Grüßle


  5. Thanks medi01 bedankten sich
  6. #375
    Anfänger
    Registriert seit
    07.02.2016
    Beiträge
    4
    Thanks (gegeben)
    1
    Thanks (bekommen)
    0
    Total Downloaded
    1,70 MB
    Total Downloaded
    1,70 MB
    ReceiverDanke
    Thank you!

    Tried it and got into this trouble:

    Code:
    ERROR: openatv-image-6.1-0 do_image_ubi: Taskhash mismatch 4e722eedd203195f8da2d86c9c72583c versus 9e67bad213f66a4d9c9b157bb02fcc8f for /home/openatvbuilder/openatv/build-enviroment/meta-oe-alliance/meta-oe/recipes-distros/openatv/image/openatv-image.bb.do_image_ubi
    ERROR: Taskhash mismatch 4e722eedd203195f8da2d86c9c72583c versus 9e67bad213f66a4d9c9b157bb02fcc8f for /home/openatvbuilder/openatv/build-enviroment/meta-oe-alliance/meta-oe/recipes-distros/openatv/image/openatv-image.bb.do_image_ubi


    UPDATE: it seems that image gets created despite the errors.

    PS
    And more questions:
    How can I make sure that my file is being picked up? UPDATE: made intentional error in code, seen it failed, nvm.
    Are eDebug() messages visible in console that started enigma2 executable? UPDATE: yep, it does
    Geändert von medi01 (24.10.2017 um 19:26 Uhr)

  7. #376
    Anfänger
    Registriert seit
    07.02.2016
    Beiträge
    4
    Thanks (gegeben)
    1
    Thanks (bekommen)
    0
    Total Downloaded
    1,70 MB
    Total Downloaded
    1,70 MB
    ReceiverDanke
    Hi,

    getting further with HDMi CEC stuff.
    VU+, which is listed in LG CEC vendor list (TV's built in UI) which, I assume,works fine with LG, seems to be using the following recipe for HDMI CEC:
    Vu+ Update

    How can I find similar recipy for gigablue?
    Is there a chance that just grabbing this HDMI-CEC lib recipy and using it with gigablue would wokr?

    Regards,
    Medi

  8. #377

    Registriert seit
    11.07.2013
    Beiträge
    705
    Thanks (gegeben)
    125
    Thanks (bekommen)
    195
    Total Downloaded
    31,12 MB
    Total Downloaded
    31,12 MB
    ReceiverDanke
    Box 1:
    Octagon SF3038 SST
     
     
    Box 2:
    Azbox ME
     
     
    Hi. Maybe a stupid question.
    What is the easiest / best way to build an image on a particular commit?
    Create checkout that commit into local branch?
    Or could you just tell build env to use a particular oe-alliance-core commit.
    If the rest oe-embedded etc haven’t changed between that commit and the checked out head.
    Octagon SF3038 S/S/T, Azbox ME

  9. #378
    Mitglied
    Registriert seit
    02.10.2013
    Beiträge
    57
    Thanks (gegeben)
    52
    Thanks (bekommen)
    3
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    Golden Media Reloaded SPARK
     
     
    hello

    test building image openatv
    error gstreamer 1.13.1 oe branch 4.2

    Code:
    Summary: 2 tasks failed:
      /home/pop/Desktop/build-enviroment/meta-oe-alliance/meta-oe/recipes-multimedia/gstreamer1.0/gstreamer1.0-plugins-bad_git.bb:do_compile
      /home/pop/Desktop/build-enviroment/meta-oe-alliance/meta-oe/recipes-multimedia/gstreamer1.0/gstreamer1.0-plugins-good_git.bb:do_compile
    Summary: There was 1 WARNING message shown.
    Summary: There were 4 ERROR messages shown, returning a non-zero exit code.
    Makefile:853: recipe for target 'image' failed
    make: *** [image] Error 1
    pop@pop-ubuntu:~/Desktop/build-enviroment$
    Geändert von pop1234 (20.02.2018 um 18:46 Uhr)
    Golden Media Reloaded SPARK Sti7111

  10. #379
    Anfänger
    Registriert seit
    22.04.2018
    Beiträge
    1
    Thanks (gegeben)
    0
    Thanks (bekommen)
    0
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Hi,
    sorry if there is a better place, but this seems to be THE thread for building own images in general.I followed the instructions to build an image for AX4K (MACHINE=hd51, MACHINEBUILD=ax51). Seems to work, but make image breaks after some time with lots of error messages. In all the log files pointed to, I see lines like:
    sed: can't read /home/wwegner/openatv/build-enviroment/builds/openatv/release//tmp/work/x86_64-linux/xz-native/5.2.3-r0/recipe-sysroot-native/usr/bin/quilt: No such file or directory
    sed: can't read /home/wwegner/openatv/build-enviroment/builds/openatv/release//tmp/work/x86_64-linux/xz-native/5.2.3-r0/recipe-sysroot-native/usr/share/quilt/mail: No such file or directory

    This looks to me as some preparation step - rather early in the build process - fails, as quilt should be a host tool.

    Is there a complete log file for the build, where I could check for early errors/warnings that I overlooked in console output? Or is this a known issue anybody can give a hint about?

    Best regards,
    Wolfgang

  11. #380
    Anfänger
    Registriert seit
    10.05.2018
    Beiträge
    5
    Thanks (gegeben)
    0
    Thanks (bekommen)
    0
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Is there any possibility to build/rebuild just one module? I'm able and succeed in building OpenATV from sources, but I'm trying to test some code change and rebuild whole image on every small change on slow machine is painful...


Seite 38 von 39 ErsteErste ... 2836373839 LetzteLetzte

Stichworte

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •  
Alle Zeitangaben in WEZ +1. Es ist jetzt 10:09 Uhr.
Powered by vBulletin® Version 4.2.5 (Deutsch)
Copyright ©2024 Adduco Digital e.K. und vBulletin Solutions, Inc. Alle Rechte vorbehalten.
Resources saved on this page: MySQL 5,88%
Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)
vBulletin Skin By: PurevB.com