Hi,
I am trying to follow the release notes for compiling the 19.11 kernel. The instructions have me run the following commands:
git clone -n working/qualcomm/kernel.git - Qualcomm Landing Team kernel
cd kernel
git checkout -b kernel-19.11 debian-qcom-dragonboard845c-19.11
The git checkout command fails with the following message: fatal: ‘debian-qcom-dragonboard845c-19.11’ is not a commit and a branch ‘kernel-19.11’ cannot be created from it.
When I look at the branches in the git repo I do not find debian-qcom-dragonboard845c-19.11.
Can someone give me a hand?
Thanks,
John