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: