Error building image with git

  • Hi,


    I am trying to build an image for the first time with git (project folder with only the Makefile -see attached) . I get this error -


    Code
    [pcd@localhost ~]$ cd /home/pcd/tuxbox-7025B
    [pcd@localhost tuxbox-7025B]$ make -f Makefile-opendreambox image
    git clone -n git://git.openembedded.net/openembedded /home/pcd/tuxbox-7025B/dm7025/openembedded
    * git clone [-l [-s]] [-q] [-u <upload-pack>] <repo> <dir>
    make: *** [/home/pcd/tuxbox-7025B/dm7025/openembedded/.git] Error 1
    [pcd@localhost tuxbox-7025B]


    Any obvious step I missed ?


    Does not seem that it is trying the internet.


    Regards, pcd.

  • I got a bit further.


    With the console command :-


    Code
    git clone  git://git.openembedded.net/openembedded /home/pcd/tuxbox-7025B/dm7025/openembedded


    folder /dm7025/openembedded


    downloaded. Seems "-n" is the problem. Why is git including it in the command ? Is my GIT version wrong ?


    Obviously the download is incomplete - because now I get this error :-



    Any advice Please ?

    Einmal editiert, zuletzt von pcd ()