Hello,
I am not able to find the kk4.4.3_2.0.0-ga tag on my kernel clone.
picus@picus-desktop:~/Freescale/kernel_fsl$ git fetch --all
Fetching origin
picus@picus-desktop:~/Freescale/kernel_fsl$ git remote -v
origin git://git.freescale.com/imx/linux-2.6-imx.git (fetch)
origin git://git.freescale.com/imx/linux-2.6-imx.git (push)
picus@picus-desktop:~/Freescale/kernel_fsl$ git tag | grep -i "KK"
kk4.4.2_1.0.0-alpha
kk4.4.2_1.0.0-beta
kk4.4.2_1.0.0-ga
kk4.4.2_2.0.0-alpha
kk4.4.3_2.0.0-beta
How to get "kk4.4.3_2.0.0-ga"?
Thanks
Saurabh
Solved! Go to Solution.
git pull origin kk4.4.3_2.0.0-ga Has fixed the issue...