Image for 7025 - Commpilation

  • Hi guys, i ve got a problem...


    I download this Makefile


    http://schwerkraft.elitedvb.ne…lain;cvsroot=opendreambox


    and name it as


    Makefile-opendreambox


    then i did that


    make -f Makefile-opendreambox image


    but...




    all time... any idea??


    thx

  • That message will disappear after the OE has been set up. It will only displayed for the first time. When you stop the downloading and restart it, it will be the "first time" for the scipt, till all is done.
    Just let it run, it is OK.

  • Code
    --23:27:42--  http://matt.ucc.asn.au/dropbear/releases/dropbear-0.48.1.tar.gz
               => `/home/tracer/7025/sources/dropbear-0.48.1.tar.gz'
    Resolving matt.ucc.asn.au... 130.95.13.9
    Connecting to matt.ucc.asn.au|130.95.13.9|:80... failed: Connection timed out.
    Retrying.
    
    
    --23:30:53--  http://matt.ucc.asn.au/dropbear/releases/dropbear-0.48.1.tar.gz
      (try: 2) => `/home/tracer7025/sources/dropbear-0.48.1.tar.gz'
    Connecting to matt.ucc.asn.au|130.95.13.9|:80...



    I ve got this file... i download it myself but where to put it???


  • and... where is img??? is near here any FAQ like to DM 7000,500 etc....???


    make rebuild-flash
    make flash-compress


    etc???

  • Yes You ve got right :grinning_squinting_face:


    But i ve got question... i can not find a /cdkflash/root like in 7000 etc... how can i edit enigma and commpile it again, do rebuild-flash etc??


    rm .enigma
    make .enigma


    hmm can somebody give FAQ, where is src of enigma 2 to edit and how commpile it again ??


    Thx

  • ok, but for example -> i added /remove some stuff from rootfs folder, and i want pack image - when i ll do make -f Makefile.opendreambox image


    it do sth like rebuild flash -> delate my stuff and do orginal rootfs

    • Offizieller Beitrag

    To rebuild the image:

    Zitat

    bitbake dreambox-image


    Or to rebuild enigma2:

    Zitat

    bitbake -cclean enigma2
    bitbake enigma2


    to rebuild the whole OE:

    Zitat

    bitbake -cclean world
    bitbake dreambox-image


    What could be quite interesting:


    You can build your own package mirror by providing $oeroot/build/tmp/deploy/packages via a webserver (apache e.g.) and changing the url in /etc/ipkg/packages.conf (or something like that... don't have that a 100% in mind now).
    If you have serveral updates on the same package at one day you need to change the PR in the bb-file (eg. $oeroot/openembedded/packages/enigma2/enigma2.bb, standard is r0, change it to r1 so ipk will register it as a later package then the on currently installed).


    to update the package-index:

    Zitat

    bitbake package-index


    hope it helps

  • Zitat

    Originally posted by Seddi
    That message will disappear after the OE has been set up. It will only displayed for the first time. When you stop the downloading and restart it, it will be the "first time" for the scipt, till all is done.
    Just let it run, it is OK.


    PLEASE help me! "receiving file list.. done! oe.mtn" for how much time????


    Thanks

    dm500 - dm7000 - dm7025 - dm800 - dm8000

    Einmal editiert, zuletzt von eagle ()

  • Yes with Montone 0.29 it is working ok.


    I would You to ask, How Can i Pack image with modificated ROOT cataloge?? for example I add New Skin and remove one, and want to pack it ?? If i do bitbake dreambox-image it is backing to Orginal OE tree... amd files... that same -> if I modificated Enigma2 source... it back to orginal after thet :frowning_face: mayby in Wrong place i am editing Souruce?? Busybox config etc???

  • Code
    tracer@gentoo ~/7025 $ bitbake dreambox-image
    NOTE: Not using a cache. Set CACHE = <directory> to enable.
    ERROR: no files to build.
    
    
    NOTE: Parsing finished. 0 cached, 0 parsed, 0 skipped, 0 masked.
    
    
    ERROR: Nothing provides dependency dreambox-image
    tracer@gentoo ~/7025 $


    Can somebody hepl??