Yocto fetch github specified tag

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Yocto fetch github specified tag

1,629 Views
michaelma
Contributor I

I have a old yocto project and when I try to build it, a fetch error occurs:

fatal: unable to access 'http://git.projects.genivi.org/ipc/common-api-dbus-runtime.git/': Could not resolve host: git.projects.genivi.org

I manually google this url git.projects.genivi.org, unfortunately, this site is Deprecated.

So, I modified its bb file to 

SRCREV = "210ce21e5763e7dcb164803e3d21b8302f87e2e9" # this is the tag(2.1.5)'s commit id what I want

SRC_URI = "git://github.com/GENIVI/capicxx-core-runtime.git; " 

Unfortunately, bitbake didn't download the tag for me

Any body know?

What is the syntax of Yocto downloading specified tag from github?

If you know, please show me a example, thank you very much :smileyhappy:

Tags (1)
0 Kudos
2 Replies

1,374 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

Could you tell us which version of BSP and board are you using?

0 Kudos

1,374 Views
michaelma
Contributor I

Sorry, because this yocto project is an old yocto project two years ago, I have no details about what you want to know.

My mission is add an app in the linux system generated by this yocto project, so i should have no concern about version of BSP and board. 

But, this kind of info can show:

BB_VERSION        = "1.24.0"

 

0 Kudos