Seite 18 von 39 ErsteErste ... 8161718192028 ... LetzteLetzte
Ergebnis 171 bis 180 von 389
  1. #171

    Registriert seit
    25.05.2014
    Beiträge
    17
    Thanks (gegeben)
    8
    Thanks (bekommen)
    31
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Ich habe gerade einen Pull-Request auf github gestellt. Dieser beseitigt den libgcrypt Fehler und beseitigt eine Handvoll QA WARNINGs.

  2. Thanks pop1234 bedankten sich
    •   Alt Advertising

       

  3. #172
    Avatar von Captain
    Registriert seit
    03.04.2013
    Beiträge
    14.861
    Thanks (gegeben)
    763
    Thanks (bekommen)
    21092
    Themenstarter
    Total Downloaded
    162,47 MB
    Total Downloaded
    162,47 MB
    ReceiverDanke
    übernommen ins git


    openATV we are open Source

    Boykott GPL violator

  4. Thanks graugans, pop1234 bedankten sich
  5. #173
    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
     
     
    thx graugans & captain
    Golden Media Reloaded SPARK Sti7111

  6. #174
    Jacek
    Gast
    I made few changes in kernel configuration:
    Code:
    cd ~/build-enviroment/builds/openatv/inihde/tmp/sysroots/inihde/usr/src/kernel
    make menuconfig
    cd ~/build-enviroment
    MACHINE=mbmini DISTRO=openatv make image
    but in the image I have old version of kernel
    How to force the kernel rebuilding?

  7. Thanks jenseneverest bedankten sich
  8. #175
    Anfänger
    Registriert seit
    27.11.2013
    Beiträge
    8
    Thanks (gegeben)
    0
    Thanks (bekommen)
    4
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Zitat Zitat von serverandy Beitrag anzeigen
    Habe ich so eingestellt kann es sein das ich von neuen beginnen muss ?
    oder liegt das an mein 14.04 ubuntu ?
    serverandy
    Ubuntu 14.04 uses /bin/dash as substitute for /bin/sh (see https://wiki.ubuntu.com/DashAsBinSh). The run.do_compile script for the openwebif extension explicitly requests /bin/sh but really requires /bin/bash. Hence it assumes your default /bin/sh is really bash. Considering the great job the openATV team has done to simplify and automate the build process, it's really a minor thing, although technically it could be considered as a defect...

    Since dash delivers better performance and shorter boot times, you would like to keep it as the default shell, Hence, I reconfigure the shell before and after an openATV build:

    # restore bash as default shell
    echo " dash dash/sh boolean false" | debconf-set-selections ; dpkg-reconfigure --frontend=noninteractive dash
    MACHINE=<your machine> DISTRO=openatv make image
    # restore dash as default
    echo " dash dash/sh boolean true" | debconf-set-selections ; dpkg-reconfigure --frontend=noninteractive dash

    Hope this helps.
    Ewald

  9. #176
    Anfänger
    Registriert seit
    22.10.2014
    Beiträge
    18
    Thanks (gegeben)
    0
    Thanks (bekommen)
    0
    Total Downloaded
    9,83 MB
    Total Downloaded
    9,83 MB
    ReceiverDanke
    Hallo
    Danke für das info ich hatte alles gelöscht und neu angefangen hat auch durchgebaut
    Serverandy

  10. #177
    Anfänger
    Registriert seit
    18.08.2014
    Beiträge
    2
    Thanks (gegeben)
    0
    Thanks (bekommen)
    0
    Total Downloaded
    76,10 MB
    Total Downloaded
    76,10 MB
    ReceiverDanke
    Hallo, ich baue grade mein erstes Image nach der Anleitung.

    Gibt es ein HowTo/Möglichkeit auch schon Plugins mit ins Image zu bauen ? z.B. CrossEPG

    Und hat jemand die Lösung für dies Problem:

    | /home/universaldz/Bureau/openspark/build-enviroment/builds/openatv/spark7162/tmp/work-shared/gcc-4.8.2-r0/gcc-4.8.2/libgcc/config/sh/lib1funcs.S:2120:24: fatal error: asm/unistd.h: No such file or directory
    | #include <asm/unistd.h>
    Geändert von daphonk (22.01.2015 um 07:47 Uhr)

  11. #178
    Anfänger
    Registriert seit
    27.05.2013
    Beiträge
    4
    Thanks (gegeben)
    0
    Thanks (bekommen)
    0
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Welcome! I have a problem. Normally compiles for mbmini. And when I wanted to do builds for solo2 get in the console after "make update"

    Code:
    Please, commit your changes or stash them before you can switch branches.
    Aborting
    Unable to checkout 'e7e876d5629eb830be23dab7083f104253f4199c' in submodule path '
    When I give the command build DISTRO = MACHINE = mbmini make image i get:

    Code:
    ln: failed to create symbolic link `/home/xxxx/openatv/build-enviroment/builds//inihdp/conf/site.conf ': File exists
     make: *** [/home/mastexxxxrpolo/openatv/build-enviroment/builds//inihdp/conf/site.conf] Error 1
    when I remove through consoles NI field site.conf file "rm"

    Code:
    Usage: bitbake [options] [recipename/target ...]
    
        Executes the specified task (default is 'build') for a given set of target recipes (.bb files).
        It is assumed there is a conf/bblayers.conf available in cwd or in BBPATH which
        will provide the layer, BBFILES and other configuration information.
    
    bitbake: error: no such option: -i
    make: *** [image] Błąd 2
    please help me

  12. #179
    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
    Are you sure you know what you are doing?

    Please, commit your changes or stash them before you can switch branches.
    Aborting Unable to checkout 'e7e876d5629eb830be23dab7083f104253f4199c' in submodule path '
    Read lines above that message - you locally edited files in your build-enviroment. The same files are modified in the submodule. So you simply can't run "make update". You need to delete or rename your changed files and re-apply your changes after you successfully run "make update".

    When I give the command build DISTRO = MACHINE = mbmini make image i get:
    The command to build a image is not the one you posted. You should use the correct command with correct attributes supplied. You should see in your error-output that the DISTRO openatv is completely missing in the path of
    ln: failed to create symbolic link `/home/xxxx/openatv/build-enviroment/builds//inihdp/conf/site.conf

    correct command:
    make MACHINE=mbmini DISTRO=openatv image

    when I remove through consoles NI field site.conf file "rm"
    If you would have used the correct command you would not need to do something like that.
    Geändert von arn354 (28.01.2015 um 20:20 Uhr)
    Grüßle


  13. #180
    Avatar von Captain
    Registriert seit
    03.04.2013
    Beiträge
    14.861
    Thanks (gegeben)
    763
    Thanks (bekommen)
    21092
    Themenstarter
    Total Downloaded
    162,47 MB
    Total Downloaded
    162,47 MB
    ReceiverDanke
    or better add your local changes to meta-local !


    openATV we are open Source

    Boykott GPL violator


Seite 18 von 39 ErsteErste ... 8161718192028 ... 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:07 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,56%
Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)
vBulletin Skin By: PurevB.com