error: Cannot fetch kernel (GitError: kernel update-ref: fatal: 56b9229b4b31b7f9c8d6951609db43440f8f2631^0: not a valid SHA1
Copy the code
Can someone help me to download this git fully. Should I simply git clone kernel into .repo/projects folder?
And what does -c option for in 'repo sync -c' command? https://source.android.com/setup/develop/repo describes only -d -s and -f options for sync Author: penguin Time: 12/11/2018 17:13
We updated Manifests.git £¬now please 'repo sync -c' againAuthor: penguin Time: 12/11/2018 17:20
You can see the usage of `repo sync` by running `repo help sync`. `-c` in `repo sync -c` is to fetch only current branch instead of all branches from the remote repository.
Will you please post the result of the following commands?
ls -l .repo/manifest.xml
grep kernel .repo/manifest.xml
repo sync -c kernel Author: abutkov Time: 12/12/2018 01:05
Thanks, now everything is perfect
Below are the outputs:
bender@express:~/project/firefly/linux/linux-sdk$ ls -l .repo/manifest.xml