I read that it was released a new ga patch release imx_3.10.17_1.0.2_ga
but i cannot find the banch on linux-2.6-imx.git - Freescale i.MX Linux Tree
anyone can explain it to me?
I'm downloading this from freescale IMX6Q page:
but should not it be just binary and DOC...
"
L3.10.17_1.0.2_iMX6QDLS_BUNDLE : i.MX 6Quad, i.MX 6Dual, i.MX 6DualLite, i.MX 6Solo Linux Binary Demo Files and Linux BSP Documentation.
Size (K): 717480 Format: gz Rev #: L3.10.17_1.0.2 Modified: 10/29/2014
"
Let me understand please.
I expect to find a new branch on the git...
Thanks
Omar
Please use the Release notes :
http://cache.freescale.com/files/32bit/doc/support_info/IMX6YOCTOPATCHRN.pdf
Summary page :
i.MX6Q|i.MX 6Quad Processors|Quad Core|Freescale
Have a great day,
Yuri
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Omar,
You have to use :
repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.10.17-1.0.2_ga
The kernel branch is the same.
Regards,
Luis
do you mean that the kernel branch is the same and the patch is on other packets in the distribution builde with yocto?
Omar
Hello,
The Yocto recipe for kernel in release 1.0.2 says:
SRC_URI = "git://${FSL_ARM_GIT_SERVER}/linux-2.6-imx.git;protocol=git;branch=imx_3.10.17_1.0.0_ga"
Regards,
Luis
i'm working on the kernel manually out of yocto frame...
so i should make
git checkout -b imx-3.10.17-1.0.2_ga
but if you look at the http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/refs/heads?h=imx_3.10.17_1.0.1_ga
the branch 1.0.2_ga is not there?
so i'm missing something....
in the archive downloaded from the www.freescale.com i have infact just binary and doc.... but where is the source ?
Thanks
Omar