Beiträge von patrickk

    Hello everybody,


    Got the same error here and this is what i did,


    From the point where my install stopt i edit the run.do_rootfs.1xxxx and removed the '-e' in the bbimage line.


    for type in jffs2; do
    if test -z "$FAKEROOTKEY"; then
    fakeroot -i /home/mythtv/OE_dm7020/build/tmp/fakedb.imag
    e bbimage -t $type /home/mythtv/OE_dm7020/openembedded/packages/images/dreambox-
    image.bb
    else
    bbimage -n "dreambox-image-dm7020-20080428185026" -t "$t
    ype" "/home/mythtv/OE_dm7020/openembedded/packages/images/dreambox-image.bb"
    fi
    done


    Quick and durty but i got my image and it is working perfect.
    O, and i did it this way simply because i can't find the script that is parsing the settings to the build files. :smiling_face:


    Maybe any one can explain this......


    Patrick