make -f makefile-opendreambox-1.6 image

  • I have a problem when I try to make a new image with the command "make -f makefile-opendreambox-1.6 image". My MACHINE is set to dm800. Please help...


    root@colinux:~/projects/dm# make -f makefile-opendreambox-1.6 image
    cd bb && git pull origin 1.8-dream
    From git://git.opendreambox.org/git/bitbake
    * branch 1.8-dream -> FETCH_HEAD
    Already up-to-date.
    cd /root/projects/dm/dm800/openembedded && git pull origin opendreambox-1.6
    From git://git.opendreambox.org/git/openembedded
    * branch opendreambox-1.6 -> FETCH_HEAD
    Already up-to-date.
    cd /root/projects/dm/dm800/build; . ./env.source; bitbake -k dreambox-image
    ERROR: Openembedded's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Do not use Bitbake as root.
    make: *** [image] Error 1


    Thanks you for your help


    Regards,

  • Well, what you don't understand about "Do not use Bitbake as root" ?


    You are logged in as root (root@colinux) ... this shouldn't be done for this task. Login as another user, not root :winking_face:

    Theorie ist, wenn man alles weiß, aber nichts funktioniert.
    Praxis ist, wenn alles funktioniert aber niemand weiß warum.

  • Well, what you don't understand about "Do not use Bitbake as root" ?


    You are logged in as root (root@colinux) ... this shouldn't be done for this task. Login as another user, not root :winking_face:

    Hi Homey,


    Thanks you for your suggestion. Now, I can build my own image.


    Regards,



    3YDM