Recent customers feedback Linux source code download speeds is too slow. In addition to speed reasons, but also because some of the binary files are too big. For the second reason, Ingenic adjust the Linux software git directory of repo tree: Git of board-level binary files is removed from management.
Specific changes
Remove the following two lines outside.xml file:
project path="binaries/image/grus" name="linux/binaries/image/grus"
project path="binaries/image/mensa" name="linux/binaries/image/mensa"
Latest Linux git repo tree
The results
1. Download command unchanged.
Download repo
$ mkdir
$ cd
$ wget http://git.ingenic.cn:8082/bj/repo
$ chmod +x repo
Download source
$ ./repo init -u http://git.ingenic.cn/linux/manifest -m outside.xml
$ ./repo sync
2. When you run the repo sync, can not download the panel level git repository in binary / image. The remaining files are unaffected.
3. Image can still be downloaded, but need to be downloaded separately via git clone command.
$ git clone http://git.ingenic.cn/linux/binaries/image/grus
$ git clone http://git.ingenic.cn/linux/binaries/image/mensa