This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/PROCESSOR-SDK-AM437X: Git clone fails

Part Number: PROCESSOR-SDK-AM437X

Tool/software: Linux

Hello,

When I clone TI SDK packages I run:

./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-04.02.00.09-config.txt.

Everything is ok other than meta-ti couldn't be cloned.

meta-ti is in configs/processor-sdk/processor-sdk-04.02.00.09-config.txt:

meta-ti,git://git.yoctoproject.org/meta-ti,morty,351ccf1928a18c2b69fd19b09b980c9aa3af2e26,layers=

So I have to downloaded meta-ti morty from here: http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti,

  • The download form git.yoctoproject.org/.../meta-ti is done, but I get error during building the SDK:

    ERROR: Task (/home/ken/ti-processor-sdk-linux-am437x-evm-04.01.00.06/tisdk/sources/meta-ti/recipes-kernel/linux/linux-ti-staging_4.9.bb:do_create_srcipk) failed with exit code '1'

    I think I downloaded wrong version of meta-ti package. Please help to clone a good package.
    Thanks,e2e.ti.com/.../685606

    -Ken Li
  • when I do 'git clone git://git.yoctoproject.org/meta-ti, I got the error message:

    fatal: repository 'git.yoctoproject.org/.../' not found
    ERROR: Could not clone repository at git://git.yoctoproject.org/meta-ti
  • Hello,

    I tried on my side :
    ./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-04.02.00.09-config.txt.
    Here is the part with meta-ti.

    Cloning into '/home/mms/tisdk4.02/sources/meta-ti'...
    remote: Counting objects: 25318, done.
    remote: Compressing objects: 100% (8044/8044), done.
    remote: Total 25318 (delta 16364), reused 25116 (delta 16162)
    Receiving objects: 100% (25318/25318), 8.27 MiB | 920.00 KiB/s, done.
    Resolving deltas: 100% (16364/16364), done.
    Checking connectivity... done.
    Branch morty set up to track remote branch morty from origin.
    Switched to a new branch 'morty'
    Already up-to-date.
    Note: checking out '351ccf1928a18c2b69fd19b09b980c9aa3af2e26'.

    You are in 'detached HEAD' state. You can look around, make experimental
    changes and commit them, and you can discard any commits you make in this
    state without impacting any branches by performing another checkout.

    If you want to create a new branch to retain commits you create, you may
    do so (now or later) by using -b with the checkout command again. Example:

    git checkout -b new_branch_name

    HEAD is now at 351ccf1... am57xx-evm.conf: add am574x-idk-lcd-osd101t2587.dtb to the list


    cloning repo meta-linaro
    ....


    As you could see I do not observe problem on my side.
    Please check this chapter of the guide:
    wiki.yoctoproject.org/.../Working_Behind_a_Network_Proxy

    I would recommend you to check this chapter Host Setup(Ubuntu (Recommended)) also. Make sure that you have executed the both commands in there.

    BR
    Margarita
  • Hello Margarita, Thanks you for your helps. I checked all your suggestions and everything is fine on my computer. I still can't git the repository meta-ti. All other repositories in the file configs/processor-sdk/processor-sdk-04.02.00.09-config.txt are OK. When I run: git clone git://git.yoctoproject.org/meta-ti I got this error message:

    Cloning into 'meta-ti'...
    fatal: repository 'git.yoctoproject.org/.../' not found

    Again, I can got clone all other repositories. Any special thing for the meta-ti?

    Thanks,

    -Ken Li

  • Hello,

    No. I do not observe this issue on my side when I execute :
    ./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-04.02.00.09-config.txt.
    I tried to git clone the repository that fails on your side also and it is working. Please make sure that before the link you have git://....

    BR
    Margarita
  • Thank you Margarita. I still can't git meta-ti successfully. But I changed the URL from 'git.yoctoproject.org/.../' to 'git.yoctoproject.org/.../meta-ti' I can download meta-ti successfully.

    Now I can build the SDK with a lot of warnings. you can close this request. The build takes very long time. I will post the warnings later if the build is to fail...