Beiträge von eagle

    SRCDATE = 20081209 ok


    BUT 20081210 or 20081211 not compiled!:



    Any idea?

    CVS HEAD-19 nov 08


    Traceback (most recent call last):
    File "/usr/lib/enigma2/python/Components/ActionMap.py", line 66, in action
    return ActionMap.action(self, contexts, action)
    File "/usr/lib/enigma2/python/Components/ActionMap.py", line 46, in action
    res = self.actions[action]()
    File "/usr/lib/enigma2/python/Screens/Menu.py", line 79, in okbuttonClick
    selection[1]()
    File "/usr/lib/enigma2/python/Screens/Menu.py", line 34, in __call__
    self.fnc(*self.args)
    File "/home/tmbinc/opendreambox/1.5/dm7025/build/tmp/work/enigma2-2.5git20081121-r0/image/usr/lib/enigma2/python/Plugins/Extensions/MediaPlayer/plugin.py", line 935, in main
    File "/usr/lib/enigma2/python/mytest.py", line 286, in open
    self.execBegin()
    File "/usr/lib/enigma2/python/mytest.py", line 194, in execBegin
    c.show()
    File "/usr/lib/enigma2/python/Screens/Screen.py", line 133, in show
    val.onShow()
    File "/home/tmbinc/opendreambox/1.5/dm7025/build/tmp/work/enigma2-2.5git20081121-r0/image/usr/lib/enigma2/python/Plugins/Extensions/MediaPlayer/plugin.py", line 59, in onShow
    File "/usr/lib/enigma2/python/Components/AVSwitch.py", line 48, in getFramebufferScale
    aspect = self.getOutputAspect()
    File "/usr/lib/enigma2/python/Components/AVSwitch.py", line 32, in getOutputAspect
    if valstr in ("4_3_letterbox", "4_3_panscan"): # 4:3
    NameError: global name 'valstr' is not defined
    (PyObject_CallObject(<bound method NumberActionMap.action of <Components.ActionMap.NumberActionMap instance at 0x2ebc2148>>,('OkCancelActions', 'ok')) failed)

    ERROR: '/media/developer/dream/dm7025/openembedded/packages/klibc/klibc_1.5.bb' failed
    make: *** [image] Error 1


    :loudly_crying_face:



    I tryed also with dm7025 but don't work.... the image completed no change respect to the previous images... :confused_face:


    and now?

    Zitat

    Originally posted by ritzMo
    can't you just wait until all issues are sorted out?
    btw, currently opendreambox 1.5 uses a svn copy of the git repository for enigma2, so incrementing the srcdate in enigma2.bb as before should be sufficient...


    oh, and git/mtn don't have anything to do with it :grinning_squinting_face:


    Ok, i use the 1.5 BUT incrementing scrdate don't work.
    AFTER the update scrdate what should I do specifically ?


    cd .../openembedded
    git pull
    cd .../build
    source ./env.source
    bitbake -cclean world
    bitbake dreambox-image


    DON'T WORK!! DON'T UPDATE FILES indicated into https://lists.elitedvb.net/pip…s/2008-November/date.html


    can you explain me why?
    :confused_face:

    Then.... nobody knows how to update an existing GIT environment at TODAY?


    There is a simple procedure?


    FIRST was sufficient:


    update the date of enigma2.bb at tomorrow, and immediately after:


    cd /home/..../openembedded
    mtn pull monotone.openembedded.org org.openembedded.dreambox
    mtn update
    cd /home/..../build
    source ./env.source
    bitbake -D -cclean world
    bitbake -D dreambox-image


    And it worked perfectly! and now??? no simple solution?


    Thanks

    Zitat

    Originally posted by pieterg
    git pull instead of mtn pull. No arguments needed, if you've created a '--track' branch.


    btw, if you're using the wrapper makefile, just use 'make openembedded-update', just like with the mtn wrapper makefile.


    cd /home/..../openembedded
    git pull
    cd /home/..../build
    source ./env.source
    bitbake -D -cclean world
    bitbake -D dreambox-image


    ? it's ok?

    How-to the manual update with git?


    with monotone was:
    cd /home/..../openembedded
    mtn pull monotone.openembedded.org org.openembedded.dreambox
    mtn update
    cd /home/..../build
    source ./env.source
    bitbake -D -cclean world
    bitbake -D dreambox-image


    but with Git?? :confused_face:



    Many thanks