repo error?

Hi, I´m trying to build BSP V2.6 from scratch using OpenEmbedded core (oe-core) using Ubuntu 14.04 LTS.

I have Installed the repo bootstrap binary, but when I used “repo sync” to clone the meta information, a error “remote: Repository not found. fatal: repository ‘GitHub - Angstrom-distribution/meta-angstrom: MIrror of Angstrom metadata layer’ not found error: Cannot fetch meta-angstrom.git” found.

I found ”url = http://github.com/Angstrom-distribution/meta-angstrom.git.git” in file ”.repo/projects/stuff/meta-angstrom.git/config“

How can I fix it? thanks.

@tercelcn, It succeeds on my system. Can you browse to the URL in your browser? Perhaps you can try to resync (repo sync).

Hi

Can you elaborate a bit more of what you actually did?
E.g.

  • with what version did you do a repo init?
  • did repo download some other git repository
  • did you change anything which might lead to the error?

One thing which looks certainly wrong is that the address ends in .git.git .
That is one .git to much.
The other unusual thing is that it uses https: and not http:. So likely you did change something in .repo/manifest.xml

Max

I found ”url = http://github.com/Angstrom-distribution/meta-angstrom.git.git” in file ”.repo/projects/stuff/meta-angstrom.git/config“
How can I fix it? thanks.

Can you elaborate a bit more of what you actually did? E.g. - with what version did you do a repo init? - did repo download some other git repository - did you change anything which might lead to the error?