I want to make a customized kernel for Android p9.0.0_2.3.0. I see the kernel source is located at
vendor/nxp-opensource/kernel_imx
git remote shows
https://source.codeaurora.org/external/imx/linux-imx
git status shows:
Not currently on any branch.
git branch shows:
* (no branch)
inside .repo/manifest/imx-p9.0.0_2.3.0.xml
<project path="vendor/nxp-opensource/kernel_imx" name="linux-imx" remote="imx-linux-sdk" revision="refs/tags/p9.0.0_2.3.0" />
I am thinking to create a branch and push my github, but how to do it properly so the repo can sync/update them together?